public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2011-07-20  7:13 Alexandre Restovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Restovtsev @ 2011-07-20  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e870ae82ffe1a2be03d771502fe222cf87f03655
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Jul 20 07:11:02 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Jul 20 07:11:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e870ae82

gnome-extra/gnome-color-manager: 3.0.0-r1 → 3.0.0-r2

Make the sane-backends dependency optional. Add needed dependencies on
shared-color-profiles, docbook-sgml-utils, docbook-sgml-dtd.

---
 ....ebuild => gnome-color-manager-3.0.0-r2.ebuild} |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0-r1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0-r2.ebuild
similarity index 85%
rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0-r1.ebuild
rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0-r2.ebuild
index 965eaac..5fd8621 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0-r1.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.0.0-r2.ebuild
@@ -14,17 +14,16 @@ HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+introspection packagekit raw"
+IUSE="+introspection packagekit raw scanner"
 
 # FIXME: raise libusb:1 to 1.0.9 when available
 # FIXME: fix detection of docbook2man
-RDEPEND=">=dev-libs/glib-2.25.9:2
+COMMON_DEPEND=">=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
@@ -38,10 +37,17 @@ RDEPEND=">=dev-libs/glib-2.25.9:2
 	>=x11-libs/vte-0.25.1:2.90
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+	scanner? ( media-gfx/sane-backends )
 	packagekit? ( app-admin/packagekit-base )
 	raw? ( media-gfx/exiv2 )
 "
+RDEPEND="${RDEPEND}
+	media-gfx/shared-color-profiles
+"
+# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
 DEPEND="${RDEPEND}
+	app-text/docbook-sgml-dtd:4.1
+	app-text/docbook-sgml-utils
 	app-text/gnome-doc-utils
 	dev-libs/libxslt
 	>=dev-util/intltool-0.35
@@ -56,11 +62,11 @@ pkg_setup() {
 		--disable-static
 		--disable-schemas-compile
 		--disable-scrollkeeper
-		--enable-sane
 		--enable-tests
 		$(use_enable packagekit)
 		$(use_enable introspection)
-		$(use_enable raw exiv)"
+		$(use_enable raw exiv)
+		$(use_enable scanner sane)"
 }
 
 src_prepare() {



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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2011-10-18  7:37 Alexandre Restovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5c33d8481acead1325bb60f6a0e6765fb44532a2
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 06:08:27 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 06:08:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5c33d848

gnome-extra/gnome-color-manager: 3.2.0 → 3.2.1

Bump with a crasher fix and performance improvements.

---
 ...2.0.ebuild => gnome-color-manager-3.2.1.ebuild} |    2 +-
 .../gnome-color-manager-9999.ebuild                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
similarity index 97%
rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.2.0.ebuild
rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
index 82e6bf1..2638c2d 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.0.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
@@ -24,7 +24,7 @@ fi
 IUSE="clutter packagekit raw"
 
 # FIXME: fix detection of docbook2man
-COMMON_DEPEND=">=dev-libs/glib-2.25.9:2
+COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
 
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 82e6bf1..2638c2d 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -24,7 +24,7 @@ fi
 IUSE="clutter packagekit raw"
 
 # FIXME: fix detection of docbook2man
-COMMON_DEPEND=">=dev-libs/glib-2.25.9:2
+COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
 
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]



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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2011-10-30  2:57 Alexandre Restovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Restovtsev @ 2011-10-30  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     02ef3acf73abca53262073887903faea8c72278f
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 01:41:01 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Oct 30 01:41:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=02ef3acf

gnome-extra/gnome-color-manager: qa

---
 .../gnome-color-manager-3.2.1.ebuild               |    2 +-
 .../gnome-color-manager-9999.ebuild                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
index 2638c2d..b99a780 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit autotools eutils gnome2
+inherit gnome2
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 2638c2d..b99a780 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit autotools eutils gnome2
+inherit gnome2
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi



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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2012-07-02 22:26 Alexandre Restovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Restovtsev @ 2012-07-02 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9b73dabffba2ea54a99ef0a00b513d7348dd5831
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  2 22:25:00 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Jul  2 22:25:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9b73dabf

gnome-extra/gnome-color-manager: sync with gx86

---
 .../gnome-color-manager-9999.ebuild                |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index b99a780..b929324 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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 $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -24,8 +24,9 @@ fi
 IUSE="clutter packagekit raw"
 
 # FIXME: fix detection of docbook2man
-COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
-
+# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
+COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
+	gnome-base/gnome-desktop:3
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
@@ -33,11 +34,12 @@ COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
 
 	x11-libs/libX11
 	x11-libs/libXrandr
