* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-contacts/
@ 2011-09-27 9:32 Alexandre Restovtsev
0 siblings, 0 replies; only message in thread
From: Alexandre Restovtsev @ 2011-09-27 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 3417bb900440c54e4a520ec19091f40267acec5b
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 08:07:39 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Sep 27 08:52:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3417bb90
gnome-extra/gnome-contacts: new package
Add the new gnome contact manager.
---
.../gnome-contacts/gnome-contacts-3.2.0.1.ebuild | 54 ++++++++++++++++++++
.../gnome-contacts/gnome-contacts-9999.ebuild | 54 ++++++++++++++++++++
2 files changed, 108 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.0.1.ebuild
new file mode 100644
index 0000000..e817149
--- /dev/null
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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"
+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]
+ >=gnome-base/gnome-desktop-3.0:3
+ 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
+
+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)"
+ fi
+}
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
new file mode 100644
index 0000000..e817149
--- /dev/null
+++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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"
+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]
+ >=gnome-base/gnome-desktop-3.0:3
+ 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
+
+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)"
+ fi
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-27 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 9:32 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-contacts/ Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox