[Midnightbsd-cvs] mports [20284] trunk/deskutils: add gnome-contacts app for gnome 3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 27 09:28:25 EDT 2015


Revision: 20284
          http://svnweb.midnightbsd.org/mports/?rev=20284
Author:   laffer1
Date:     2015-09-27 09:28:24 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
add gnome-contacts app for gnome 3

Modified Paths:
--------------
    trunk/deskutils/Makefile

Added Paths:
-----------
    trunk/deskutils/gnome-contacts/
    trunk/deskutils/gnome-contacts/Makefile
    trunk/deskutils/gnome-contacts/distinfo
    trunk/deskutils/gnome-contacts/pkg-descr
    trunk/deskutils/gnome-contacts/pkg-plist

Modified: trunk/deskutils/Makefile
===================================================================
--- trunk/deskutils/Makefile	2015-09-27 13:25:24 UTC (rev 20283)
+++ trunk/deskutils/Makefile	2015-09-27 13:28:24 UTC (rev 20284)
@@ -26,6 +26,7 @@
 SUBDIR += etoile-trackerkit
 SUBDIR += etoile-ui
 SUBDIR += glabels
+SUBDIR += gnome-contacts
 SUBDIR += gnome-screenshot
 SUBDIR += gnome-utils
 SUBDIR += gnote

Added: trunk/deskutils/gnome-contacts/Makefile
===================================================================
--- trunk/deskutils/gnome-contacts/Makefile	                        (rev 0)
+++ trunk/deskutils/gnome-contacts/Makefile	2015-09-27 13:28:24 UTC (rev 20284)
@@ -0,0 +1,53 @@
+# Created by: Koop Mast <kwm at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/deskutils/gnome-contacts/Makefile 393607 2015-08-05 19:13:24Z kwm $
+
+PORTNAME=	gnome-contacts
+PORTVERSION=	3.16.2
+CATEGORIES=	deskutils gnome
+MASTER_SITES=	GNOME
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Contacts manager for gnome
+
+LICENSE=	gpl2
+
+BUILD_DEPENDS=	vala>=0.14.0:${PORTSDIR}/lang/vala
+LIB_DEPENDS=	libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
+		libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain \
+		libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
+		libgee-0.8.so:${PORTSDIR}/devel/libgee \
+		libfolks.so:${PORTSDIR}/net-im/folks \
+		libnotify.so:${PORTSDIR}/devel/libnotify
+
+USE_GNOME=	evolutiondataserver3 gnomedesktop3 gtk30 intlhack \
+		introspection:build
+USES=		gettext gmake pathfix perl5 pkgconfig tar:xz
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
+
+GLIB_SCHEMAS=	org.gnome.Contacts.enums.xml \
+		org.gnome.Contacts.gschema.xml
+
+CHEESE_DESC=	Cheese webcam support
+
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	MANPAGES
+OPTIONS_DEFAULT=MANPAGES
+
+OPTIONS_DEFINE_i386=	CHEESE
+OPTIONS_DEFAULT_i386=	CHEESE
+OPTIONS_DEFINE_amd64=	CHEESE
+OPTIONS_DEFAULT_amd64=	CHEESE
+
+CHEESE_CONFIGURE_WITH=	cheese
+CHEESE_LIB_DEPENDS=	libcheese-gtk.so:${PORTSDIR}/multimedia/cheese
+
+MANPAGES_CONFIGURE_ENABLE=	man-pages
+MANPAGES_USE=		GNOME=libxslt:build
+MANPAGES_BUILD_DEPENDS=	docbook-xml>=0:${PORTSDIR}/textproc/docbook-xml \
+			docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+
+.include <bsd.port.mk>


Property changes on: trunk/deskutils/gnome-contacts/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-contacts/distinfo
===================================================================
--- trunk/deskutils/gnome-contacts/distinfo	                        (rev 0)
+++ trunk/deskutils/gnome-contacts/distinfo	2015-09-27 13:28:24 UTC (rev 20284)
@@ -0,0 +1,2 @@
+SHA256 (gnome-contacts-3.16.2.tar.xz) = fb625a40fe915d866625a7d688c9a3b454d198c9474ce2efc3979f2b0d1687e7
+SIZE (gnome-contacts-3.16.2.tar.xz) = 767720


Property changes on: trunk/deskutils/gnome-contacts/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-contacts/pkg-descr
===================================================================
--- trunk/deskutils/gnome-contacts/pkg-descr	                        (rev 0)
+++ trunk/deskutils/gnome-contacts/pkg-descr	2015-09-27 13:28:24 UTC (rev 20284)
@@ -0,0 +1,3 @@
+Gnome application to manage your contacts.
+
+WWW: https://wiki.gnome.org/Apps/Contacts


