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: Sat, 21 Dec 2019 09:39:07 +0000 (UTC) [thread overview]
Message-ID: <1576921139.41fdfb06207dda04033b45a6974f1c850254f1b9.juippis@gentoo> (raw)
commit: 41fdfb06207dda04033b45a6974f1c850254f1b9
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 09:33:50 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 09:38:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fdfb06
x11-themes/e-flat-theme: new package
A modern, "flat", work-in-progress theme for x11-wm/enlightenment. This
will become the default enlightenment theme when it's ready.
https://phab.enlightenment.org/T6726
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/e-flat-theme/Manifest | 1 +
.../e-flat-theme/e-flat-theme-0_pre20191220.ebuild | 37 ++++++++++++++++++++++
x11-themes/e-flat-theme/metadata.xml | 8 +++++
3 files changed, 46 insertions(+)
diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest
new file mode 100644
index 00000000000..1f04151e0d9
--- /dev/null
+++ b/x11-themes/e-flat-theme/Manifest
@@ -0,0 +1 @@
+DIST e-flat-theme-0_pre20191220.edj 44123473 BLAKE2B f0c0f1aa127c228c174bf72ed6f126f5ec0562b7a3d3866140d08256afda68d9395efd0a6db62ddd8a7b7d97012f7e602485692c4e33be68f23bf1f0e3038e7e SHA512 a4b60d70efa2d2ee59aa1cf130e13855687af8a1f9689d905a547ca06b9d2d6c15068a267553d568f18cbfe77a5685b889a1c7b8afe3b97a8d8771c29502e681
diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20191220.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20191220.ebuild
new file mode 100644
index 00000000000..4e739c05533
--- /dev/null
+++ b/x11-themes/e-flat-theme/e-flat-theme-0_pre20191220.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019 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 ~x86"
+IUSE=""
+
+DEPEND=""
+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/
+ doins ${P}.edj
+}
+
+pkg_postinst() {
+ elog "You'll find e-flat-theme under System themes in theme selector."
+}
diff --git a/x11-themes/e-flat-theme/metadata.xml b/x11-themes/e-flat-theme/metadata.xml
new file mode 100644
index 00000000000..6b0a0fb3a72
--- /dev/null
+++ b/x11-themes/e-flat-theme/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2019-12-21 9:39 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-21 9:39 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-24 14:54 [gentoo-commits] repo/gentoo:master commit in: x11-themes/e-flat-theme/ Mikle Kolyada
2019-12-30 11:54 Joonas Niilola
2020-01-12 22:43 Sergei Trofimovich
2020-01-15 5:43 Joonas Niilola
2020-01-15 5:43 Joonas Niilola
2020-01-15 5:43 Joonas Niilola
2020-02-19 11:32 Joonas Niilola
2020-03-17 13:32 Joonas Niilola
2020-03-17 13:32 Joonas Niilola
2020-04-05 7:43 Joonas Niilola
2020-04-05 7:43 Joonas Niilola
2020-04-27 12:20 Joonas Niilola
2020-05-08 5:35 Joonas Niilola
2020-06-02 8:47 Joonas Niilola
2020-06-02 8:47 Joonas Niilola
2020-08-24 8:19 Joonas Niilola
2020-09-04 5:47 Joonas Niilola
2020-10-18 7:07 Joonas Niilola
2020-10-26 10:15 Joonas Niilola
2021-01-21 7:29 Joonas Niilola
2021-01-24 8:09 Joonas Niilola
2021-02-12 7:31 Joonas Niilola
2021-02-18 8:00 Joonas Niilola
2021-02-26 6:29 Joonas Niilola
2021-02-28 14:23 Joonas Niilola
2021-03-11 11:41 Joonas Niilola
2021-03-15 8:51 Joonas Niilola
2021-03-22 6:28 Joonas Niilola
2021-03-30 7:25 Joonas Niilola
2021-04-07 7:51 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=1576921139.41fdfb06207dda04033b45a6974f1c850254f1b9.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