From e0cc851d8b39b5357f53f076b5bca926236a7c47 Mon Sep 17 00:00:00 2001 From: Sardem FF7 Date: Sun, 6 Feb 2011 01:38:01 +0100 Subject: Update Gnome-Shell themes It was decided to use a more XDG compliant dir layout for Gnome-Shell themes so a little rename update for these themes --- x11-themes/gnome-shell-dark-glass/Manifest | 2 +- .../gnome-shell-dark-glass-2010.01.09-r1.ebuild | 37 ++++++++++++++++++++++ .../gnome-shell-dark-glass-2010.01.09.ebuild | 36 --------------------- 3 files changed, 38 insertions(+), 37 deletions(-) create mode 100644 x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild delete mode 100644 x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09.ebuild (limited to 'x11-themes/gnome-shell-dark-glass') diff --git a/x11-themes/gnome-shell-dark-glass/Manifest b/x11-themes/gnome-shell-dark-glass/Manifest index 1d61821..12e84b7 100644 --- a/x11-themes/gnome-shell-dark-glass/Manifest +++ b/x11-themes/gnome-shell-dark-glass/Manifest @@ -1,3 +1,3 @@ AUX metadata.json 51 RMD160 6f73738c2b2affa5a2fec4b9596d4fa61722ef0c SHA1 3ef4c8d75cb27a34a1f10128da824c9ae438ce68 SHA256 59c46abe4f3fa17785ca7996c9118060cc9577836da00d50f27dd430b8dce9f5 -EBUILD gnome-shell-dark-glass-2010.01.09.ebuild 819 RMD160 08ba8a88bde885adb4bd64b1d000023267e764fb SHA1 70839540ee286b9e2a293d55300b3b9a1e1f0c3b SHA256 0f3634a87e0e35426bd53ce317e5c326ac169665aa49d9f245eae6b062b07398 +EBUILD gnome-shell-dark-glass-2010.01.09-r1.ebuild 876 RMD160 176d1731a36d7d06a3206347e75b8e0d4a7f79fc SHA1 130a34b5d48666ce54b216f963cd3a4c7ecc3e25 SHA256 3c41608a1a356fa4065897b923aaebb98890400a5519ef4dfa58374815b28a46 DIST gnome-shell-dark-glass.zip 36564 RMD160 8a18db44497a4c33ef6c7b3cbd61fc51be3d6635 SHA1 5fbe69f530ad315d9fc16822bbd245282f468746 SHA256 11c8cab6c4f035010890509f9ba3ba651c32d54c0b4d8db7a49eb5543fb8cf09 diff --git a/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild b/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild new file mode 100644 index 0000000..2df95f3 --- /dev/null +++ b/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" +inherit base + +MY_PN="Dark-Glass" +DESCRIPTION="Dark Glass Theme for Gnome-Shell" +HOMEPAGE="http://half-left.deviantart.com/art/GNOME-Shell-Dark-Glass-Git-192828345" +SRC_URI="${PN}.zip" + +LICENSE="" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +RESTRICT="fetch" + +RDEPEND="~gnome-base/gnome-shell-9999" +DEPEND="app-arch/unzip" + +pkg_nofetch() { + einfo "Please download the ${SRC_URI} from" + einfo "${HOMEPAGE}" + einfo "and place it in ${DISTDIR}" +} + +src_install() { + pushd "${WORKDIR}" &>/dev/null + mv theme gnome-shell + mv gnome-shell/gnome-shell.css gnome-shell/theme.css + insinto /usr/share/themes/${MY_PN} + doins -r gnome-shell || die "doins failed" + insinto /usr/share/themes/${MY_PN}/gnome-shell + doins "${FILESDIR}"/metadata.json + popd &>/dev/null +} diff --git a/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09.ebuild b/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09.ebuild deleted file mode 100644 index 0e02d70..0000000 --- a/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" -inherit base - -MY_PN="Dark-Glass" -DESCRIPTION="Dark Glass Theme for Gnome-Shell" -HOMEPAGE="http://half-left.deviantart.com/art/GNOME-Shell-Dark-Glass-Git-192828345" -SRC_URI="${PN}.zip" - -LICENSE="" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -RESTRICT="fetch" - -RDEPEND="~gnome-base/gnome-shell-9999" -DEPEND="app-arch/unzip" - -pkg_nofetch() { - einfo "Please download the ${SRC_URI} from" - einfo "${HOMEPAGE}" - einfo "and place it in ${DISTDIR}" -} - -src_install() { - pushd "${WORKDIR}" &>/dev/null - mv theme ${MY_PN} - insinto /usr/share/gnome-shell/themes - doins -r ${MY_PN} || die "doins failed" - insinto /usr/share/gnome-shell/themes/${MY_PN} - doins "${FILESDIR}"/metadata.json - popd &>/dev/null -} -- cgit v1.2.3-65-gdbad