Property changes on: trunk/deskutils/gnome-contacts/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-contacts/pkg-plist
===================================================================
--- trunk/deskutils/gnome-contacts/pkg-plist	                        (rev 0)
+++ trunk/deskutils/gnome-contacts/pkg-plist	2015-09-27 13:28:24 UTC (rev 20284)
@@ -0,0 +1,77 @@
+bin/gnome-contacts
+libexec/gnome-contacts-search-provider
+%%MANPAGES%%man/man1/gnome-contacts.1.gz
+share/appdata/org.gnome.Contacts.appdata.xml
+share/applications/org.gnome.Contacts.desktop
+share/dbus-1/services/org.gnome.Contacts.SearchProvider.service
+share/dbus-1/services/org.gnome.Contacts.service
+share/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
+share/locale/af/LC_MESSAGES/gnome-contacts.mo
+share/locale/ar/LC_MESSAGES/gnome-contacts.mo
+share/locale/as/LC_MESSAGES/gnome-contacts.mo
+share/locale/ast/LC_MESSAGES/gnome-contacts.mo
+share/locale/be/LC_MESSAGES/gnome-contacts.mo
+share/locale/bg/LC_MESSAGES/gnome-contacts.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-contacts.mo
+share/locale/bs/LC_MESSAGES/gnome-contacts.mo
+share/locale/ca/LC_MESSAGES/gnome-contacts.mo
+share/locale/ca at valencia/LC_MESSAGES/gnome-contacts.mo
+share/locale/cs/LC_MESSAGES/gnome-contacts.mo
+share/locale/da/LC_MESSAGES/gnome-contacts.mo
+share/locale/de/LC_MESSAGES/gnome-contacts.mo
+share/locale/el/LC_MESSAGES/gnome-contacts.mo
+share/locale/en_CA/LC_MESSAGES/gnome-contacts.mo
+share/locale/en_GB/LC_MESSAGES/gnome-contacts.mo
+share/locale/eo/LC_MESSAGES/gnome-contacts.mo
+share/locale/es/LC_MESSAGES/gnome-contacts.mo
+share/locale/et/LC_MESSAGES/gnome-contacts.mo
+share/locale/eu/LC_MESSAGES/gnome-contacts.mo
+share/locale/fa/LC_MESSAGES/gnome-contacts.mo
+share/locale/fi/LC_MESSAGES/gnome-contacts.mo
+share/locale/fr/LC_MESSAGES/gnome-contacts.mo
+share/locale/fur/LC_MESSAGES/gnome-contacts.mo
+share/locale/ga/LC_MESSAGES/gnome-contacts.mo
+share/locale/gd/LC_MESSAGES/gnome-contacts.mo
+share/locale/gl/LC_MESSAGES/gnome-contacts.mo
+share/locale/gu/LC_MESSAGES/gnome-contacts.mo
+share/locale/he/LC_MESSAGES/gnome-contacts.mo
+share/locale/hi/LC_MESSAGES/gnome-contacts.mo
+share/locale/hu/LC_MESSAGES/gnome-contacts.mo
+share/locale/id/LC_MESSAGES/gnome-contacts.mo
+share/locale/is/LC_MESSAGES/gnome-contacts.mo
+share/locale/it/LC_MESSAGES/gnome-contacts.mo
+share/locale/ja/LC_MESSAGES/gnome-contacts.mo
+share/locale/ko/LC_MESSAGES/gnome-contacts.mo
+share/locale/kk/LC_MESSAGES/gnome-contacts.mo
+share/locale/kn/LC_MESSAGES/gnome-contacts.mo
+share/locale/lt/LC_MESSAGES/gnome-contacts.mo
+share/locale/lv/LC_MESSAGES/gnome-contacts.mo
+share/locale/mk/LC_MESSAGES/gnome-contacts.mo
+share/locale/ml/LC_MESSAGES/gnome-contacts.mo
+share/locale/mr/LC_MESSAGES/gnome-contacts.mo
+share/locale/nb/LC_MESSAGES/gnome-contacts.mo
+share/locale/ne/LC_MESSAGES/gnome-contacts.mo
+share/locale/nl/LC_MESSAGES/gnome-contacts.mo
+share/locale/or/LC_MESSAGES/gnome-contacts.mo
+share/locale/pa/LC_MESSAGES/gnome-contacts.mo
+share/locale/pl/LC_MESSAGES/gnome-contacts.mo
+share/locale/pt/LC_MESSAGES/gnome-contacts.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-contacts.mo
+share/locale/ro/LC_MESSAGES/gnome-contacts.mo
+share/locale/ru/LC_MESSAGES/gnome-contacts.mo
+share/locale/sk/LC_MESSAGES/gnome-contacts.mo
+share/locale/sl/LC_MESSAGES/gnome-contacts.mo
+share/locale/sr/LC_MESSAGES/gnome-contacts.mo
+share/locale/sr at latin/LC_MESSAGES/gnome-contacts.mo
+share/locale/sv/LC_MESSAGES/gnome-contacts.mo
+share/locale/ta/LC_MESSAGES/gnome-contacts.mo
+share/locale/te/LC_MESSAGES/gnome-contacts.mo
+share/locale/tg/LC_MESSAGES/gnome-contacts.mo
+share/locale/th/LC_MESSAGES/gnome-contacts.mo
+share/locale/tr/LC_MESSAGES/gnome-contacts.mo
+share/locale/ug/LC_MESSAGES/gnome-contacts.mo
+share/locale/uk/LC_MESSAGES/gnome-contacts.mo
+share/locale/vi/LC_MESSAGES/gnome-contacts.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-contacts.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-contacts.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-contacts.mo


Property changes on: trunk/deskutils/gnome-contacts/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list