summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-06-02 11:46:09 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-06-02 11:47:38 +0300
commit93c9a8703d47c5d7442a078803d2c6304f99cb92 (patch)
tree1eb99ce946b527dfb4b1b49a226b3f18349406a2
parentdev-vcs/git: Bump to version 2.27.0. Removed old (diff)
downloadgentoo-93c9a8703d47c5d7442a078803d2c6304f99cb92.tar.gz
gentoo-93c9a8703d47c5d7442a078803d2c6304f99cb92.tar.bz2
gentoo-93c9a8703d47c5d7442a078803d2c6304f99cb92.zip
x11-themes/e-flat-theme: bump to June snapshot
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--x11-themes/e-flat-theme/Manifest1
-rw-r--r--x11-themes/e-flat-theme/e-flat-theme-0_pre20200602.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest
index 677570794f1b..7673ba8e872c 100644
--- a/x11-themes/e-flat-theme/Manifest
+++ b/x11-themes/e-flat-theme/Manifest
@@ -1 +1,2 @@
DIST e-flat-theme-0_pre20200427.edj 45737040 BLAKE2B 2cc6637da79452eb986d256c12037fec32ce86688e634268bf2c01f0507c2778b737fce2f6d92e13ba39a5a249004881f1a3171d2af8506774394459c0a38de6 SHA512 ad96572523c124db4093812eeac539ab2003c4d588b87ed037b52ba1894e47466005634dd3bdd9f2148d0f64f125a86ca5be66a671d03d7cf8829828cb8ee71c
+DIST e-flat-theme-0_pre20200602.edj 45765496 BLAKE2B 008560100983b3e00782d9cfa7e0b8fe329085245b98ff335b5a29520e2379cacfc5e3958c9d474605631dc7e79f114f4a6a2eb8d0729216ef657cbc06732e84 SHA512 84bc4b9e84de581090409836d7c057aac7d0af971733767cdf8f8d8584d7c8f4e35ddfc775616df757d9cced8f8ad408a07d7f0c6222207b4579e850cd5c505e
diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20200602.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20200602.ebuild
new file mode 100644
index 000000000000..1ce5c3e1babc
--- /dev/null
+++ b/x11-themes/e-flat-theme/e-flat-theme-0_pre20200602.ebuild
@@ -0,0 +1,43 @@
+# 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
+}