summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-08-12 16:24:30 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2024-09-25 16:14:08 +0200
commit08d4e060bc18b56e583ff589490a26ca61a4d5d4 (patch)
treec804cf9b81edc7ab640a379f8eac38c267f01558 /x11-themes
parentx11-themes/gnustep-neos-theme: drop 0.1-r1 (diff)
downloadgentoo-08d4e060bc18b56e583ff589490a26ca61a4d5d4.tar.gz
gentoo-08d4e060bc18b56e583ff589490a26ca61a4d5d4.tar.bz2
gentoo-08d4e060bc18b56e583ff589490a26ca61a4d5d4.zip
x11-themes/gnustep-silver-theme: bump EAPI & more
- quote MY_P - update DESCRIPTION & HOMEPAGE - quote & move S - remove empty IUSE Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r2.ebuild b/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r2.ebuild
new file mode 100644
index 000000000000..d70937c1275c
--- /dev/null
+++ b/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnustep-2
+
+MY_P=Silver.theme-${PV}
+DESCRIPTION="A silver theme for GNUstep"
+HOMEPAGE="https://mediawiki.gnustep.org/index.php/Silver.theme"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+pkg_postinst() {
+ elog "Use gnustep-apps/systempreferences to switch theme"
+}