diff options
author | 2021-05-24 09:27:12 +0200 | |
---|---|---|
committer | 2021-05-24 09:27:12 +0200 | |
commit | fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1 (patch) | |
tree | ac9d23fb59ffd612d568bff09bf65ff4c214c43a /gui-apps | |
parent | games-engines/fs2_open: fix PkgMetadataXmlIndentation and VisibleVcsPkg (diff) | |
download | guru-fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1.tar.gz guru-fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1.tar.bz2 guru-fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1.zip |
gui-apps/wob: fix PkgMetadataXmlIndentation and BadFilename
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wob/Manifest | 2 | ||||
-rw-r--r-- | gui-apps/wob/metadata.xml | 20 | ||||
-rw-r--r-- | gui-apps/wob/wob-0.11.ebuild | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/gui-apps/wob/Manifest b/gui-apps/wob/Manifest index c685d08a1..f34ee541e 100644 --- a/gui-apps/wob/Manifest +++ b/gui-apps/wob/Manifest @@ -1 +1 @@ -DIST 0.11.tar.gz 19654 BLAKE2B 58e59ba87447d7e4d4b055b7a17f98914f801030da977d56c953a1a919fb6d76592725136b7cb2837089244736d47707e44266f7c6c6864e6aa86ebb7d7c3195 SHA512 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01 +DIST wob-0.11.tar.gz 19654 BLAKE2B 58e59ba87447d7e4d4b055b7a17f98914f801030da977d56c953a1a919fb6d76592725136b7cb2837089244736d47707e44266f7c6c6864e6aa86ebb7d7c3195 SHA512 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01 diff --git a/gui-apps/wob/metadata.xml b/gui-apps/wob/metadata.xml index 150553d8b..3824f4f3f 100644 --- a/gui-apps/wob/metadata.xml +++ b/gui-apps/wob/metadata.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <name>Jonas Frei</name> - <email>freijon@pm.me</email> - </maintainer> - <longdescription> + <maintainer type="person"> + <name>Jonas Frei</name> + <email>freijon@pm.me</email> + </maintainer> + <longdescription> A lightweight overlay volume/backlight/progress/anything bar for wlroots based Wayland compositors (requrires support for wlr_layer_shell_unstable_v1). This project is inspired by xob - X Overlay Bar - </longdescription> - <upstream> - <remote-id type="github">francma/wob</remote-id> - <bugs-to>https://github.com/francma/wob/issues</bugs-to> - </upstream> + </longdescription> + <upstream> + <remote-id type="github">francma/wob</remote-id> + <bugs-to>https://github.com/francma/wob/issues</bugs-to> + </upstream> </pkgmetadata> diff --git a/gui-apps/wob/wob-0.11.ebuild b/gui-apps/wob/wob-0.11.ebuild index 097bbc369..b61a2044d 100644 --- a/gui-apps/wob/wob-0.11.ebuild +++ b/gui-apps/wob/wob-0.11.ebuild @@ -7,7 +7,7 @@ inherit meson DESCRIPTION="A lightweight overlay volume/backlight/progress/anything bar for Wayland." HOMEPAGE="https://github.com/francma/wob" -SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz" +SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" |