From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/e-flat-theme/
Date: Sun, 5 Apr 2020 07:43:33 +0000 (UTC) [thread overview]
Message-ID: <1586072573.c81367570e54f90b14673a21f1cc71399f1641e2.juippis@gentoo> (raw)
commit: c81367570e54f90b14673a21f1cc71399f1641e2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 5 07:42:53 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 5 07:42:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8136757
x11-themes/e-flat-theme: bump to 2020-04-01 build
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/e-flat-theme/Manifest | 1 +
.../e-flat-theme/e-flat-theme-0_pre20200401.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest
index 5415d6bc115..d8b946232ad 100644
--- a/x11-themes/e-flat-theme/Manifest
+++ b/x11-themes/e-flat-theme/Manifest
@@ -1,2 +1,3 @@
DIST e-flat-theme-0_pre20200216.edj 44070056 BLAKE2B df63fd32d0de42723fcb9c6d70d4d9a57d202f1d8b75d308d52e578b4374a3526a47d3fb4099b1b630081602897b562e7c0c3952fe80e9d649de34d770d8482a SHA512 4bf289c86e59e1a676792f0d9fd23b34cb6d81642a87ce3cd5a1097622b35aec72d9fb238873571b1ef8507972126918688f41879f7ce424ab7932da59860457
DIST e-flat-theme-0_pre20200301.edj 45867392 BLAKE2B 1cdc143b2a6bca64d5e68b6a856c08520ef452d67d3aa2c0b0d25830821c773fe3cfaa773da3eff7a17b3f6c95be8af9b976ac16a0fa665be23fe4287d0c6d89 SHA512 664ae186c1ca7c804c9801077140d789fbce805adaf210e6094acf0c9515542af68c58b69b9344db0031a56a323666a05888ce66c816ab8af7c45096b8651490
+DIST e-flat-theme-0_pre20200401.edj 45838952 BLAKE2B 1f4180b120141c732a3ffacda6075eddb42e23ebf65a89e4f0efa904d52e1dc396c97eb0bd220fbf66d9847c866fd310aefbd48ed1360dbcbe5bbbb37b5bacef SHA512 20bed0c1630375a83db57c9019b8ddfa6302168c66d632b26eb25730cd916dcf5a621c962b4ffe659e8bcb90b555e7eec6a106e8d091e450cf1b58ac3c06a64f
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
new file mode 100644
index 00000000000..1ce5c3e1bab
--- /dev/null
+++ b/x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.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
+}
next reply other threads:[~2020-04-05 7:43 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-05 7:43 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-07 7:51 [gentoo-commits] repo/gentoo:master commit in: x11-themes/e-flat-theme/ Joonas Niilola
2021-03-30 7:25 Joonas Niilola
2021-03-22 6:28 Joonas Niilola
2021-03-15 8:51 Joonas Niilola
2021-03-11 11:41 Joonas Niilola
2021-02-28 14:23 Joonas Niilola
2021-02-26 6:29 Joonas Niilola
2021-02-18 8:00 Joonas Niilola
2021-02-12 7:31 Joonas Niilola
2021-01-24 8:09 Joonas Niilola
2021-01-21 7:29 Joonas Niilola
2020-10-26 10:15 Joonas Niilola
2020-10-18 7:07 Joonas Niilola
2020-09-04 5:47 Joonas Niilola
2020-08-24 8:19 Joonas Niilola
2020-06-02 8:47 Joonas Niilola
2020-06-02 8:47 Joonas Niilola
2020-05-08 5:35 Joonas Niilola
2020-04-27 12:20 Joonas Niilola
2020-04-05 7:43 Joonas Niilola
2020-03-17 13:32 Joonas Niilola
2020-03-17 13:32 Joonas Niilola
2020-02-19 11:32 Joonas Niilola
2020-01-15 5:43 Joonas Niilola
2020-01-15 5:43 Joonas Niilola
2020-01-15 5:43 Joonas Niilola
2020-01-12 22:43 Sergei Trofimovich
2019-12-30 11:54 Joonas Niilola
2019-12-24 14:54 Mikle Kolyada
2019-12-21 9:39 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586072573.c81367570e54f90b14673a21f1cc71399f1641e2.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox