Skip to content

Commit

Permalink
x11-themes/fedora-backgrounds: Fix VariableOrderWrong warning
Browse files Browse the repository at this point in the history
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Aug 27, 2024
1 parent d59dfb6 commit 972993b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ MY_PN="f$(ver_cut 1)-backgrounds"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"

S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"

S="${WORKDIR}/${MY_PN}"
KEYWORDS="amd64 x86"
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ MY_PN="f$(ver_cut 1)-backgrounds"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"

S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"

S="${WORKDIR}/${MY_PN}"
KEYWORDS="amd64 x86"
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ MY_PN="f$(ver_cut 1)-backgrounds"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"

S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"

S="${WORKDIR}/${MY_PN}"
KEYWORDS="amd64 x86"
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ MY_PN="f$(ver_cut 1)-backgrounds"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"

S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"

S="${WORKDIR}/${MY_PN}"
KEYWORDS="amd64 x86"
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ MY_PN="f$(ver_cut 1)-backgrounds"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"

S="${WORKDIR}/${MY_PN}"

# Review on each bump, files Attribution*
LICENSE="CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 Free-Art-1.3"

KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"
S="${WORKDIR}/${MY_PN}"
KEYWORDS="amd64 x86"
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ MY_PN="f$(ver_cut 1)-backgrounds"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"

S="${WORKDIR}/${MY_PN}"

# Review on each bump, files Attribution*
LICENSE="CC-BY-SA-4.0"

KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"

S="${WORKDIR}/${MY_PN}"
KEYWORDS="amd64 x86"

src_install() {
default
Expand Down

0 comments on commit 972993b

Please sign in to comment.