diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-05-15 02:10:03 +0200 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-14 20:59:24 -0400 |
commit | f51b3ad8e38755337697455e704efc6c0869614b (patch) | |
tree | 0a80ee1dbed0d1b72a4d817db48ce94c0a57b974 /x11-themes | |
parent | x11-terms/tabby-bin: fix variable order (diff) | |
download | guru-f51b3ad8e38755337697455e704efc6c0869614b.tar.gz guru-f51b3ad8e38755337697455e704efc6c0869614b.tar.bz2 guru-f51b3ad8e38755337697455e704efc6c0869614b.zip |
x11-themes/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'x11-themes')
9 files changed, 24 insertions, 27 deletions
diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.2.ebuild index f0cf55bc1..08f951d22 100644 --- a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.2.ebuild +++ b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.2.ebuild @@ -7,14 +7,14 @@ DESCRIPTION="Opensource, compact, and material-designed cursor set" HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor" SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/libXcursor" -S="${WORKDIR}" - src_install() { insinto /usr/share/cursors/xorg-x11 doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice} diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild index f0cf55bc1..08f951d22 100644 --- a/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild +++ b/x11-themes/bibata-xcursors/bibata-xcursors-2.0.3.ebuild @@ -7,14 +7,14 @@ DESCRIPTION="Opensource, compact, and material-designed cursor set" HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor" SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/libXcursor" -S="${WORKDIR}" - src_install() { insinto /usr/share/cursors/xorg-x11 doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice} diff --git a/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild b/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild index e7f37ea7b..6777a4c39 100644 --- a/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild +++ b/x11-themes/breezex-xcursors/breezex-xcursors-2.0.0.ebuild @@ -11,14 +11,14 @@ SRC_URI=" https://github.com/ful1e5/BreezeX_Cursor/releases/download/v${PV}/BreezeX-Light.tar.gz -> ${P}-light.tar.gz " +S="${WORKDIR}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/libXcursor" -S="${WORKDIR}" - src_install() { insinto /usr/share/cursors/xorg-x11 doins -r BreezeX-{Black,Dark,Light} diff --git a/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild b/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild index 80f8d0ca6..44047ab1c 100644 --- a/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild +++ b/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild @@ -78,17 +78,15 @@ SRC_URI=" " S="${WORKDIR}" -IUSE="+frappe latte macchiato mocha" -REQUIRED_USE="|| ( frappe latte macchiato mocha )" - -BDEPEND=" - app-arch/unzip -" - LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +IUSE="+frappe latte macchiato mocha" +REQUIRED_USE="|| ( frappe latte macchiato mocha )" + +BDEPEND="app-arch/unzip" + src_install() { insinto "/usr/share/icons" for folder in * ; do diff --git a/x11-themes/materia-theme/materia-theme-20210322.ebuild b/x11-themes/materia-theme/materia-theme-20210322.ebuild index 212cc1cec..531fc6c5c 100644 --- a/x11-themes/materia-theme/materia-theme-20210322.ebuild +++ b/x11-themes/materia-theme/materia-theme-20210322.ebuild @@ -9,9 +9,9 @@ DESCRIPTION="A Material Design theme for GNOME/GTK based desktop environments" HOMEPAGE="https://github.com/nana-4/materia-theme" SRC_URI="https://github.com/nana-4/materia-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" x11-libs/gdk-pixbuf @@ -19,6 +19,4 @@ RDEPEND=" x11-themes/gtk-engines-murrine " DEPEND="${RDEPEND}" -BDEPEND=" - dev-lang/sassc -" +BDEPEND="dev-lang/sassc" diff --git a/x11-themes/neonly-cursor/neonly-cursor-1.0.0.ebuild b/x11-themes/neonly-cursor/neonly-cursor-1.0.0.ebuild index f323dd70f..1f584f967 100644 --- a/x11-themes/neonly-cursor/neonly-cursor-1.0.0.ebuild +++ b/x11-themes/neonly-cursor/neonly-cursor-1.0.0.ebuild @@ -10,13 +10,14 @@ MY_PV="v$(ver_cut 1-2)" DESCRIPTION="Cursor theme using a custom color palette inspired by boreal colors" HOMEPAGE="https://github.com/alvatip/Neonly" SRC_URI="https://github.com/alvatip/Neonly/releases/download/${MY_PV}/Neonly.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -KEYWORDS="~amd64" +S="${WORKDIR}" + +LICENSE="GPL-3" SLOT="0" -RESTRICT="mirror" +KEYWORDS="~amd64" -S="${WORKDIR}" +RESTRICT="mirror" src_install() { insinto "/usr/share/icons/${PN}" diff --git a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild index b870137cb..786da2c76 100644 --- a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild +++ b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="Papirus icon theme for Claws Mail" HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme" SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" - -S="${WORKDIR}/${PN}-${MY_COMMIT}" diff --git a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20201019.ebuild b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20201019.ebuild index 49c20c6f9..82f6e89ab 100644 --- a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20201019.ebuild +++ b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20201019.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="Papirus icon theme for Claws Mail" HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme" SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" - -S="${WORKDIR}/${PN}-${MY_COMMIT}" diff --git a/x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild b/x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild index e2129612e..53b89c781 100644 --- a/x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild +++ b/x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild @@ -7,6 +7,8 @@ DESCRIPTION="Sound theme for the Librem 5/PinePhone" HOMEPAGE="https://source.puri.sm/Librem5/sound-theme-librem5" SRC_URI="https://source.puri.sm/Librem5/sound-theme-librem5/-/archive/v${PV}/${PN}-v${PV}.tar.gz" +S="${WORKDIR}/${PN}-v${PV}" + LICENSE="GPL-2 LGPL-2 CC-BY-3.0 CC-BY-SA-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64" @@ -17,8 +19,6 @@ DEPEND=" >=dev-util/intltool-0.40 " -S="${WORKDIR}/${PN}-v${PV}" - src_install() { insinto /usr/share/sounds/ doins -r librem5 |