public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/nitrogen/
Date: Wed, 15 Feb 2017 07:41:46 +0000 (UTC)	[thread overview]
Message-ID: <1487144487.a21c0f91c4b1022e0edf23b410cead56e3fbb3b8.jer@gentoo> (raw)

commit:     a21c0f91c4b1022e0edf23b410cead56e3fbb3b8
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 07:41:27 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 07:41:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21c0f91

x11-misc/nitrogen: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/nitrogen/Manifest              |  1 +
 x11-misc/nitrogen/nitrogen-1.6.1.ebuild | 51 +++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/x11-misc/nitrogen/Manifest b/x11-misc/nitrogen/Manifest
index 7a77a6d1d4..ffcadb736b 100644
--- a/x11-misc/nitrogen/Manifest
+++ b/x11-misc/nitrogen/Manifest
@@ -1,2 +1,3 @@
 DIST nitrogen-1.5.2.tar.gz 307356 SHA256 60a2437ce6a6c0ba44505fc8066c1973140d4bb48e1e5649f525c7b0b8bf9fd2 SHA512 f4fdafcecb946f6918220f7562a69eb5223d4303c9bf3df4adb5dedfd8d402ee4f3fd3b1692875ede545d3e03f0ca88fa475206a839bb36677fa008a33e99551 WHIRLPOOL 6295f747e1bfb98c4cc83a6ccae2f48e77ceb10b1f4e9296c168e7f3ca846df1f7ca5639b94d7cbf2aa936ea5ed2c82de6ae18e90c3a0c16fc1e61eabf9079c2
 DIST nitrogen-1.6.0.tar.gz 360693 SHA256 194a423fa4d24db069a64d2ffa1e4ece2e65d2466aed9ee037a59f3d141634de SHA512 0c00ee81079afb57cc9b49d6dc02f2b5bd996a93aa4369d07ce27cb6e0951f4d97e3c31eed35925860116ad8afa7dbdd96dd4921dae841c2eb165388f570faa6 WHIRLPOOL c9f3c3d94c7a4f893af166a60e98aa3db44af74e881ea1348dfeb9cf77c4850b26bd00152810c3c4009b0b76746e94534f5733796ac415bf50217becb4b55fff
+DIST nitrogen-1.6.1.tar.gz 314332 SHA256 f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d SHA512 125bb62162da95c3aab8c146f93113162c171512ffd3e8e6011fff22f1a1b841d1ffc9b4df4fd1b0b62a3731c68cd30c8448dbc836e9861216f50068d8b08c9c WHIRLPOOL 8bd1e5fe33a90bcf988e25eb6ae16898f749e1715e25786528072bdd834120771fdd5a8b02dc2aa208fa029eca626b2eb046bc810952c6af1e216e34a79e6748

diff --git a/x11-misc/nitrogen/nitrogen-1.6.1.ebuild b/x11-misc/nitrogen/nitrogen-1.6.1.ebuild
new file mode 100644
index 0000000000..ad60240a25
--- /dev/null
+++ b/x11-misc/nitrogen/nitrogen-1.6.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools fdo-mime flag-o-matic
+
+DESCRIPTION="A background browser and setter for X"
+HOMEPAGE="http://projects.l3ib.org/nitrogen/"
+SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls xinerama"
+
+RDEPEND="
+	>=dev-cpp/gtkmm-2.10:2.4
+	>=gnome-base/librsvg-2.20:2
+	>=x11-libs/gtk+-2.10:2
+	xinerama? ( x11-libs/libXinerama )
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )
+	xinerama? ( x11-proto/xineramaproto )
+"
+
+src_prepare() {
+	default
+
+	sed -i -e '/^UPDATE_DESKTOP/s#=.*#= :#g' data/Makefile.am || die
+
+	eautoreconf
+}
+
+src_configure() {
+	append-cxxflags -std=c++11
+	econf \
+		$(use_enable nls) \
+		$(use_enable xinerama)
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+}


             reply	other threads:[~2017-02-15  7:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15  7:41 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-07 17:32 [gentoo-commits] repo/gentoo:master commit in: x11-misc/nitrogen/ Sam James
2021-06-06 14:46 Jonas Stein
2021-04-19 19:31 Sam James
2021-03-17  2:25 Sam James
2021-03-17  2:25 Sam James
2021-03-17  2:19 Sam James
2021-03-15 21:21 Sam James
2020-01-13 10:07 David Seifert
2019-11-07 22:10 Jeroen Roovers
2019-01-01 15:35 Jeroen Roovers
2018-08-05 11:33 Sergei Trofimovich
2018-04-20 19:48 David Seifert
2016-11-16 13:56 Jeroen Roovers
2016-11-14 12:08 Jeroen Roovers
2015-12-23 20:38 Pacho Ramos

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=1487144487.a21c0f91c4b1022e0edf23b410cead56e3fbb3b8.jer@gentoo \
    --to=jer@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