-	>=x11-libs/gtk+-2.91:3
+	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
 	>=x11-misc/colord-0.1.12
 
 	clutter? (
+		>=media-libs/clutter-1.9.11:1.0
 		media-libs/clutter-gtk:1.0
 		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
@@ -53,6 +55,7 @@ DEPEND="${COMMON_DEPEND}
 	app-text/gnome-doc-utils
 	dev-libs/libxslt
 	>=dev-util/intltool-0.35
+	virtual/pkgconfig
 "
 
 # FIXME: run test-suite with files on live file-system
@@ -69,3 +72,10 @@ pkg_setup() {
 		$(use_enable packagekit)
 		$(use_enable raw exiv)"
 }
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+
+	elog "If you want to do display or scanner calibration, you will need to"
+	elog "install media-gfx/argyllcms"
+}



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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2012-09-22 18:45 Nirbheek Chauhan
  0 siblings, 0 replies; 21+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3cbaf9fb7513299d90c5355ffd83e2e5c2175155
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 18:38:17 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 18:41:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3cbaf9fb

Add gnome-extra/gnome-color-manager-3.5.90

---
 ...99.ebuild => gnome-color-manager-3.5.90.ebuild} |   18 ++++++++++--------
 .../gnome-color-manager-9999.ebuild                |   18 ++++++++++--------
 2 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
