public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/terminology-themes/
@ 2018-03-15 15:34 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2018-03-15 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     296f88f9b074a177fb0b81a6a6897092a80caf1a
Author:     Daniel Maslowski <daniel.maslowski <AT> shop <DOT> co>
AuthorDate: Fri Oct 20 09:33:03 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 15:34:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296f88f9

x11-themes/terminology-themes: Add Terminology themes

Closes: https://github.com/gentoo/gentoo/pull/5995

 x11-themes/terminology-themes/Manifest             |  1 +
 x11-themes/terminology-themes/metadata.xml         | 12 +++++++++++
 .../terminology-themes-0_p20180106.ebuild          | 24 ++++++++++++++++++++++
 .../terminology-themes-9999.ebuild                 | 24 ++++++++++++++++++++++
 4 files changed, 61 insertions(+)

diff --git a/x11-themes/terminology-themes/Manifest b/x11-themes/terminology-themes/Manifest
new file mode 100644
index 00000000000..42b9c140cea
--- /dev/null
+++ b/x11-themes/terminology-themes/Manifest
@@ -0,0 +1 @@
+DIST terminology-themes-0_p20180106.tgz 220129 BLAKE2B 7a3318f0e869f96c5d022edc479385e5f4602fe65ee9868a139d0c89e1968a803efca915c9335b1f9d9253f278bba31c47f2699e53327d3ec1e9e3729082b79e SHA512 c6c4d756d84ca8575f1d97f05cd1dd9c579b1125107fd1a374cfb99741eb1c7178edaede9be3a6175973b0c83104e425977b2cf7b5d5e990fa717750c40f9e02

diff --git a/x11-themes/terminology-themes/metadata.xml b/x11-themes/terminology-themes/metadata.xml
new file mode 100644
index 00000000000..114e7fcfc5d
--- /dev/null
+++ b/x11-themes/terminology-themes/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyrevolt@googlemail.com</email>
+		<name>Daniel Maslowski</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild b/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
new file mode 100644
index 00000000000..442d1b11578
--- /dev/null
+++ b/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_COMMIT_HASH="ba7b71ffd290cbce4bf87d47276fa516c6563345"
+
+DESCRIPTION="Color schemes for the Terminology terminal emulator"
+HOMEPAGE="https://charlesmilette.net/terminology-themes/"
+SRC_URI="https://github.com/sylveon/terminology-themes/archive/${EGIT_COMMIT_HASH}.tar.gz -> ${P}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/efl"
+RDEPEND="x11-terms/terminology"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT_HASH}"
+
+src_compile() {
+	emake -j1
+}

diff --git a/x11-themes/terminology-themes/terminology-themes-9999.ebuild b/x11-themes/terminology-themes/terminology-themes-9999.ebuild
new file mode 100644
index 00000000000..7641fd7f72a
--- /dev/null
+++ b/x11-themes/terminology-themes/terminology-themes-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Color schemes for the Terminology terminal emulator"
+HOMEPAGE="https://charlesmilette.net/terminology-themes/"
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/sylveon/terminology-themes"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-libs/efl"
+RDEPEND="x11-terms/terminology"
+
+src_compile() {
+	emake -j1
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/terminology-themes/
@ 2018-03-18 18:04 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2018-03-18 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     511c001eaca07609e4835ad08fdb708aa4a85019
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 18:00:56 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 18:04:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511c001e

x11-themes/terminology-themes: Scrub XDG variables

Closes: https://bugs.gentoo.org/650628
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../terminology-themes/terminology-themes-0_p20180106.ebuild       | 7 +++++++
 x11-themes/terminology-themes/terminology-themes-9999.ebuild       | 7 ++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild b/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
index 442d1b11578..bfae9f6cb9f 100644
--- a/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
+++ b/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit xdg-utils
+
 EGIT_COMMIT_HASH="ba7b71ffd290cbce4bf87d47276fa516c6563345"
 
 DESCRIPTION="Color schemes for the Terminology terminal emulator"
@@ -19,6 +21,11 @@ RDEPEND="x11-terms/terminology"
 
 S="${WORKDIR}/${PN}-${EGIT_COMMIT_HASH}"
 
+src_prepare() {
+	default
+	xdg_environment_reset
+}
+
 src_compile() {
 	emake -j1
 }

diff --git a/x11-themes/terminology-themes/terminology-themes-9999.ebuild b/x11-themes/terminology-themes/terminology-themes-9999.ebuild
index 7641fd7f72a..316ef7845b8 100644
--- a/x11-themes/terminology-themes/terminology-themes-9999.ebuild
+++ b/x11-themes/terminology-themes/terminology-themes-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit git-r3
+inherit git-r3 xdg-utils
 
 DESCRIPTION="Color schemes for the Terminology terminal emulator"
 HOMEPAGE="https://charlesmilette.net/terminology-themes/"
@@ -19,6 +19,11 @@ IUSE=""
 DEPEND="dev-libs/efl"
 RDEPEND="x11-terms/terminology"
 
+src_prepare() {
+	default
+	xdg_environment_reset
+}
+
 src_compile() {
 	emake -j1
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-18 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-15 15:34 [gentoo-commits] repo/gentoo:master commit in: x11-themes/terminology-themes/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-03-18 18:04 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox