diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-24 09:31:14 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-24 10:09:04 +0200 |
commit | 555c0608d1543b95449af2a00baa6e16cb7c6bd7 (patch) | |
tree | 7418a7457461bca0973eb738c67be6c62f8df48d /x11-themes | |
parent | dev-libs/voikko-fi: remove old 2.3 (diff) | |
download | gentoo-555c0608d1543b95449af2a00baa6e16cb7c6bd7.tar.gz gentoo-555c0608d1543b95449af2a00baa6e16cb7c6bd7.tar.bz2 gentoo-555c0608d1543b95449af2a00baa6e16cb7c6bd7.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_pre20201018.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 969ed3cdbe32..1d1e6c190c57 100644 --- a/x11-themes/e-flat-theme/Manifest +++ b/x11-themes/e-flat-theme/Manifest @@ -1,2 +1 @@ -DIST e-flat-theme-0_pre20201018.edj 45600078 BLAKE2B 28f1949aa1bb316726d81fbc3fc056b29d101528be55bf26ea7e4dd8e1f96410b6d5d2c6c7d4e7742d124709a9c968cf86507dd0392aa4a1ed8142a6c0dd0c69 SHA512 def07d7d92c8dd05d0cefe6205c3af2b67ab81ba9472b070dc5acd3cce60e9f6aa1e374086efcad787aedfc4d755818f7d170e1139c104804e0154921d03ca8b DIST e-flat-theme-0_pre20210121.edj 45282525 BLAKE2B baf27345585d45ca57c2826271dcd377628ef6e733ee98a06020fb4c303034bbe7866cb8704cc33361019cfb00f186839972835e9119390caf833a7a51a0cb7a SHA512 dbced249ff0fc4fd775e8c6bba524a1636f02854f7ccd42d1c038f426edea2e12c1ec677e7e1666c7a1ff74d11cbcd96c8959997dae8f8f36eb77dbcdef84822 diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20201018.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20201018.ebuild deleted file mode 100644 index 1ce5c3e1babc..000000000000 --- a/x11-themes/e-flat-theme/e-flat-theme-0_pre20201018.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 -} |