diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-26 16:46:35 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-26 16:46:35 +0200 |
commit | f2be215fb991955a99bceb9ba10e5abecd2147ea (patch) | |
tree | 1a6a06fb30d548e99fb8ba5182c0a96ad49d553d /app-misc/nwg-shell-wallpapers | |
parent | dev-libs/libtypec: fix revision bump (7e6af504b7ecc) (diff) | |
download | guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.gz guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.bz2 guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.zip |
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'app-misc/nwg-shell-wallpapers')
3 files changed, 9 insertions, 9 deletions
diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild index 4fe8a3224..25d375b86 100644 --- a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild +++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild @@ -3,13 +3,13 @@ EAPI=8 -SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project" HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers" +SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" src_install() { insinto /usr/share/backgrounds/nwg-shell diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild index c105bedf5..fca381d8b 100644 --- a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild +++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.4.ebuild @@ -3,13 +3,13 @@ EAPI=8 -SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project" HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers" +SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" src_install() { insinto /usr/share/backgrounds/nwg-shell diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.5.ebuild b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.5.ebuild index c105bedf5..fca381d8b 100644 --- a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.5.ebuild +++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.5.ebuild @@ -3,13 +3,13 @@ EAPI=8 -SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project" HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers" +SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" src_install() { insinto /usr/share/backgrounds/nwg-shell |