similarity index 87%
copy from gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
copy to gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
index b929324..c06d901 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
@@ -36,27 +36,28 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
 	x11-libs/libXrandr
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
-	>=x11-misc/colord-0.1.12
+	>=x11-libs/colord-gtk-0.1.20
 
 	clutter? (
 		>=media-libs/clutter-1.9.11:1.0
 		media-libs/clutter-gtk:1.0
 		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
-	raw? ( media-gfx/exiv2 )
-"
+	raw? ( media-gfx/exiv2 )"
 RDEPEND="${COMMON_DEPEND}
-	media-gfx/shared-color-profiles
-"
+	media-gfx/shared-color-profiles"
 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-dtd:4.1
 	app-text/docbook-sgml-utils
-	app-text/gnome-doc-utils
 	dev-libs/libxslt
 	>=dev-util/intltool-0.35
-	virtual/pkgconfig
-"
+	virtual/pkgconfig"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
 
 # FIXME: run test-suite with files on live file-system
 RESTRICT="test"
@@ -71,6 +72,7 @@ pkg_setup() {
 		$(use_enable clutter)
 		$(use_enable packagekit)
 		$(use_enable raw exiv)"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 }
 
 pkg_postinst() {

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index b929324..c06d901 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -36,27 +36,28 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
 	x11-libs/libXrandr
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
-	>=x11-misc/colord-0.1.12
+	>=x11-libs/colord-gtk-0.1.20
 
 	clutter? (
 		>=media-libs/clutter-1.9.11:1.0
 		media-libs/clutter-gtk:1.0
 		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
-	raw? ( media-gfx/exiv2 )
-"
+	raw? ( media-gfx/exiv2 )"
 RDEPEND="${COMMON_DEPEND}
-	media-gfx/shared-color-profiles
-"
+	media-gfx/shared-color-profiles"
 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-dtd:4.1
 	app-text/docbook-sgml-utils
-	app-text/gnome-doc-utils
 	dev-libs/libxslt
 	>=dev-util/intltool-0.35
-	virtual/pkgconfig
-"
+	virtual/pkgconfig"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
 
 # FIXME: run test-suite with files on live file-system
 RESTRICT="test"
@@ -71,6 +72,7 @@ pkg_setup() {
 		$(use_enable clutter)
 		$(use_enable packagekit)
 		$(use_enable raw exiv)"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 }
 
 pkg_postinst() {


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2012-09-24  8:40 Priit Laes
  0 siblings, 0 replies; 21+ messages in thread
From: Priit Laes @ 2012-09-24  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e7f077bd8f2caa3de2d42668d5ea45f32eca1078
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Mon Sep 24 08:39:00 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Mon Sep 24 08:39:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e7f077bd

gnome-extra/gnome-color-manager: [QA] Remove unused scrollkeeper

---
 .../gnome-color-manager-3.5.90.ebuild              |    1 -
 .../gnome-color-manager-9999.ebuild                |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
index c06d901..13da8c4 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
@@ -67,7 +67,6 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--disable-schemas-compile
-		--disable-scrollkeeper
 		--enable-tests
 		$(use_enable clutter)
 		$(use_enable packagekit)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index c06d901..13da8c4 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -67,7 +67,6 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--disable-schemas-compile
-		--disable-scrollkeeper
 		--enable-tests
 		$(use_enable clutter)
 		$(use_enable packagekit)


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2012-10-28 21:47 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     24438921c5c65555947d76c6b5762ffa28d7b221
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 21:39:24 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 21:39:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=24438921

gnome-extra/gnome-color-manager: 3.5.90 → 3.6.0

---
 ....90.ebuild => gnome-color-manager-3.6.0.ebuild} |    3 ++-
 .../gnome-color-manager-9999.ebuild                |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
similarity index 97%
rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
index 13da8c4..d8b06fc 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
@@ -62,7 +62,7 @@ fi
 # FIXME: run test-suite with files on live file-system
 RESTRICT="test"
 
-pkg_setup() {
+src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
 	G2CONF="${G2CONF}
 		--disable-static
@@ -72,6 +72,7 @@ pkg_setup() {
 		$(use_enable packagekit)
 		$(use_enable raw exiv)"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	gnome2_src_configure
 }
 
 pkg_postinst() {

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 13da8c4..d8b06fc 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -62,7 +62,7 @@ fi
 # FIXME: run test-suite with files on live file-system
 RESTRICT="test"
 
-pkg_setup() {
+src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
 	G2CONF="${G2CONF}
 		--disable-static
@@ -72,6 +72,7 @@ pkg_setup() {
 		$(use_enable packagekit)
 		$(use_enable raw exiv)"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	gnome2_src_configure
 }
 
 pkg_postinst() {


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2012-12-24 18:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2077a3e4216b5484d1056de6e2c1f81e75d4dd42
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 18:16:49 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 18:16:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2077a3e4

gnome-extra/gnome-color-manager: moved to gx86

    * Sync live ebuild with gx86 changes.
    * Add metadata.xml.

---
 .../gnome-color-manager-3.6.0.ebuild               |   83 --------------------
 .../gnome-color-manager-9999.ebuild                |   23 +++---
 gnome-extra/gnome-color-manager/metadata.xml       |   11 +++
 3 files changed, 24 insertions(+), 93 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
deleted file mode 100644
index d8b06fc..0000000
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="Color profile manager for the GNOME desktop"
-HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE="clutter packagekit raw"
-
-# FIXME: fix detection of docbook2man
-# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
-COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
-	gnome-base/gnome-desktop:3
-	>=media-libs/lcms-2.2:2
-	>=media-libs/libcanberra-0.10[gtk3]
-	media-libs/libexif
-	media-libs/tiff
-
-	x11-libs/libX11
-	x11-libs/libXrandr
-	>=x11-libs/gtk+-3.3.8:3
-	>=x11-libs/vte-0.25.1:2.90
-	>=x11-libs/colord-gtk-0.1.20
-
-	clutter? (
-		>=media-libs/clutter-1.9.11:1.0
-		media-libs/clutter-gtk:1.0
-		media-libs/mash:0.2 )
-	packagekit? ( app-admin/packagekit-base )
-	raw? ( media-gfx/exiv2 )"
-RDEPEND="${COMMON_DEPEND}
-	media-gfx/shared-color-profiles"
-# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
-DEPEND="${COMMON_DEPEND}
-	app-text/docbook-sgml-dtd:4.1
-	app-text/docbook-sgml-utils
-	dev-libs/libxslt
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
-
-# FIXME: run test-suite with files on live file-system
-RESTRICT="test"
-
-src_configure() {
-	# Always enable tests since they are check_PROGRAMS anyway
-	G2CONF="${G2CONF}
-		--disable-static
-		--disable-schemas-compile
-		--enable-tests
-		$(use_enable clutter)
-		$(use_enable packagekit)
-		$(use_enable raw exiv)"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	gnome2_src_configure
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	elog "If you want to do display or scanner calibration, you will need to"
-	elog "install media-gfx/argyllcms"
-}

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index d8b06fc..482da7e 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
@@ -14,7 +14,7 @@ fi
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
@@ -23,10 +23,10 @@ else
 fi
 IUSE="clutter packagekit raw"
 
-# FIXME: fix detection of docbook2man
 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
-COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
-	gnome-base/gnome-desktop:3
+COMMON_DEPEND="
+	>=dev-libs/glib-2.31.10:2
+	gnome-base/gnome-desktop:3=
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
@@ -43,7 +43,8 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
 		media-libs/clutter-gtk:1.0
 		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
-	raw? ( media-gfx/exiv2 )"
+	raw? ( media-gfx/exiv2 )
+"
 RDEPEND="${COMMON_DEPEND}
 	media-gfx/shared-color-profiles"
 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
@@ -52,7 +53,8 @@ DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-utils
 	dev-libs/libxslt
 	>=dev-util/intltool-0.35
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
@@ -66,7 +68,6 @@ src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
 	G2CONF="${G2CONF}
 		--disable-static
-		--disable-schemas-compile
 		--enable-tests
 		$(use_enable clutter)
 		$(use_enable packagekit)
@@ -78,6 +79,8 @@ src_configure() {
 pkg_postinst() {
 	gnome2_pkg_postinst
 
-	elog "If you want to do display or scanner calibration, you will need to"
-	elog "install media-gfx/argyllcms"
+	if ! has_version media-gfx/argyllcms ; then
+		elog "If you want to do display or scanner calibration, you will need to"
+		elog "install media-gfx/argyllcms"
+	fi
 }

diff --git a/gnome-extra/gnome-color-manager/metadata.xml b/gnome-extra/gnome-color-manager/metadata.xml
new file mode 100644
index 0000000..04b4090
--- /dev/null
+++ b/gnome-extra/gnome-color-manager/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="clutter">Use <pkg>media-libs/clutter</pkg> to render color
+			gamut representations</flag>
+    <flag name="packagekit">Enable support for the distro-neutral package
+			manager GUI <pkg>app-admin/packagekit</pkg></flag>
+  </use>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2013-01-22  8:12 Alexandre Rostovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Rostovtsev @ 2013-01-22  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ffc8d41b2a2b1403433dd75a3e278ae736d56d00
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 07:58:28 2013 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 07:58:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ffc8d41b

gnome-extra/gnome-color-manager: sync with gx86

---
 .../gnome-color-manager-9999.ebuild                |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 482da7e..8c46988 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -19,7 +19,7 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 IUSE="clutter packagekit raw"
 
@@ -46,7 +46,7 @@ COMMON_DEPEND="
 	raw? ( media-gfx/exiv2 )
 "
 RDEPEND="${COMMON_DEPEND}
-	media-gfx/shared-color-profiles"
+	|| ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )"
 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-dtd:4.1
@@ -66,14 +66,13 @@ RESTRICT="test"
 
 src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
-	G2CONF="${G2CONF}
-		--disable-static
-		--enable-tests
-		$(use_enable clutter)
-		$(use_enable packagekit)
-		$(use_enable raw exiv)"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	gnome2_src_configure
+	gnome2_src_configure \
+		--disable-static \
+		--enable-tests \
+		$(use_enable clutter) \
+		$(use_enable packagekit) \
+		$(use_enable raw exiv)
 }
 
 pkg_postinst() {


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2013-11-15 23:38 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-15 23:38 UTC (permalink / raw
  To: gentoo-commits

commit:     bb3d122c3f1a4298d9b82a26f9d9d1b53806e551
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 01:22:51 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 01:22:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bb3d122c

gnome-extra/gnome-color-manager: 3.8.3 → 3.10.1

---
 ...99.ebuild => gnome-color-manager-3.10.1.ebuild} | 26 ++++++----------------
 .../gnome-color-manager-9999.ebuild                | 10 ++++-----
 2 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild
similarity index 76%
copy from gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
copy to gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild
index 8c46988..1941b6b 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild
@@ -4,23 +4,15 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
 
 LICENSE="GPL-2+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="clutter packagekit raw"
 
 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
@@ -36,17 +28,18 @@ COMMON_DEPEND="
 	x11-libs/libXrandr
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
+	>=x11-misc/colord-0.1.34
 	>=x11-libs/colord-gtk-0.1.20
 
 	clutter? (
-		>=media-libs/clutter-1.9.11:1.0
+		>=media-libs/clutter-1.12:1.0
 		media-libs/clutter-gtk:1.0
 		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
 	raw? ( media-gfx/exiv2 )
 "
-RDEPEND="${COMMON_DEPEND}
-	|| ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )"
+RDEPEND="${COMMON_DEPEND}"
+
 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-dtd:4.1
@@ -56,23 +49,18 @@ DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
-
 # FIXME: run test-suite with files on live file-system
 RESTRICT="test"
 
 src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
 		--disable-static \
 		--enable-tests \
 		$(use_enable clutter) \
 		$(use_enable packagekit) \
-		$(use_enable raw exiv)
+		$(use_enable raw exiv) \
+		ITSTOOL=$(type -P true)
 }
 
 pkg_postinst() {

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 8c46988..5dcb208 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -19,7 +18,7 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 IUSE="clutter packagekit raw"
 
@@ -36,17 +35,18 @@ COMMON_DEPEND="
 	x11-libs/libXrandr
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
+	>=x11-misc/colord-0.1.34
 	>=x11-libs/colord-gtk-0.1.20
 
 	clutter? (
-		>=media-libs/clutter-1.9.11:1.0
+		>=media-libs/clutter-1.12:1.0
 		media-libs/clutter-gtk:1.0
 		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
 	raw? ( media-gfx/exiv2 )
 "
-RDEPEND="${COMMON_DEPEND}
-	|| ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )"
+RDEPEND="${COMMON_DEPEND}"
+
 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-dtd:4.1


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2014-02-12 20:58 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     84ecf0039551454bb373afeae5b140c2d7f2fe24
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 20:54:22 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 20:58:04 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=84ecf003

gnome-extra/gnome-color-manager: moved to gentoo-x86 + update live ebuild QA

---
 .../gnome-color-manager-3.10.1.ebuild              | 73 ----------------------
 .../gnome-color-manager-9999.ebuild                |  9 ++-
 2 files changed, 6 insertions(+), 76 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild
deleted file mode 100644
index 1941b6b..0000000
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Color profile manager for the GNOME desktop"
-HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="clutter packagekit raw"
-
-# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
-COMMON_DEPEND="
-	>=dev-libs/glib-2.31.10:2
-	gnome-base/gnome-desktop:3=
-	>=media-libs/lcms-2.2:2
-	>=media-libs/libcanberra-0.10[gtk3]
-	media-libs/libexif
-	media-libs/tiff
-
-	x11-libs/libX11
-	x11-libs/libXrandr
-	>=x11-libs/gtk+-3.3.8:3
-	>=x11-libs/vte-0.25.1:2.90
-	>=x11-misc/colord-0.1.34
-	>=x11-libs/colord-gtk-0.1.20
-
-	clutter? (
-		>=media-libs/clutter-1.12:1.0
-		media-libs/clutter-gtk:1.0
-		media-libs/mash:0.2 )
-	packagekit? ( app-admin/packagekit-base )
-	raw? ( media-gfx/exiv2 )
-"
-RDEPEND="${COMMON_DEPEND}"
-
-# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
-DEPEND="${COMMON_DEPEND}
-	app-text/docbook-sgml-dtd:4.1
-	app-text/docbook-sgml-utils
-	dev-libs/libxslt
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig
-"
-
-# FIXME: run test-suite with files on live file-system
-RESTRICT="test"
-
-src_configure() {
-	# Always enable tests since they are check_PROGRAMS anyway
-	gnome2_src_configure \
-		--disable-static \
-		--enable-tests \
-		$(use_enable clutter) \
-		$(use_enable packagekit) \
-		$(use_enable raw exiv) \
-		ITSTOOL=$(type -P true)
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	if ! has_version media-gfx/argyllcms ; then
-		elog "If you want to do display or scanner calibration, you will need to"
-		elog "install media-gfx/argyllcms"
-	fi
-}

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 5dcb208..3dcd503 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -65,14 +65,17 @@ fi
 RESTRICT="test"
 
 src_configure() {
+	local myconf=""
+	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
+
 	# Always enable tests since they are check_PROGRAMS anyway
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
 		--disable-static \
 		--enable-tests \
 		$(use_enable clutter) \
 		$(use_enable packagekit) \
-		$(use_enable raw exiv)
+		$(use_enable raw exiv) \
+		${myconf}
 }
 
 pkg_postinst() {


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2014-04-06 21:32 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-06 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0b522942b1366e45406b351ba7a09058e5c61530
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 20:49:47 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr  6 21:17:02 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0b522942

gnome-extra/gnome-color-manager: 3.10.1 → 3.12.0

---
 ...99.ebuild => gnome-color-manager-3.12.0.ebuild} | 29 +++-------------------
 .../gnome-color-manager-9999.ebuild                | 10 +-------
 2 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
similarity index 71%
copy from gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
copy to gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
index 3dcd503..bbc90e8 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
@@ -6,42 +6,28 @@ EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
 
 LICENSE="GPL-2+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-IUSE="clutter packagekit raw"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="packagekit raw"
 
 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
 COMMON_DEPEND="
 	>=dev-libs/glib-2.31.10:2
-	gnome-base/gnome-desktop:3=
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
 	media-libs/tiff
 
-	x11-libs/libX11
-	x11-libs/libXrandr
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
 	>=x11-misc/colord-0.1.34
 	>=x11-libs/colord-gtk-0.1.20
 
-	clutter? (
-		>=media-libs/clutter-1.12:1.0
-		media-libs/clutter-gtk:1.0
-		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
 	raw? ( media-gfx/exiv2 )
 "
@@ -56,26 +42,17 @@ DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
-
 # FIXME: run test-suite with files on live file-system
 RESTRICT="test"
 
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
-
 	# Always enable tests since they are check_PROGRAMS anyway
 	gnome2_src_configure \
 		--disable-static \
 		--enable-tests \
-		$(use_enable clutter) \
 		$(use_enable packagekit) \
 		$(use_enable raw exiv) \
-		${myconf}
+		ITSTOOL=$(type -P true)
 }
 
 pkg_postinst() {

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 3dcd503..5e04ef0 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -20,28 +20,21 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
-IUSE="clutter packagekit raw"
+IUSE="packagekit raw"
 
 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
 COMMON_DEPEND="
 	>=dev-libs/glib-2.31.10:2
-	gnome-base/gnome-desktop:3=
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
 	media-libs/tiff
 
-	x11-libs/libX11
-	x11-libs/libXrandr
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
 	>=x11-misc/colord-0.1.34
 	>=x11-libs/colord-gtk-0.1.20
 
-	clutter? (
-		>=media-libs/clutter-1.12:1.0
-		media-libs/clutter-gtk:1.0
-		media-libs/mash:0.2 )
 	packagekit? ( app-admin/packagekit-base )
 	raw? ( media-gfx/exiv2 )
 "
@@ -72,7 +65,6 @@ src_configure() {
 	gnome2_src_configure \
 		--disable-static \
 		--enable-tests \
-		$(use_enable clutter) \
 		$(use_enable packagekit) \
 		$(use_enable raw exiv) \
 		${myconf}


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2014-04-22 21:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-22 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     27307332eccd9fb8964f920ac4cef2409e59d68d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 21:04:25 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 21:04:25 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=27307332

gnome-extra/gnome-color-manager: 3.12.0 → 3.12.1

Test suite does not look like it needs live filesystem anymore so enable
it.

---
 ...r-manager-3.12.0.ebuild => gnome-color-manager-3.12.1.ebuild} | 9 +++++----
 gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild  | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild
similarity index 94%
rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild
index bbc90e8..15c46d9 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild
@@ -5,7 +5,7 @@
 EAPI="5"
 GCONF_DEBUG="no"
 
-inherit gnome2
+inherit gnome2 virtualx
 
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
@@ -42,9 +42,6 @@ DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
-# FIXME: run test-suite with files on live file-system
-RESTRICT="test"
-
 src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
 	gnome2_src_configure \
@@ -55,6 +52,10 @@ src_configure() {
 		ITSTOOL=$(type -P true)
 }
 
+src_test() {
+	Xemake check
+}
+
 pkg_postinst() {
 	gnome2_pkg_postinst
 

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 5e04ef0..695b6d5 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI="5"
 GCONF_DEBUG="no"
 
-inherit gnome2
+inherit gnome2 virtualx
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -54,9 +54,6 @@ if [[ ${PV} = 9999 ]]; then
 		app-text/yelp-tools"
 fi
 
-# FIXME: run test-suite with files on live file-system
-RESTRICT="test"
-
 src_configure() {
 	local myconf=""
 	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
@@ -70,6 +67,10 @@ src_configure() {
 		${myconf}
 }
 
+src_test() {
+	Xemake check
+}
+
 pkg_postinst() {
 	gnome2_pkg_postinst
 


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2014-04-25 23:24 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-25 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b56f23ee8cb03a4f5aa286aa357ca3f1b935d8b5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 25 23:23:45 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Apr 25 23:23:45 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b56f23ee

gnome-extra/gnome-color-manager: needs rebuild with colord changes subslot

---
 gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild | 2 +-
 gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild
index 15c46d9..758b407 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild
@@ -25,7 +25,7 @@ COMMON_DEPEND="
 
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
-	>=x11-misc/colord-0.1.34
+	>=x11-misc/colord-0.1.34:0=
 	>=x11-libs/colord-gtk-0.1.20
 
 	packagekit? ( app-admin/packagekit-base )

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 695b6d5..ee5b1ae 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -32,7 +32,7 @@ COMMON_DEPEND="
 
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.90
-	>=x11-misc/colord-0.1.34
+	>=x11-misc/colord-0.1.34:0=
 	>=x11-libs/colord-gtk-0.1.20
 
 	packagekit? ( app-admin/packagekit-base )


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2014-11-23 23:23 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5ef431653bfb063e0f39f11e49d2c3ac4bae49b5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:51:57 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 23:15:11 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5ef43165

gnome-extra/gnome-color-manager: 3.14.1 → 3.14.2

---
 ...-color-manager-3.14.1.ebuild => gnome-color-manager-3.14.2.ebuild} | 4 +++-
 gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild       | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild
similarity index 93%
rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild
rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild
index 351c4c0..772d9a3 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild
@@ -37,19 +37,21 @@ RDEPEND="${COMMON_DEPEND}"
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-dtd:4.1
 	app-text/docbook-sgml-utils
+	dev-libs/appstream-glib
 	dev-libs/libxslt
-	dev-util/appdata-tools
 	>=dev-util/intltool-0.35
 	virtual/pkgconfig
 "
 
 src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
+	# appstream does not want to be relax by default !
 	gnome2_src_configure \
 		--disable-static \
 		--enable-tests \
 		$(use_enable packagekit) \
 		$(use_enable raw exiv) \
+		APPSTREAM_UTIL=$(type -P true) \
 		ITSTOOL=$(type -P true)
 }
 

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index c1bd7bc..f412a36 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -44,8 +44,8 @@ RDEPEND="${COMMON_DEPEND}"
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-sgml-dtd:4.1
 	app-text/docbook-sgml-utils
+	dev-libs/appstream-glib
 	dev-libs/libxslt
-	dev-util/appdata-tools
 	>=dev-util/intltool-0.35
 	virtual/pkgconfig
 "
@@ -60,11 +60,13 @@ src_configure() {
 	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
 
 	# Always enable tests since they are check_PROGRAMS anyway
+	# appstream does not want to be relax by default !
 	gnome2_src_configure \
 		--disable-static \
 		--enable-tests \
 		$(use_enable packagekit) \
 		$(use_enable raw exiv) \
+		APPSTREAM_UTIL=$(type -P true) \
 		${myconf}
 }
 


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2014-12-22 23:11 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     bbe301d6a082b411d701561719e480bea4a2b151
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 23:10:29 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 23:10:29 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bbe301d6

gnome-extra/gnome-color-manager: moved to gentoo-x86

---
 .../gnome-color-manager-3.14.2.ebuild              | 69 ----------------------
 1 file changed, 69 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild
deleted file mode 100644
index 772d9a3..0000000
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="Color profile manager for the GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="packagekit raw"
-
-# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
-COMMON_DEPEND="
-	>=dev-libs/glib-2.31.10:2
-	>=media-libs/lcms-2.2:2
-	>=media-libs/libcanberra-0.10[gtk3]
-	media-libs/libexif
-	media-libs/tiff
-
-	>=x11-libs/gtk+-3.3.8:3
-	>=x11-libs/vte-0.25.1:2.91
-	>=x11-misc/colord-0.1.34:0=
-	>=x11-libs/colord-gtk-0.1.20
-
-	packagekit? ( app-admin/packagekit-base )
-	raw? ( media-gfx/exiv2 )
-"
-RDEPEND="${COMMON_DEPEND}"
-
-# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
-DEPEND="${COMMON_DEPEND}
-	app-text/docbook-sgml-dtd:4.1
-	app-text/docbook-sgml-utils
-	dev-libs/appstream-glib
-	dev-libs/libxslt
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig
-"
-
-src_configure() {
-	# Always enable tests since they are check_PROGRAMS anyway
-	# appstream does not want to be relax by default !
-	gnome2_src_configure \
-		--disable-static \
-		--enable-tests \
-		$(use_enable packagekit) \
-		$(use_enable raw exiv) \
-		APPSTREAM_UTIL=$(type -P true) \
-		ITSTOOL=$(type -P true)
-}
-
-src_test() {
-	Xemake check
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	if ! has_version media-gfx/argyllcms ; then
-		elog "If you want to do display or scanner calibration, you will need to"
-		elog "install media-gfx/argyllcms"
-	fi
-}


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2015-05-08 21:54 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-08 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8653d3b0019a360ab7dfcd21df42b5e43ea29ded
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 19:08:00 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri May  8 19:18:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8653d3b0

gnome-extra/gnome-color-manager: 3.14.2 → 3.16.0

 ...999.ebuild => gnome-color-manager-3.16.0.ebuild} | 21 +++------------------
 .../gnome-color-manager-9999.ebuild                 |  4 ++--
 2 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
similarity index 79%
copy from gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
copy to gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
index f412a36..11f62ff 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,20 +6,13 @@ EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager"
 
 LICENSE="GPL-2+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="packagekit raw"
 
 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
@@ -50,15 +43,7 @@ DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
-
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
-
 	# Always enable tests since they are check_PROGRAMS anyway
 	# appstream does not want to be relax by default !
 	gnome2_src_configure \
@@ -67,7 +52,7 @@ src_configure() {
 		$(use_enable packagekit) \
 		$(use_enable raw exiv) \
 		APPSTREAM_UTIL=$(type -P true) \
-		${myconf}
+		ITSTOOL=$(type -P true)
 }
 
 src_test() {

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index f412a36..3f3a955 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,7 +18,7 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 fi
 IUSE="packagekit raw"
 


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2015-05-17 15:39 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-17 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f11a81f55eb3d749d8467fa9f97241eb61bcbcd6
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 15:27:57 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 17 15:27:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f11a81f5

gnome-extra/gnome-color-manager: fix repoman warnings

Remove unused USE flag description and add slot control for tiff
dependency.

 gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild | 2 +-
 gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild   | 2 +-
 gnome-extra/gnome-color-manager/metadata.xml                      | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
index 11f62ff..d9427d8 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
@@ -21,7 +21,7 @@ COMMON_DEPEND="
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
-	media-libs/tiff
+	media-libs/tiff:=
 
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.91

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 3f3a955..830af2f 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -28,7 +28,7 @@ COMMON_DEPEND="
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
-	media-libs/tiff
+	media-libs/tiff:=
 
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.91

diff --git a/gnome-extra/gnome-color-manager/metadata.xml b/gnome-extra/gnome-color-manager/metadata.xml
index 04b4090..aca77a8 100644
--- a/gnome-extra/gnome-color-manager/metadata.xml
+++ b/gnome-extra/gnome-color-manager/metadata.xml
@@ -3,8 +3,6 @@
 <pkgmetadata>
   <herd>gnome</herd>
   <use>
-    <flag name="clutter">Use <pkg>media-libs/clutter</pkg> to render color
-			gamut representations</flag>
     <flag name="packagekit">Enable support for the distro-neutral package
 			manager GUI <pkg>app-admin/packagekit</pkg></flag>
   </use>


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2015-05-27 14:12 Alexandre Rostovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Rostovtsev @ 2015-05-27 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bd980a91274b52484a84064fc8487c6845b6aaa3
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 14:11:59 2015 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed May 27 14:11:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bd980a91

gnome-extra/gnome-color-manager: slotify tiff dep

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D

 gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild | 2 +-
 gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
index d9427d8..3cdc6ce 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
@@ -21,7 +21,7 @@ COMMON_DEPEND="
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
-	media-libs/tiff:=
+	media-libs/tiff:0=
 
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.91

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 830af2f..dfd05e3 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -28,7 +28,7 @@ COMMON_DEPEND="
 	>=media-libs/lcms-2.2:2
 	>=media-libs/libcanberra-0.10[gtk3]
 	media-libs/libexif
-	media-libs/tiff:=
+	media-libs/tiff:0=
 
 	>=x11-libs/gtk+-3.3.8:3
 	>=x11-libs/vte-0.25.1:2.91


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2018-02-09 15:55 Sobhan Mohammadpour
  0 siblings, 0 replies; 21+ messages in thread
From: Sobhan Mohammadpour @ 2018-02-09 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9da487c41d90b6cb8bc544fdbc9bc70cbb81a541
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  9 14:38:46 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 14:38:46 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9da487c4

gnome-extra/gnome-color-manager: bump

Package-Manager: Portage-2.3.23, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../gnome-color-manager-3.26.0.ebuild              | 64 ++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild
new file mode 100644
index 00000000..f317d6a3
--- /dev/null
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome-meson virtualx
+
+DESCRIPTION="Color profile manager for the GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="packagekit raw"
+# FIXME: libvte atomagic
+# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
+RDEPEND="
+	>=dev-libs/glib-2.31.10:2
+	>=media-libs/lcms-2.2:2
+	>=media-libs/libcanberra-0.10[gtk3]
+	media-libs/libexif
+	media-libs/tiff:0=
+
+	>=x11-libs/gtk+-3.3.8:3
+	>=x11-libs/vte-0.25.1:2.91
+	>=x11-misc/colord-1.3.1:0=
+	>=x11-libs/colord-gtk-0.1.20
+
+	x11-libs/vte:2.91
+
+	packagekit? ( app-admin/packagekit-base )
+	raw? ( media-gfx/exiv2:0= )
+"
+# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
+DEPEND="${RDEPEND}
+	app-text/docbook-sgml-dtd:4.1
+	app-text/docbook-sgml-utils
+	dev-libs/appstream-glib
+	dev-libs/libxslt
+	dev-util/itstool
+	>=sys-devel/gettext-0.19.7
+	virtual/pkgconfig
+"
+
+src_configure() {
+	# Always enable tests since they are check_PROGRAMS anyway
+	# appstream does not want to be relax by default !
+	gnome-meson_src_configure \
+		-Denable-tests=true \
+		$(meson_use raw enable-exiv) \
+		$(meson_use packagekit enable-packagekit)
+}
+
+src_test() {
+	virtx meson_src_test
+}
+
+pkg_postinst() {
+	gnome-meson_pkg_postinst
+
+	if ! has_version media-gfx/argyllcms ; then
+		elog "If you want to do display or scanner calibration, you will need to"
+		elog "install media-gfx/argyllcms"
+	fi
+}


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
@ 2018-11-20 10:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2018-11-20 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b92eb1efb6698235d4a000fb8a56254914c53089
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 20 10:50:30 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov 20 10:51:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b92eb1ef

gnome-extra/gnome-color-manager: sync with ::gentoo

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 .../gnome-color-manager-9999.ebuild                | 30 +++++++++++++++++-----
 1 file changed, 23 insertions(+), 7 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index 55635ddf..0c190077 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit git-r3 gnome-meson virtualx
+inherit git-r3 gnome.org gnome2-utils meson virtualx xdg
 
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager"
@@ -46,12 +46,22 @@ PATCHES=(
 	"${FILESDIR}"/9999-remove-unwanted-check.patch
 )
 
+src_prepare() {
+	xdg_src_prepare
+
+	# Fix hard-coded package name
+	# https://gitlab.gnome.org/GNOME/gnome-color-manager/issues/3
+	sed 's:argyllcms:media-gfx/argyllcms:' src/gcm-utils.h || die
+}
+
 src_configure() {
 	# Always enable tests since they are check_PROGRAMS anyway
-	gnome-meson_src_configure \
-		$(meson_use raw enable-exiv) \
-		$(meson_use packagekit enable-packagekit) \
-		$(meson_use test enable-tests)
+	local emesonargs=(
+		$(meson_use raw exiv)
+		$(meson_use packagekit)
+		$(meson_use test tests)
+	)
+	meson_src_configure
 }
 
 src_test() {
@@ -59,10 +69,16 @@ src_test() {
 }
 
 pkg_postinst() {
-	gnome-meson_pkg_postinst
+	xdg_pkg_postinst
+	gnome2_icon_cache_update
 
 	if ! has_version media-gfx/argyllcms ; then
 		elog "If you want to do display or scanner calibration, you will need to"
 		elog "install media-gfx/argyllcms"
 	fi
 }
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_icon_cache_update
+}


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

end of thread, other threads:[~2018-11-20 10:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 23:23 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2018-11-20 10:52 Gilles Dartiguelongue
2018-02-09 15:55 Sobhan Mohammadpour
2015-05-27 14:12 Alexandre Rostovtsev
2015-05-17 15:39 Gilles Dartiguelongue
2015-05-08 21:54 Gilles Dartiguelongue
2014-12-22 23:11 Gilles Dartiguelongue
2014-04-25 23:24 Gilles Dartiguelongue
2014-04-22 21:04 Gilles Dartiguelongue
2014-04-06 21:32 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2013-11-15 23:38 Gilles Dartiguelongue
2013-01-22  8:12 Alexandre Rostovtsev
2012-12-24 18:18 Gilles Dartiguelongue
2012-10-28 21:47 Gilles Dartiguelongue
2012-09-24  8:40 Priit Laes
2012-09-22 18:45 Nirbheek Chauhan
2012-07-02 22:26 Alexandre Restovtsev
2011-10-30  2:57 Alexandre Restovtsev
2011-10-18  7:37 Alexandre Restovtsev
2011-07-20  7:13 Alexandre Restovtsev

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