commit:     34c52afd1ccb344402c36a2a0d3c60f4b15646d6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 06:14:16 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 06:14:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c52afd

x11-themes/e-flat-theme: bump to 2021-02-25 snapshot

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-themes/e-flat-theme/Manifest                   |  1 +
 .../e-flat-theme/e-flat-theme-0_pre20210225.ebuild | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest
index 379f2888ce1..2de0ba0ff08 100644
--- a/x11-themes/e-flat-theme/Manifest
+++ b/x11-themes/e-flat-theme/Manifest
@@ -1 +1,2 @@
 DIST e-flat-theme-0_pre20210212.edj 45211061 BLAKE2B 
591b10cf7c2ac001fdac007903625f642d7e02ca73c9ea600b5bcb05b83e8ae2a0eff3a8b4ef0f038f6a0c1aeb3b66ea56244ad12e84b1179c426b9868acdc59
 SHA512 
61b3a68e1a0c60e47b6b93b9fb7a874f3b8586625eabb7f2f5c4c70c70bfe43f3325c3bc4b9fe1041866a3697511a769326dab9e424443363a81ec8a5acfe0b3
+DIST e-flat-theme-0_pre20210225.edj 45154749 BLAKE2B 
d87edfd408a05e852180b3a12a85e148cbc0005326a24bd5bf918ba57dd478daad677a2e81a1b8c396576d1e7b5c2ea1fff9722064aa68cad7cbf11862869cd3
 SHA512 
bbbf6c161eb764695e0eb572c6488a3c3abc0ec86511bdb99fdb43e8f74d59c12d562e877871e3aa8fd8076a56e20bc932cce9f5ad477a69f42ab84db829f612

diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20210225.ebuild 
b/x11-themes/e-flat-theme/e-flat-theme-0_pre20210225.ebuild
new file mode 100644
index 00000000000..d9b01189610
--- /dev/null
+++ b/x11-themes/e-flat-theme/e-flat-theme-0_pre20210225.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2019-2021 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
+}

Reply via email to