summaryrefslogtreecommitdiffstats
path: root/deskutils/california/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-07-21 03:30:11 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-07-21 03:30:11 +0800
commit98fd7d7f702de8045cef83d453e39db2bd51fdee (patch)
tree4c706efbce0a08e66be79d6c61759d259955c29d /deskutils/california/Makefile
parent398ed5197abd0a45532db06a37ced58906fd8990 (diff)
downloadmarcuscom-ports-98fd7d7f702de8045cef83d453e39db2bd51fdee.tar
marcuscom-ports-98fd7d7f702de8045cef83d453e39db2bd51fdee.tar.gz
marcuscom-ports-98fd7d7f702de8045cef83d453e39db2bd51fdee.tar.bz2
marcuscom-ports-98fd7d7f702de8045cef83d453e39db2bd51fdee.tar.lz
marcuscom-ports-98fd7d7f702de8045cef83d453e39db2bd51fdee.tar.xz
marcuscom-ports-98fd7d7f702de8045cef83d453e39db2bd51fdee.tar.zst
marcuscom-ports-98fd7d7f702de8045cef83d453e39db2bd51fdee.zip
Update california to 0.1.2. Add libtool to USES (not sure if really
useful, if I understand it right it can be useful when linking executables to prevent the lib flattening). While here the installed executable. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19781 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/california/Makefile')
-rw-r--r--deskutils/california/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/california/Makefile b/deskutils/california/Makefile
index e7f244498..58488c01d 100644
--- a/deskutils/california/Makefile
+++ b/deskutils/california/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= california
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -17,7 +17,7 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
libgdata.so:${PORTSDIR}/devel/libgdata \
libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts
-USES= desktop-file-utils gettext gmake pathfix \
+USES= desktop-file-utils gettext gmake libtool pathfix \
pkgconfig tar:xz
USE_GNOME= evolutiondataserver3 glib20 gnomedocutils gnomeprefix \
gtk30 intlhack introspection
@@ -27,6 +27,8 @@ INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-unity
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+GLIB_SCHEMAS= org.yorba.california.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's|californiadocdir = $${prefix}|californiadocdir = $${prefix}/share|g' \