diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-05-08 08:33:44 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-08 08:35:24 +0300 |
commit | 1910716daf27584ae1b132d0773f3ce52046ae3b (patch) | |
tree | 6e179360be1bd232df9cd9ba24c50b87987beb3a /x11-themes | |
parent | sys-process/uksmd: remove old (diff) | |
download | gentoo-1910716daf27584ae1b132d0773f3ce52046ae3b.tar.gz gentoo-1910716daf27584ae1b132d0773f3ce52046ae3b.tar.bz2 gentoo-1910716daf27584ae1b132d0773f3ce52046ae3b.zip |
x11-themes/e-flat-theme: remove old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/e-flat-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest index 811a7ffeea96..677570794f1b 100644 --- a/x11-themes/e-flat-theme/Manifest +++ b/x11-themes/e-flat-theme/Manifest @@ -1,2 +1 @@ -DIST e-flat-theme-0_pre20200401.edj 45838952 BLAKE2B 1f4180b120141c732a3ffacda6075eddb42e23ebf65a89e4f0efa904d52e1dc396c97eb0bd220fbf66d9847c866fd310aefbd48ed1360dbcbe5bbbb37b5bacef SHA512 20bed0c1630375a83db57c9019b8ddfa6302168c66d632b26eb25730cd916dcf5a621c962b4ffe659e8bcb90b555e7eec6a106e8d091e450cf1b58ac3c06a64f DIST e-flat-theme-0_pre20200427.edj 45737040 BLAKE2B 2cc6637da79452eb986d256c12037fec32ce86688e634268bf2c01f0507c2778b737fce2f6d92e13ba39a5a249004881f1a3171d2af8506774394459c0a38de6 SHA512 ad96572523c124db4093812eeac539ab2003c4d588b87ed037b52ba1894e47466005634dd3bdd9f2148d0f64f125a86ca5be66a671d03d7cf8829828cb8ee71c diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.ebuild deleted file mode 100644 index 1ce5c3e1babc..000000000000 --- a/x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A modern, flat theme for Enlightenment WM" -HOMEPAGE="https://www.enlightenment.org/ https://phab.enlightenment.org/T6726" -SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.edj" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" - -RDEPEND="x11-wm/enlightenment" - -S="${WORKDIR}" - -src_prepare() { - default - - # doins doesn't allow installing straight from DISTDIR. - cp "${DISTDIR}"/${P}.edj . || die "Failed to prepare theme file." -} - -src_configure() { :; } -src_compile() { :; } - -src_install() { - insinto /usr/share/elementary/themes/ - newins ${P}.edj flat-0.edj -} - -pkg_postinst() { - elog "You'll find e-flat-theme under System themes in theme selector." - - if [[ -n ${REPLACING_VERSIONS} ]]; then - ewarn "" - ewarn "You're updating flat-0 theme. Please reload Enlightenment" - ewarn "through Menu -> Enlightenment -> Restart, or by issuing" - ewarn " enlightenment -restart" - ewarn "" - fi -} |