From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/files/, gnome-extra/gnome-color-manager/
Date: Mon, 2 May 2011 22:34:46 +0000 (UTC) [thread overview]
Message-ID: <ae54ab19ddd94ef75c7c510455618b633abc0635.eva@gentoo> (raw)
commit: ae54ab19ddd94ef75c7c510455618b633abc0635
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 22:33:46 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon May 2 22:33:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ae54ab19
gnome-extra/gnome-color-manager: 2.32.0 → 3.0.0
---
.../gnome-color-manager-3.0.0-packagename.patch | 13 ++++
.../gnome-color-manager-3.0.0.ebuild | 71 ++++++++++++++++++++
2 files changed, 84 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-color-manager/files/gnome-color-manager-3.0.0-packagename.patch b/gnome-extra/gnome-color-manager/files/gnome-color-manager-3.0.0-packagename.patch
new file mode 100644
index 0000000..53ab593
--- /dev/null
+++ b/gnome-extra/gnome-color-manager/files/gnome-color-manager-3.0.0-packagename.patch
@@ -0,0 +1,13 @@
+diff --git a/src/cc-color-panel.c b/src/cc-color-panel.c
+index 34ce173..f4307cc 100644
+--- a/src/cc-color-panel.c
++++ b/src/cc-color-panel.c
+@@ -2150,7 +2150,7 @@ cc_color_panel_is_color_profiles_extra_installed (CcColorPanel *panel)
+ GError *error = NULL;
+
+ #ifndef HAVE_PACKAGEKIT
+- g_warning ("cannot query %s: this package was not compiled with --enable-packagekit", package_name);
++ g_warning ("cannot query %s: this package was not compiled with --enable-packagekit", GCM_PREFS_PACKAGE_NAME_COLOR_PROFILES_EXTRA);
+ return;
+ #endif
+
diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0.ebuild
new file mode 100644
index 0000000..e1e3861
--- /dev/null
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-2.32.0.ebuild,v 1.6 2011/03/23 06:10:42 ssuominen Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2
+
+DESCRIPTION="Color profile manager for the GNOME desktop"
+HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection packagekit raw"
+
+# FIXME: raise libusb:1 to 1.0.9 when available
+# FIXME: fix detection of docbook2man
+RDEPEND=">=dev-libs/glib-2.25.9:2
+ >=dev-libs/libusb-1:1
+ >=gnome-base/gnome-control-center-3
+ gnome-base/gnome-settings-daemon
+
+ media-libs/lcms:2
+ media-gfx/sane-backends
+ >=media-libs/libcanberra-0.10[gtk3]
+ media-libs/libexif
+ media-libs/tiff
+ net-print/cups
+
+ sys-fs/udev[extras]
+ x11-libs/libX11
+ x11-libs/libXrandr
+ >=x11-libs/gtk+-2.91:3
+ >=x11-libs/libnotify-0.7
+ >=x11-libs/vte-0.25.1:2.90
+
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+ packagekit? ( app-portage/packagekit )
+ raw? ( media-gfx/exiv2 )
+"
+DEPEND="${RDEPEND}
+ app-text/gnome-doc-utils
+ dev-libs/libxslt
+ >=dev-util/intltool-0.35
+"
+
+# FIXME: run test-suite with files on live file-system
+RESTRICT="test"
+
+pkg_setup() {
+ # Always enable tests since they are check_PROGRAMS anyway
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-schemas-compile
+ --disable-scrollkeeper
+ --enable-sane
+ --enable-tests
+ $(use_enable packagekit)
+ $(use_enable introspection)
+ $(use_enable raw exiv)"
+}
+
+src_prepare() {
+ # Fix build
+ epatch "${FILESDIR}/${P}-packagename.patch"
+
+ gnome2_src_prepare
+}
next reply other threads:[~2011-05-02 22:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-02 22:34 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-07-20 6:44 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/files/, gnome-extra/gnome-color-manager/ Alexandre Restovtsev
2018-11-20 10:52 Gilles Dartiguelongue
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=ae54ab19ddd94ef75c7c510455618b633abc0635.eva@gentoo \
--to=eva@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