diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-14 01:39:48 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-14 01:39:48 +0000 |
commit | f500cf0ac5a4b371abbec806113826d10aa363d4 (patch) | |
tree | 4a0d80f90fd3ee89651e0c055653ccd872ce8560 | |
parent | Version bump. (diff) | |
download | gentoo-2-f500cf0ac5a4b371abbec806113826d10aa363d4.tar.gz gentoo-2-f500cf0ac5a4b371abbec806113826d10aa363d4.tar.bz2 gentoo-2-f500cf0ac5a4b371abbec806113826d10aa363d4.zip |
Version bump for gnome-3.4 with an updated UI.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
-rw-r--r-- | gnome-extra/gnome-contacts/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gnome-contacts/gnome-contacts-3.4.1.ebuild | 44 |
2 files changed, 51 insertions, 1 deletions
diff --git a/gnome-extra/gnome-contacts/ChangeLog b/gnome-extra/gnome-contacts/ChangeLog index 1911dee4c77c..677ded9f794f 100644 --- a/gnome-extra/gnome-contacts/ChangeLog +++ b/gnome-extra/gnome-contacts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gnome-contacts # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.3 2012/05/05 06:25:18 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.4 2012/05/14 01:39:48 tetromino Exp $ + +*gnome-contacts-3.4.1 (14 May 2012) + + 14 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +gnome-contacts-3.4.1.ebuild: + Version bump for gnome-3.4 with an updated UI. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gnome-contacts-3.2.2.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.4.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.4.1.ebuild new file mode 100644 index 000000000000..10fd1b35dcf1 --- /dev/null +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.4.1.ebuild @@ -0,0 +1,44 @@ +# 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.4.1.ebuild,v 1.1 2012/05/14 01:39:48 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="GNOME contact management application" +HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-libs/folks-0.6.1.1[eds] + >=dev-libs/glib-2.31.10:2 + >=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 + + 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 valac-0.14)" +} |