* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2011-10-19 8:24 Alexandre Restovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2011-10-19 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 3c1223307d298474cc3ef235c0358419159ce51a
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Oct 19 08:11:16 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Oct 19 08:11:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3c122330
gnome-extra/gnome-contacts: 3.2.0.1 → 3.2.1
Bump, fixes string format usage.
---
...-3.2.0.1.ebuild => gnome-contacts-3.2.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild
similarity index 100%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2011-10-23 8:41 Alexandre Restovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2011-10-23 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 0ec6f4ae6420590acdbddf4d008e5131e765fc7d
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 08:00:49 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Oct 23 08:32:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0ec6f4ae
gnome-extra/gnome-contacts: 3.2.1 → 3.2.2
Bump, fixes several crashes and improves the UI.
---
...ts-3.2.1.ebuild => gnome-contacts-3.2.2.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.2.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.2.2.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2011-11-06 21:39 Alexandre Restovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2011-11-06 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 20f04adfb1bb10732ec037c0136f75c49cb93f2e
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 21:35:44 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Nov 6 21:35:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=20f04adf
gnome-extra/gnome-contacts: do not check for valac for tarball releases
Do not check for valac when building from pre-generated C sources;
thanks to Gilles Dartiguelongue for noticing.
---
.../gnome-contacts/gnome-contacts-9999.ebuild | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 6a81d3d..0c28a95 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -49,6 +49,8 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
# configure checks for valac, but will not use it when building from tarball
if [[ ${PV} = 9999 ]]; then
- G2CONF="${G2CONF} VALAC=$(type -p valac-0.14)"
+ G2CONF="${G2CONF} VALAC=$(type -P valac-0.14)"
+ else
+ G2CONF="${G2CONF} VALAC=$(type -P true)"
fi
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-03-26 8:20 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2012-03-26 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 7253114dddf4d7ed0af9a4d97aa41821026103c4
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 06:04:37 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 08:19:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7253114d
Add gnome-extra/gnome-contacts-3.3.92
---
...ts-9999.ebuild => gnome-contacts-3.3.92.ebuild} | 31 ++++++++-----------
.../gnome-contacts/gnome-contacts-9999.ebuild | 31 ++++++++-----------
2 files changed, 26 insertions(+), 36 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.3.92.ebuild
similarity index 60%
copy from gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
copy to gnome-extra/gnome-contacts/gnome-contacts-3.3.92.ebuild
index 0c28a95..cb652d7 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.3.92.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.2.2.ebuild,v 1.2 2011/11/06 21:33:10 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -23,34 +23,29 @@ else
fi
RDEPEND=">=dev-libs/folks-0.6.1.1
- >=dev-libs/glib-2.29.12:2
- dev-libs/libgee:0
- >=gnome-extra/evolution-data-server-3[gnome-online-accounts]
+ >=dev-libs/glib-2.31.10:2
+ >=x11-libs/gtk+-3.0:3
+ >=gnome-extra/evolution-data-server-3.2[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3
+ >=net-libs/telepathy-glib-0.17.5
+
+ dev-libs/libgee:0
net-libs/gnome-online-accounts
- net-libs/telepathy-glib
x11-libs/cairo
x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.0:3
x11-libs/libnotify
x11-libs/pango"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- >=dev-lang/vala-0.14.0:0.14
- net-libs/telepathy-glib[vala]"
-fi
+# Regenerating C from vala sources requires:
+# >=dev-lang/vala-0.14.0:0.14
+# net-libs/telepathy-glib[vala]
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
- # configure checks for valac, but will not use it when building from tarball
- if [[ ${PV} = 9999 ]]; then
- G2CONF="${G2CONF} VALAC=$(type -P valac-0.14)"
- else
- G2CONF="${G2CONF} VALAC=$(type -P true)"
- fi
+ # We do not need valac when building from pre-generated C sources,
+ # but configure checks for it anyway
+ G2CONF="${G2CONF} VALAC=$(type -P true)"
}
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 0c28a95..cb652d7 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.2.2.ebuild,v 1.2 2011/11/06 21:33:10 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -23,34 +23,29 @@ else
fi
RDEPEND=">=dev-libs/folks-0.6.1.1
- >=dev-libs/glib-2.29.12:2
- dev-libs/libgee:0
- >=gnome-extra/evolution-data-server-3[gnome-online-accounts]
+ >=dev-libs/glib-2.31.10:2
+ >=x11-libs/gtk+-3.0:3
+ >=gnome-extra/evolution-data-server-3.2[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3
+ >=net-libs/telepathy-glib-0.17.5
+
+ dev-libs/libgee:0
net-libs/gnome-online-accounts
- net-libs/telepathy-glib
x11-libs/cairo
x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.0:3
x11-libs/libnotify
x11-libs/pango"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- >=dev-lang/vala-0.14.0:0.14
- net-libs/telepathy-glib[vala]"
-fi
+# Regenerating C from vala sources requires:
+# >=dev-lang/vala-0.14.0:0.14
+# net-libs/telepathy-glib[vala]
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
- # configure checks for valac, but will not use it when building from tarball
- if [[ ${PV} = 9999 ]]; then
- G2CONF="${G2CONF} VALAC=$(type -P valac-0.14)"
- else
- G2CONF="${G2CONF} VALAC=$(type -P true)"
- fi
+ # We do not need valac when building from pre-generated C sources,
+ # but configure checks for it anyway
+ G2CONF="${G2CONF} VALAC=$(type -P true)"
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-03-29 9:46 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2012-03-29 9:46 UTC (permalink / raw
To: gentoo-commits
commit: 4c2da4e041439447f0dee47694ebacca1896dd21
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 09:46:26 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 09:46:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4c2da4e0
gnome-extra/gnome-contacts: 3.3.92 → 3.4.0
* Also, fix folks[eds] dependency reported by Matas Brazdeikis
---
...s-3.3.92.ebuild => gnome-contacts-3.4.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.3.92.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild
similarity index 100%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.3.92.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-03-29 10:44 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2012-03-29 10:44 UTC (permalink / raw
To: gentoo-commits
commit: 2975ccb03e1cd5953b087bca9b2155b3ce5889fe
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 10:43:48 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 10:43:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2975ccb0
gnome-extra/gnome-contacts: actually fix eds dep
---
.../gnome-contacts/gnome-contacts-3.4.0.ebuild | 2 +-
.../gnome-contacts/gnome-contacts-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild
index cb652d7..c969e7d 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild
@@ -22,7 +22,7 @@ else
KEYWORDS="~amd64 ~x86"
fi
-RDEPEND=">=dev-libs/folks-0.6.1.1
+RDEPEND=">=dev-libs/folks-0.6.1.1[eds]
>=dev-libs/glib-2.31.10:2
>=x11-libs/gtk+-3.0:3
>=gnome-extra/evolution-data-server-3.2[gnome-online-accounts]
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index cb652d7..c969e7d 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -22,7 +22,7 @@ else
KEYWORDS="~amd64 ~x86"
fi
-RDEPEND=">=dev-libs/folks-0.6.1.1
+RDEPEND=">=dev-libs/folks-0.6.1.1[eds]
>=dev-libs/glib-2.31.10:2
>=x11-libs/gtk+-3.0:3
>=gnome-extra/evolution-data-server-3.2[gnome-online-accounts]
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-05-24 9:11 Alexandre Restovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24 9:11 UTC (permalink / raw
To: gentoo-commits
commit: f4973cde1337b0aacff6ce9a424b4c83f1c9e45d
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 08:33:45 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 08:33:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f4973cde
gnome-extra/gnome-contacts: moved to gx86; update live ebuild
---
.../gnome-contacts/gnome-contacts-3.4.0.ebuild | 51 --------------------
.../gnome-contacts/gnome-contacts-9999.ebuild | 8 ++--
2 files changed, 4 insertions(+), 55 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild
deleted file mode 100644
index 9efc6d6..0000000
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.2.2.ebuild,v 1.2 2011/11/06 21:33:10 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND=">=dev-libs/folks-0.6.1.1[eds]
- >=dev-libs/glib-2.31.10:2
- >=x11-libs/gtk+-3.0:3
- >=gnome-extra/evolution-data-server-3.2[gnome-online-accounts]
- >=gnome-base/gnome-desktop-3.0:3
- >=net-libs/telepathy-glib-0.17.5
-
- dev-libs/libgee:0
- net-libs/gnome-online-accounts
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/libnotify
- x11-libs/pango"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
- virtual/pkgconfig"
-# Regenerating C from vala sources requires:
-# >=dev-lang/vala-0.14.0:0.14
-# net-libs/telepathy-glib[vala]
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS" # README is empty
- # We do not need valac when building from pre-generated C sources,
- # but configure checks for it anyway
- G2CONF="${G2CONF} VALAC=$(type -P true)"
-}
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 9efc6d6..08e43a6 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-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-contacts/gnome-contacts-3.2.2.ebuild,v 1.2 2011/11/06 21:33:10 tetromino Exp $
+# $Header: $
EAPI="4"
GCONF_DEBUG="no"
@@ -24,7 +24,7 @@ fi
RDEPEND=">=dev-libs/folks-0.6.1.1[eds]
>=dev-libs/glib-2.31.10:2
- >=x11-libs/gtk+-3.0:3
+ >=x11-libs/gtk+-3.4:3
>=gnome-extra/evolution-data-server-3.2[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3
>=net-libs/telepathy-glib-0.17.5
@@ -47,5 +47,5 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
# We do not need valac when building from pre-generated C sources,
# but configure checks for it anyway
- G2CONF="${G2CONF} VALAC=$(type -P true)"
+ G2CONF="${G2CONF} VALAC=$(type -P valac-0.14)"
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-09-21 0:27 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2012-09-21 0:27 UTC (permalink / raw
To: gentoo-commits
commit: cb8e812be603c6e59ad0ed48afda35bcddd849e5
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 23:38:35 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 00:08:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cb8e812b
gnome-extra/gnome-contacts: 3.5.91 → 3.5.92
---
...-3.5.91.ebuild => gnome-contacts-3.5.92.ebuild} | 32 ++++++++++++------
.../gnome-contacts/gnome-contacts-9999.ebuild | 33 +++++++++++++------
2 files changed, 43 insertions(+), 22 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.5.91.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.5.92.ebuild
similarity index 68%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.5.91.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.5.92.ebuild
index 6f7c8de..7bfeb5a 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.5.91.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.5.92.ebuild
@@ -4,8 +4,9 @@
EAPI="4"
GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.18"
-inherit autotools eutils gnome2
+inherit gnome2 vala
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -21,7 +22,9 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64 ~x86"
fi
-
+VALA_DEPEND="$(vala_depend)
+ net-libs/telepathy-glib[vala]"
+# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
>=dev-libs/glib-2.31.10:2
>=x11-libs/gtk+-3.4:3
@@ -30,10 +33,7 @@ RDEPEND="
>=net-libs/telepathy-glib-0.17.5
>=dev-libs/folks-0.7.2[eds]
- v4l? (
- media-libs/gstreamer
- media-libs/gst-plugins-base
- >=media-video/cheese-3.3.5 )
+ v4l? ( >=media-video/cheese-3.5.91 )
dev-libs/libgee:0
net-libs/gnome-online-accounts
@@ -44,12 +44,13 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
- virtual/pkgconfig"
+ virtual/pkgconfig
+ !v4l? ( ${VALA_DEPEND} )"
+# When !v4l, we regenerate the .c sources
if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- >=dev-lang/vala-0.17.2:0.18
- net-libs/telepathy-glib[vala]"
+ DEPEND+="
+ ${VALA_DEPEND}"
fi
pkg_setup() {
@@ -57,7 +58,16 @@ pkg_setup() {
# We do not need valac when building from pre-generated C sources,
# but configure checks for it anyway
G2CONF="${G2CONF}
- VALAC=$(type -P valac-0.18)
+ VALAC=$(type -P valac-$(vala_best_api_version))
$(use_with v4l cheese)"
# FIXME: Fails to compile with USE=-v4l
}
+
+src_prepare() {
+ # Regenerate the pre-generated C sources
+ if ! use v4l; then
+ touch src/*.vala
+ fi
+ # We don't want vala_src_prepare
+ gnome2_src_prepare
+}
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 326f5c3..7bfeb5a 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -4,8 +4,9 @@
EAPI="4"
GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.18"
-inherit autotools eutils gnome2
+inherit gnome2 vala
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -21,7 +22,9 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64 ~x86"
fi
-
+VALA_DEPEND="$(vala_depend)
+ net-libs/telepathy-glib[vala]"
+# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
>=dev-libs/glib-2.31.10:2
>=x11-libs/gtk+-3.4:3
@@ -30,10 +33,7 @@ RDEPEND="
>=net-libs/telepathy-glib-0.17.5
>=dev-libs/folks-0.7.2[eds]
- v4l? (
- media-libs/gstreamer
- media-libs/gst-plugins-base
- >=media-video/cheese-3.3.5 )
+ v4l? ( >=media-video/cheese-3.5.91 )
dev-libs/libgee:0
net-libs/gnome-online-accounts
@@ -44,12 +44,13 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
- virtual/pkgconfig"
+ virtual/pkgconfig
+ !v4l? ( ${VALA_DEPEND} )"
+# When !v4l, we regenerate the .c sources
if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- >=dev-lang/vala-0.17.2:0.18
- net-libs/telepathy-glib[vala]"
+ DEPEND+="
+ ${VALA_DEPEND}"
fi
pkg_setup() {
@@ -57,6 +58,16 @@ pkg_setup() {
# We do not need valac when building from pre-generated C sources,
# but configure checks for it anyway
G2CONF="${G2CONF}
- VALAC=$(type -P valac-0.18)
+ VALAC=$(type -P valac-$(vala_best_api_version))
$(use_with v4l cheese)"
+ # FIXME: Fails to compile with USE=-v4l
+}
+
+src_prepare() {
+ # Regenerate the pre-generated C sources
+ if ! use v4l; then
+ touch src/*.vala
+ fi
+ # We don't want vala_src_prepare
+ gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-10-01 4:00 Alexandre Rostovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-01 4:00 UTC (permalink / raw
To: gentoo-commits
commit: 1ad82ff3c456135ae4b7ee0dc9e0f672a13a23ad
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 1 03:55:05 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 03:55:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1ad82ff3
gnome-extra/gnome-contacts: 3.5.92 → 3.6.0 and fix build (#436732)
Add missing dependencies on vala bindings when USE=-v4l. Thanks to
Raphael Berlamont for reporting.
---
...s-3.5.92.ebuild => gnome-contacts-3.6.0.ebuild} | 13 ++++++++-----
.../gnome-contacts/gnome-contacts-9999.ebuild | 13 ++++++++-----
2 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.5.92.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild
similarity index 85%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.5.92.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild
index 7bfeb5a..fa4bc76 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.5.92.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild
@@ -23,7 +23,11 @@ else
KEYWORDS="~amd64 ~x86"
fi
VALA_DEPEND="$(vala_depend)
- net-libs/telepathy-glib[vala]"
+ dev-libs/folks[vala]
+ gnome-base/gnome-desktop[introspection]
+ gnome-extra/evolution-data-server[vala]
+ net-libs/telepathy-glib[vala]
+ x11-libs/libnotify[introspection]"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
>=dev-libs/glib-2.31.10:2
@@ -55,10 +59,7 @@ fi
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
- # We do not need valac when building from pre-generated C sources,
- # but configure checks for it anyway
G2CONF="${G2CONF}
- VALAC=$(type -P valac-$(vala_best_api_version))
$(use_with v4l cheese)"
# FIXME: Fails to compile with USE=-v4l
}
@@ -68,6 +69,8 @@ src_prepare() {
if ! use v4l; then
touch src/*.vala
fi
- # We don't want vala_src_prepare
+ if [[ ${PV} = 9999 ]] || ! use v4l; then
+ vala_src_prepare
+ fi
gnome2_src_prepare
}
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 7bfeb5a..fa4bc76 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -23,7 +23,11 @@ else
KEYWORDS="~amd64 ~x86"
fi
VALA_DEPEND="$(vala_depend)
- net-libs/telepathy-glib[vala]"
+ dev-libs/folks[vala]
+ gnome-base/gnome-desktop[introspection]
+ gnome-extra/evolution-data-server[vala]
+ net-libs/telepathy-glib[vala]
+ x11-libs/libnotify[introspection]"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
>=dev-libs/glib-2.31.10:2
@@ -55,10 +59,7 @@ fi
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
- # We do not need valac when building from pre-generated C sources,
- # but configure checks for it anyway
G2CONF="${G2CONF}
- VALAC=$(type -P valac-$(vala_best_api_version))
$(use_with v4l cheese)"
# FIXME: Fails to compile with USE=-v4l
}
@@ -68,6 +69,8 @@ src_prepare() {
if ! use v4l; then
touch src/*.vala
fi
- # We don't want vala_src_prepare
+ if [[ ${PV} = 9999 ]] || ! use v4l; then
+ vala_src_prepare
+ fi
gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-10-27 20:58 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 20:58 UTC (permalink / raw
To: gentoo-commits
commit: a0fe4a48de9a84f73e17f32497bfe58aeacaa06b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 20:57:04 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 20:57:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0fe4a48
gnome-base/gnome-desktop: 3.6.0 → 3.6.1
---
...ts-3.6.0.ebuild => gnome-contacts-3.6.1.ebuild} | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild
similarity index 99%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild
index fa4bc76..ed86964 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild
@@ -57,14 +57,12 @@ if [[ ${PV} = 9999 ]]; then
${VALA_DEPEND}"
fi
-pkg_setup() {
+src_prepare() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
G2CONF="${G2CONF}
$(use_with v4l cheese)"
# FIXME: Fails to compile with USE=-v4l
-}
-src_prepare() {
# Regenerate the pre-generated C sources
if ! use v4l; then
touch src/*.vala
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-11-25 18:03 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-25 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 2f401dc824807ebd590b5fac3115ac916fcbfcc3
Author: Sobhan Mohammadpour <sobhanmohammadpour1 <AT> yahoo <DOT> fr>
AuthorDate: Sat Nov 24 08:34:02 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 25 18:02:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2f401dc8
gnome-extra/gnome-contacts: 3.6.1 → 3.6.2
---
...ts-3.6.1.ebuild => gnome-contacts-3.6.2.ebuild} | 2 +-
.../gnome-contacts/gnome-contacts-9999.ebuild | 6 ++----
| 5 +++++
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
similarity index 97%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
index ed86964..3b58da7 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
>=gnome-extra/evolution-data-server-3.5.3[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3
>=net-libs/telepathy-glib-0.17.5
- >=dev-libs/folks-0.7.2[eds]
+ >=dev-libs/folks-0.7.3[eds,telepathy]
v4l? ( >=media-video/cheese-3.5.91 )
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index fa4bc76..3b58da7 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
>=gnome-extra/evolution-data-server-3.5.3[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3
>=net-libs/telepathy-glib-0.17.5
- >=dev-libs/folks-0.7.2[eds]
+ >=dev-libs/folks-0.7.3[eds,telepathy]
v4l? ( >=media-video/cheese-3.5.91 )
@@ -57,14 +57,12 @@ if [[ ${PV} = 9999 ]]; then
${VALA_DEPEND}"
fi
-pkg_setup() {
+src_prepare() {
DOCS="AUTHORS ChangeLog NEWS" # README is empty
G2CONF="${G2CONF}
$(use_with v4l cheese)"
# FIXME: Fails to compile with USE=-v4l
-}
-src_prepare() {
# Regenerate the pre-generated C sources
if ! use v4l; then
touch src/*.vala
--git a/gnome-extra/gnome-contacts/metadata.xml b/gnome-extra/gnome-contacts/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/gnome-extra/gnome-contacts/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-12-18 23:32 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-18 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 77761bbe6bec9172d75beea6cd4777d86a7cd150
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 23:03:45 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 23:03:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=77761bbe
gnome-extra/gnome-contacts: moved to gx86
* Sync live ebuild with gx86 changes.
---
.../gnome-contacts/gnome-contacts-3.6.2.ebuild | 74 --------------------
.../gnome-contacts/gnome-contacts-9999.ebuild | 23 +++---
2 files changed, 11 insertions(+), 86 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
deleted file mode 100644
index 3b58da7..0000000
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-
-inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="v4l"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-VALA_DEPEND="$(vala_depend)
- dev-libs/folks[vala]
- gnome-base/gnome-desktop[introspection]
- gnome-extra/evolution-data-server[vala]
- net-libs/telepathy-glib[vala]
- x11-libs/libnotify[introspection]"
-# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
-RDEPEND="
- >=dev-libs/glib-2.31.10:2
- >=x11-libs/gtk+-3.4:3
- >=gnome-extra/evolution-data-server-3.5.3[gnome-online-accounts]
- >=gnome-base/gnome-desktop-3.0:3
- >=net-libs/telepathy-glib-0.17.5
- >=dev-libs/folks-0.7.3[eds,telepathy]
-
- v4l? ( >=media-video/cheese-3.5.91 )
-
- dev-libs/libgee:0
- net-libs/gnome-online-accounts
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/libnotify
- x11-libs/pango"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- !v4l? ( ${VALA_DEPEND} )"
-# When !v4l, we regenerate the .c sources
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND+="
- ${VALA_DEPEND}"
-fi
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS" # README is empty
- G2CONF="${G2CONF}
- $(use_with v4l cheese)"
- # FIXME: Fails to compile with USE=-v4l
-
- # Regenerate the pre-generated C sources
- if ! use v4l; then
- touch src/*.vala
- fi
- if [[ ${PV} = 9999 ]] || ! use v4l; then
- vala_src_prepare
- fi
- gnome2_src_prepare
-}
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 3b58da7..6f3286e 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-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"
VALA_MIN_API_VERSION="0.18"
@@ -14,7 +14,7 @@ fi
DESCRIPTION="GNOME contact management application"
HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
IUSE="v4l"
if [[ ${PV} = 9999 ]]; then
@@ -28,23 +28,23 @@ VALA_DEPEND="$(vala_depend)
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
x11-libs/libnotify[introspection]"
+
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
+ >=dev-libs/folks-0.7.3[eds,telepathy]
>=dev-libs/glib-2.31.10:2
- >=x11-libs/gtk+-3.4:3
+ dev-libs/libgee:0
>=gnome-extra/evolution-data-server-3.5.3[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3
- >=net-libs/telepathy-glib-0.17.5
- >=dev-libs/folks-0.7.3[eds,telepathy]
-
- v4l? ( >=media-video/cheese-3.5.91 )
-
- dev-libs/libgee:0
net-libs/gnome-online-accounts
- x11-libs/cairo
+ >=net-libs/telepathy-glib-0.17.5
+ x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify
- x11-libs/pango"
+ >=x11-libs/gtk+-3.4:3
+ x11-libs/pango
+ v4l? ( >=media-video/cheese-3.5.91 )
+"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
@@ -58,7 +58,6 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS" # README is empty
G2CONF="${G2CONF}
$(use_with v4l cheese)"
# FIXME: Fails to compile with USE=-v4l
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2012-12-19 0:55 Alexandre Rostovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-19 0:55 UTC (permalink / raw
To: gentoo-commits
commit: 108132362c719126fd2748c0277e455546bdc700
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 00:47:58 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 00:47:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=10813236
gnome-extra/gnome-contacts: sync with gx86
Add some subslot operators.
---
.../gnome-contacts/gnome-contacts-9999.ebuild | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 6f3286e..4230881 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -31,19 +31,19 @@ VALA_DEPEND="$(vala_depend)
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
- >=dev-libs/folks-0.7.3[eds,telepathy]
+ >=dev-libs/folks-0.7.3:=[eds,telepathy]
>=dev-libs/glib-2.31.10:2
dev-libs/libgee:0
- >=gnome-extra/evolution-data-server-3.5.3[gnome-online-accounts]
- >=gnome-base/gnome-desktop-3.0:3
+ >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
+ >=gnome-base/gnome-desktop-3.0:3=
net-libs/gnome-online-accounts
>=net-libs/telepathy-glib-0.17.5
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
- x11-libs/libnotify
+ x11-libs/libnotify:=
>=x11-libs/gtk+-3.4:3
x11-libs/pango
- v4l? ( >=media-video/cheese-3.5.91 )
+ v4l? ( >=media-video/cheese-3.5.91:= )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2013-06-03 2:41 Alexandre Rostovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Rostovtsev @ 2013-06-03 2:41 UTC (permalink / raw
To: gentoo-commits
commit: 7a0c074d337968786865ec20a8f1f067765e2618
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 02:30:09 2013 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 02:36:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7a0c074d
gnome-extra/gnome-contacts: use git submodules (#471762) and sync ebuild with gx86
Thanks to Robin Kauffman for noticing that libgd submodule is needed.
---
.../gnome-contacts/gnome-contacts-9999.ebuild | 38 ++++++++++------------
1 file changed, 17 insertions(+), 21 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 4230881..76a7d7c 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-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,21 +19,23 @@ SLOT="0"
IUSE="v4l"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
+ EGIT_HAS_SUBMODULES=true
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
-VALA_DEPEND="$(vala_depend)
+VALA_DEPEND="
+ $(vala_depend)
dev-libs/folks[vala]
gnome-base/gnome-desktop[introspection]
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
- x11-libs/libnotify[introspection]"
-
+ x11-libs/libnotify[introspection]
+"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
>=dev-libs/folks-0.7.3:=[eds,telepathy]
>=dev-libs/glib-2.31.10:2
- dev-libs/libgee:0
+ >=dev-libs/libgee-0.10:0.8
>=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
net-libs/gnome-online-accounts
@@ -46,28 +48,22 @@ RDEPEND="
v4l? ( >=media-video/cheese-3.5.91:= )
"
DEPEND="${RDEPEND}
+ ${VALA_DEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
- !v4l? ( ${VALA_DEPEND} )"
-# When !v4l, we regenerate the .c sources
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND+="
- ${VALA_DEPEND}"
-fi
+"
src_prepare() {
- G2CONF="${G2CONF}
- $(use_with v4l cheese)"
- # FIXME: Fails to compile with USE=-v4l
-
- # Regenerate the pre-generated C sources
+ # Regenerate the pre-generated C sources, bug #471628
if ! use v4l; then
touch src/*.vala
fi
- if [[ ${PV} = 9999 ]] || ! use v4l; then
- vala_src_prepare
- fi
+
gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure $(use_with v4l cheese)
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2013-11-14 22:52 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-14 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 70abe37fce09781984de4a749f6443b6ce702376
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 22:11:01 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:39:12 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=70abe37f
gnome-extra/gnome-contacts: 3.8.3 → 3.10
---
...acts-9999.ebuild => gnome-contacts-3.10.ebuild} | 26 +++++++++-------------
.../gnome-contacts/gnome-contacts-9999.ebuild | 15 ++++++++-----
2 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.10.ebuild
similarity index 75%
copy from gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
copy to gnome-extra/gnome-contacts/gnome-contacts-3.10.ebuild
index 76a7d7c..1f7a4ef 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.10.ebuild
@@ -4,28 +4,23 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
+VALA_MIN_API_VERSION="0.22"
+VALA_USE_DEPEND="vapigen"
inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
LICENSE="GPL-2+"
SLOT="0"
IUSE="v4l"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
- EGIT_HAS_SUBMODULES=true
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
VALA_DEPEND="
$(vala_depend)
- dev-libs/folks[vala]
+ >=dev-libs/gobject-introspection-0.9.6
+ dev-libs/folks[vala(+)]
gnome-base/gnome-desktop[introspection]
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
@@ -33,8 +28,8 @@ VALA_DEPEND="
"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
- >=dev-libs/folks-0.7.3:=[eds,telepathy]
- >=dev-libs/glib-2.31.10:2
+ >=dev-libs/folks-0.9.5:=[eds,telepathy]
+ >=dev-libs/glib-2.37.6:2
>=dev-libs/libgee-0.10:0.8
>=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
@@ -43,12 +38,13 @@ RDEPEND="
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
- >=x11-libs/gtk+-3.4:3
+ >=x11-libs/gtk+-3.9.11:3
x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
"
DEPEND="${RDEPEND}
${VALA_DEPEND}
+ dev-libs/libxslt
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 76a7d7c..4a9e7d8 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -4,7 +4,8 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
+VALA_MIN_API_VERSION="0.22"
+VALA_USE_DEPEND="vapigen"
inherit gnome2 vala
if [[ ${PV} = 9999 ]]; then
@@ -12,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
LICENSE="GPL-2+"
SLOT="0"
@@ -25,7 +26,8 @@ else
fi
VALA_DEPEND="
$(vala_depend)
- dev-libs/folks[vala]
+ >=dev-libs/gobject-introspection-0.9.6
+ dev-libs/folks[vala(+)]
gnome-base/gnome-desktop[introspection]
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
@@ -33,8 +35,8 @@ VALA_DEPEND="
"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
- >=dev-libs/folks-0.7.3:=[eds,telepathy]
- >=dev-libs/glib-2.31.10:2
+ >=dev-libs/folks-0.9.5:=[eds,telepathy]
+ >=dev-libs/glib-2.37.6:2
>=dev-libs/libgee-0.10:0.8
>=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
@@ -43,12 +45,13 @@ RDEPEND="
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
- >=x11-libs/gtk+-3.4:3
+ >=x11-libs/gtk+-3.9.11:3
x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
"
DEPEND="${RDEPEND}
${VALA_DEPEND}
+ dev-libs/libxslt
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2013-12-08 21:46 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-08 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 992b34bb348c5ab1829e0d10ca7486593968b335
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 22:11:01 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 21:46:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=992b34bb
gnome-extra/gnome-contacts: 3.8.3 → 3.10.1
---
...ts-9999.ebuild => gnome-contacts-3.10.1.ebuild} | 28 ++++++++++------------
.../gnome-contacts/gnome-contacts-9999.ebuild | 17 +++++++------
2 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild
similarity index 75%
copy from gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
copy to gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild
index 76a7d7c..18d9590 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild
@@ -4,28 +4,23 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
+VALA_MIN_API_VERSION="0.22"
+VALA_USE_DEPEND="vapigen"
inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
LICENSE="GPL-2+"
SLOT="0"
IUSE="v4l"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
- EGIT_HAS_SUBMODULES=true
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
VALA_DEPEND="
$(vala_depend)
- dev-libs/folks[vala]
+ >=dev-libs/gobject-introspection-0.9.6
+ dev-libs/folks[vala(+)]
gnome-base/gnome-desktop[introspection]
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
@@ -33,8 +28,8 @@ VALA_DEPEND="
"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
- >=dev-libs/folks-0.7.3:=[eds,telepathy]
- >=dev-libs/glib-2.31.10:2
+ >=dev-libs/folks-0.9.5:=[eds,telepathy]
+ >=dev-libs/glib-2.37.6:2
>=dev-libs/libgee-0.10:0.8
>=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
@@ -43,12 +38,13 @@ RDEPEND="
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
- >=x11-libs/gtk+-3.4:3
+ >=x11-libs/gtk+-3.9.11:3
x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
"
DEPEND="${RDEPEND}
${VALA_DEPEND}
+ dev-libs/libxslt
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
@@ -60,8 +56,8 @@ src_prepare() {
touch src/*.vala
fi
- gnome2_src_prepare
vala_src_prepare
+ gnome2_src_prepare
}
src_configure() {
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 76a7d7c..d260866 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -4,7 +4,8 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
+VALA_MIN_API_VERSION="0.22"
+VALA_USE_DEPEND="vapigen"
inherit gnome2 vala
if [[ ${PV} = 9999 ]]; then
@@ -12,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
LICENSE="GPL-2+"
SLOT="0"
@@ -25,7 +26,8 @@ else
fi
VALA_DEPEND="
$(vala_depend)
- dev-libs/folks[vala]
+ >=dev-libs/gobject-introspection-0.9.6
+ dev-libs/folks[vala(+)]
gnome-base/gnome-desktop[introspection]
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
@@ -33,8 +35,8 @@ VALA_DEPEND="
"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
- >=dev-libs/folks-0.7.3:=[eds,telepathy]
- >=dev-libs/glib-2.31.10:2
+ >=dev-libs/folks-0.9.5:=[eds,telepathy]
+ >=dev-libs/glib-2.37.6:2
>=dev-libs/libgee-0.10:0.8
>=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
@@ -43,12 +45,13 @@ RDEPEND="
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
- >=x11-libs/gtk+-3.4:3
+ >=x11-libs/gtk+-3.9.11:3
x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
"
DEPEND="${RDEPEND}
${VALA_DEPEND}
+ dev-libs/libxslt
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
@@ -60,8 +63,8 @@ src_prepare() {
touch src/*.vala
fi
- gnome2_src_prepare
vala_src_prepare
+ gnome2_src_prepare
}
src_configure() {
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2014-02-12 20:58 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 8c35bca0188a25fa870b0462dfa5ce0e02535c09
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 20:54:57 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=8c35bca0
gnome-extra/gnome-contacts: moved to gentoo-x86
---
.../gnome-contacts/gnome-contacts-3.10.1.ebuild | 65 ----------------------
1 file changed, 65 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild
deleted file mode 100644
index 18d9590..0000000
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="v4l"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-VALA_DEPEND="
- $(vala_depend)
- >=dev-libs/gobject-introspection-0.9.6
- dev-libs/folks[vala(+)]
- gnome-base/gnome-desktop[introspection]
- gnome-extra/evolution-data-server[vala]
- net-libs/telepathy-glib[vala]
- x11-libs/libnotify[introspection]
-"
-# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
-RDEPEND="
- >=dev-libs/folks-0.9.5:=[eds,telepathy]
- >=dev-libs/glib-2.37.6:2
- >=dev-libs/libgee-0.10:0.8
- >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
- >=gnome-base/gnome-desktop-3.0:3=
- net-libs/gnome-online-accounts
- >=net-libs/telepathy-glib-0.17.5
- x11-libs/cairo:=
- x11-libs/gdk-pixbuf:2
- x11-libs/libnotify:=
- >=x11-libs/gtk+-3.9.11:3
- x11-libs/pango
- v4l? ( >=media-video/cheese-3.5.91:= )
-"
-DEPEND="${RDEPEND}
- ${VALA_DEPEND}
- dev-libs/libxslt
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Regenerate the pre-generated C sources, bug #471628
- if ! use v4l; then
- touch src/*.vala
- fi
-
- vala_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure $(use_with v4l cheese)
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2014-04-20 18:17 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 18:17 UTC (permalink / raw
To: gentoo-commits
commit: db77c0d662a62d3d229ab64a2c807d9843bc7dbb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 18:13:12 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 16:50:32 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=db77c0d6
gnome-extra/gnome-contacts: 3.10.1 → 3.12.0
---
...-contacts-9999.ebuild => gnome-contacts-3.12.0.ebuild} | 15 ++++-----------
| 4 ++--
2 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild
similarity index 84%
copy from gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
copy to gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild
index d260866..1d93bb3 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.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: $
@@ -8,9 +8,6 @@ VALA_MIN_API_VERSION="0.22"
VALA_USE_DEPEND="vapigen"
inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="GNOME contact management application"
HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
@@ -18,12 +15,8 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
LICENSE="GPL-2+"
SLOT="0"
IUSE="v4l"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
- EGIT_HAS_SUBMODULES=true
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
VALA_DEPEND="
$(vala_depend)
>=dev-libs/gobject-introspection-0.9.6
@@ -45,7 +38,7 @@ RDEPEND="
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
- >=x11-libs/gtk+-3.9.11:3
+ >=x11-libs/gtk+-3.12:3
x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
"
--git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index d260866..ea5ddb1 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-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: $
@@ -45,7 +45,7 @@ RDEPEND="
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
- >=x11-libs/gtk+-3.9.11:3
+ >=x11-libs/gtk+-3.12:3
x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2014-04-20 23:44 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 605c186fd995bf7e7c1797608e122bcdaed1fbd0
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 23:02:39 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 23:43:41 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=605c186f
gnome-extra/gnome-contacts: raise dependency on vala
Would fail to build otherwise.
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild
index 1d93bb3..7dc3429 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild
@@ -4,8 +4,8 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.24"
inherit gnome2 vala
--git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index ea5ddb1..1ee4488 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
+VALA_MIN_API_VERSION="0.24"
VALA_USE_DEPEND="vapigen"
inherit gnome2 vala
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2014-11-23 23:24 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 503645beb57d7cd5be8e021aa98d3a770e014c2c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 23:18:05 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 23:18:05 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=503645be
gnome-extra/gnome-contacts: 3.14.1 → 3.14.2
---
.../{gnome-contacts-3.14.1.ebuild => gnome-contacts-3.14.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.14.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.14.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.14.1.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.14.2.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2014-12-22 23:11 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:11 UTC (permalink / raw
To: gentoo-commits
commit: 7149027ee777189ccf1f20c8f0eb71584f4e2ac9
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 23:09:50 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 23:09:59 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7149027e
gnome-extra/gnome-contacts: moved to gentoo-x86
---
.../gnome-contacts/gnome-contacts-3.14.2.ebuild | 65 ----------------------
1 file changed, 65 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.14.2.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.14.2.ebuild
deleted file mode 100644
index 7dc3429..0000000
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.14.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="v4l"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-VALA_DEPEND="
- $(vala_depend)
- >=dev-libs/gobject-introspection-0.9.6
- dev-libs/folks[vala(+)]
- gnome-base/gnome-desktop[introspection]
- gnome-extra/evolution-data-server[vala]
- net-libs/telepathy-glib[vala]
- x11-libs/libnotify[introspection]
-"
-# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
-RDEPEND="
- >=dev-libs/folks-0.9.5:=[eds,telepathy]
- >=dev-libs/glib-2.37.6:2
- >=dev-libs/libgee-0.10:0.8
- >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
- >=gnome-base/gnome-desktop-3.0:3=
- net-libs/gnome-online-accounts
- >=net-libs/telepathy-glib-0.17.5
- x11-libs/cairo:=
- x11-libs/gdk-pixbuf:2
- x11-libs/libnotify:=
- >=x11-libs/gtk+-3.12:3
- x11-libs/pango
- v4l? ( >=media-video/cheese-3.5.91:= )
-"
-DEPEND="${RDEPEND}
- ${VALA_DEPEND}
- dev-libs/libxslt
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Regenerate the pre-generated C sources, bug #471628
- if ! use v4l; then
- touch src/*.vala
- fi
-
- vala_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure $(use_with v4l cheese)
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2015-05-09 22:25 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-09 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 0c26563c1a663bf755a0f8bf36e300e36b5537d6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 9 17:33:23 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 9 17:33:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0c26563c
gnome-extra/gnome-contacts: 3.14.2 → 3.16.2
...acts-9999.ebuild => gnome-contacts-3.16.2.ebuild} | 20 +++++++++-----------
.../gnome-contacts/gnome-contacts-9999.ebuild | 9 +++++++--
2 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.16.2.ebuild
similarity index 80%
copy from gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
copy to gnome-extra/gnome-contacts/gnome-contacts-3.16.2.ebuild
index 898d812..bcd4c42 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.16.2.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: $
@@ -8,9 +8,6 @@ VALA_USE_DEPEND="vapigen"
VALA_MIN_API_VERSION="0.24"
inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="GNOME contact management application"
HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
@@ -18,12 +15,8 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
LICENSE="GPL-2+"
SLOT="0"
IUSE="v4l"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
- EGIT_HAS_SUBMODULES=true
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
VALA_DEPEND="
$(vala_depend)
>=dev-libs/gobject-introspection-0.9.6
@@ -38,10 +31,13 @@ RDEPEND="
>=dev-libs/folks-0.9.5:=[eds,telepathy]
>=dev-libs/glib-2.37.6:2
>=dev-libs/libgee-0.10:0.8
- >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
+ >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
+ media-libs/clutter-gtk:1.0
+ media-libs/libchamplain:0.12
net-libs/gnome-online-accounts
>=net-libs/telepathy-glib-0.17.5
+ >=sci-geosciences/geocode-glib-3.15.3
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
@@ -51,6 +47,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}
${VALA_DEPEND}
+ app-text/docbook-xml-dtd:4.2
+ app-text/docbook-xsl-stylesheets
dev-libs/libxslt
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 898d812..6ec4562 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-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: $
@@ -38,10 +38,13 @@ RDEPEND="
>=dev-libs/folks-0.9.5:=[eds,telepathy]
>=dev-libs/glib-2.37.6:2
>=dev-libs/libgee-0.10:0.8
- >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
+ >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
+ media-libs/clutter-gtk:1.0
+ media-libs/libchamplain:0.12
net-libs/gnome-online-accounts
>=net-libs/telepathy-glib-0.17.5
+ >=sci-geosciences/geocode-glib-3.15.3
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-libs/libnotify:=
@@ -51,6 +54,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}
${VALA_DEPEND}
+ app-text/docbook-xml-dtd:4.2
+ app-text/docbook-xsl-stylesheets
dev-libs/libxslt
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2018-03-09 16:10 Sobhan Mohammadpour
0 siblings, 0 replies; 26+ messages in thread
From: Sobhan Mohammadpour @ 2018-03-09 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 57e7074e1f85de6b333c8713988d258164fad170
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 9 16:10:15 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 16:10:15 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=57e7074e
gnome-extra/gnome-contacts: bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1
.../{gnome-contacts-3.26.ebuild => gnome-contacts-3.26.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.26.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
similarity index 100%
rename from gnome-extra/gnome-contacts/gnome-contacts-3.26.ebuild
rename to gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2018-05-27 21:50 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-27 21:50 UTC (permalink / raw
To: gentoo-commits
commit: a681f57e09c0fa73265f41077b12ef83252bc250
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 21:31:55 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 27 21:48:23 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a681f57e
gnome-extra/gnome-contacts: drop unused intltool
meson uses gettext.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
| 1 -
1 file changed, 1 deletion(-)
--git a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
index 943d7aea..929d8c5b 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
@@ -48,7 +48,6 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
- >=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2018-05-27 21:50 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-27 21:50 UTC (permalink / raw
To: gentoo-commits
commit: 846cc7dac77e6df6eecd946f28c1d67abea17c43
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 21:39:01 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 27 21:49:09 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=846cc7da
gnome-extra/gnome-contacts: synchronize live ebuild
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
.../gnome-contacts/gnome-contacts-3.26.1.ebuild | 1 -
.../gnome-contacts/gnome-contacts-9999.ebuild | 43 +++++++++++-----------
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
index 929d8c5b..574a20ff 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
@@ -24,7 +24,6 @@ VALA_DEPEND="
net-libs/telepathy-glib[vala]
"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
-# folks-0.11.4 to avoid build issues with vala-0.36, upstream 7a9001b056b4fb1d00375e7b2adeda9b7cf93c90
RDEPEND="
>=dev-libs/folks-0.11.4:=[eds,telepathy]
>=dev-libs/glib-2.44:2
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index 0c3a7c0a..e68bf5bb 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -1,54 +1,50 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
VALA_USE_DEPEND="vapigen"
VALA_MIN_API_VERSION="0.24"
-inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
+inherit git-r3 gnome-meson vala
DESCRIPTION="GNOME contact management application"
HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
+SRC_URI=""
+EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-contacts.git"
LICENSE="GPL-2+"
SLOT="0"
IUSE="v4l"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
- EGIT_HAS_SUBMODULES=true
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
+
VALA_DEPEND="
$(vala_depend)
- >=dev-libs/gobject-introspection-0.9.6
+ >=dev-libs/gobject-introspection-0.9.6:=
dev-libs/folks[vala(+)]
- gnome-base/gnome-desktop[introspection]
+ gnome-base/gnome-desktop:3=[introspection]
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
- x11-libs/libnotify[introspection]
"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
- >=dev-libs/folks-0.9.5:=[eds,telepathy]
- >=dev-libs/glib-2.37.6:2
+ >=dev-libs/folks-0.11.4:=[eds,telepathy]
+ >=dev-libs/glib-2.44:2
>=dev-libs/libgee-0.10:0.8
>=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
+ media-libs/clutter:1.0
media-libs/clutter-gtk:1.0
media-libs/libchamplain:0.12
- net-libs/gnome-online-accounts
- >=net-libs/telepathy-glib-0.17.5
+ net-libs/gnome-online-accounts:=[vala]
+ >=net-libs/telepathy-glib-0.22
>=sci-geosciences/geocode-glib-3.15.3
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
- x11-libs/libnotify:=
- >=x11-libs/gtk+-3.12:3
+ >=x11-libs/gtk+-3.22:3
x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
"
@@ -57,11 +53,14 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
- >=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
+src_unpack() {
+ git-r3_src_unpack
+}
+
src_prepare() {
# Regenerate the pre-generated C sources, bug #471628
if ! use v4l; then
@@ -69,9 +68,11 @@ src_prepare() {
fi
vala_src_prepare
- gnome2_src_prepare
+ gnome-meson_src_prepare
}
src_configure() {
- gnome2_src_configure $(use_with v4l cheese)
+ gnome-meson_src_configure \
+ -Dwith-manpage=true \
+ $(meson_use v4l with-cheese)
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
@ 2019-02-23 20:37 Mart Raudsepp
0 siblings, 0 replies; 26+ messages in thread
From: Mart Raudsepp @ 2019-02-23 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 8cd6f5153e287ea4fb6a52823273b6a0f57a5017
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 20:18:30 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 20:18:30 2019 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8cd6f515
gnome-extra/gnome-contacts-9999: blind sync live ebuild
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
.../gnome-contacts/gnome-contacts-9999.ebuild | 68 +++++++++++-----------
| 3 +
2 files changed, 36 insertions(+), 35 deletions(-)
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
index e68bf5bb..871df7cb 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -1,78 +1,76 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.24"
-inherit git-r3 gnome-meson vala
+inherit gnome.org gnome2-utils meson vala xdg
DESCRIPTION="GNOME contact management application"
HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
-SRC_URI=""
-EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-contacts.git"
LICENSE="GPL-2+"
SLOT="0"
-IUSE="v4l"
+IUSE="telepathy v4l"
if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
+ inherit git-r3
+ SRC_URI=""
+ EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-contacts.git"
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
VALA_DEPEND="
$(vala_depend)
- >=dev-libs/gobject-introspection-0.9.6:=
+ >=dev-libs/gobject-introspection-1.54
dev-libs/folks[vala(+)]
- gnome-base/gnome-desktop:3=[introspection]
+ net-libs/gnome-online-accounts[vala]
gnome-extra/evolution-data-server[vala]
net-libs/telepathy-glib[vala]
"
# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
RDEPEND="
- >=dev-libs/folks-0.11.4:=[eds,telepathy]
+ >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
+ >=dev-libs/folks-0.11.4:=[eds,telepathy?]
>=dev-libs/glib-2.44:2
>=dev-libs/libgee-0.10:0.8
- >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
>=gnome-base/gnome-desktop-3.0:3=
- media-libs/clutter:1.0
- media-libs/clutter-gtk:1.0
- media-libs/libchamplain:0.12
- net-libs/gnome-online-accounts:=[vala]
- >=net-libs/telepathy-glib-0.22
- >=sci-geosciences/geocode-glib-3.15.3
- x11-libs/cairo:=
- x11-libs/gdk-pixbuf:2
+ net-libs/gnome-online-accounts:=
>=x11-libs/gtk+-3.22:3
- x11-libs/pango
v4l? ( >=media-video/cheese-3.5.91:= )
+ telepathy? ( >=net-libs/telepathy-glib-0.22 )
"
DEPEND="${RDEPEND}
${VALA_DEPEND}
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
+ dev-libs/appstream-glib
+ dev-libs/libxml2:2
dev-libs/libxslt
- >=sys-devel/gettext-0.17
+ >=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
-src_unpack() {
- git-r3_src_unpack
-}
-
src_prepare() {
- # Regenerate the pre-generated C sources, bug #471628
- if ! use v4l; then
- touch src/*.vala
- fi
-
+ xdg_src_prepare
vala_src_prepare
- gnome-meson_src_prepare
}
src_configure() {
- gnome-meson_src_configure \
- -Dwith-manpage=true \
- $(meson_use v4l with-cheese)
+ local emesonargs=(
+ $(meson_use v4l cheese)
+ $(meson_use telepathy)
+ -Dmanpage=true
+ -Ddocs=false
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
}
--git a/gnome-extra/gnome-contacts/metadata.xml b/gnome-extra/gnome-contacts/metadata.xml
index 39980802..03d1d32c 100644
--- a/gnome-extra/gnome-contacts/metadata.xml
+++ b/gnome-extra/gnome-contacts/metadata.xml
@@ -5,4 +5,7 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
+<use>
+ <flag name="telepathy">Start chat from contact details</flag>
+</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2019-02-23 20:37 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23 8:41 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2019-02-23 20:37 Mart Raudsepp
2018-05-27 21:50 Gilles Dartiguelongue
2018-05-27 21:50 Gilles Dartiguelongue
2018-03-09 16:10 Sobhan Mohammadpour
2015-05-09 22:25 Gilles Dartiguelongue
2014-12-22 23:11 Gilles Dartiguelongue
2014-11-23 23:24 Gilles Dartiguelongue
2014-04-20 23:44 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2013-12-08 21:46 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2013-06-03 2:41 Alexandre Rostovtsev
2012-12-19 0:55 Alexandre Rostovtsev
2012-12-18 23:32 Gilles Dartiguelongue
2012-11-25 18:03 Gilles Dartiguelongue
2012-10-27 20:58 Gilles Dartiguelongue
2012-10-01 4:00 Alexandre Rostovtsev
2012-09-21 0:27 Nirbheek Chauhan
2012-05-24 9:11 Alexandre Restovtsev
2012-03-29 10:44 Nirbheek Chauhan
2012-03-29 9:46 Nirbheek Chauhan
2012-03-26 8:20 Nirbheek Chauhan
2011-11-06 21:39 Alexandre Restovtsev
2011-10-19 8:24 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox