summaryrefslogtreecommitdiffstats
path: root/sysutils/cinnamon-control-center/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-21 20:30:41 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-21 20:30:41 +0800
commita1dc004e34edc7a1a1e4ea97729324bee8e3815c (patch)
tree8934c7d35d204f2ec64c9e83e7ff6fde1e05f3e9 /sysutils/cinnamon-control-center/Makefile
parent2d81dbc2a8ad64f6ed1f38b84ef0afc0ac766d1b (diff)
downloadmarcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.gz
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.bz2
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.lz
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.xz
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.zst
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.zip
Update cinnamon to 2.0. Among the changes:
- Many packages were split. New components appeared - In cinnamon-settings, the applet to configure the users has been removed. It needs python-pam, which is not in the tree yet - The translations are optional and can be enabled in x11/cinnamon - To configure cinnamon, use cinnamon-settings. The cinnamon-control-center seems to be lagging behind - The cinnamon2d, the fallback version of cinnamon, seems to be buggy and needs some love. It can be chosen with gdm in the session list - Only a subset of the nemo-extensions were enabled. More to come in the future - The JavaScripts bindings are now provided by lang/cjs (which seems to be a fork from lang/gjs) The development of cinnamon is moving fast, so if you find problems please contact gnome@freebsd.org Reviewed by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18985 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/cinnamon-control-center/Makefile')
-rw-r--r--sysutils/cinnamon-control-center/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/cinnamon-control-center/Makefile b/sysutils/cinnamon-control-center/Makefile
index cd547d38a..eed9b9bad 100644
--- a/sysutils/cinnamon-control-center/Makefile
+++ b/sysutils/cinnamon-control-center/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= cinnamon-control-center
-PORTVERSION= 1.8.2
+PORTVERSION= 2.0.9
CATEGORIES= sysutils gnome
MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
DIST_SUBDIR= gnome3
@@ -12,7 +12,7 @@ MAINTAINER= gustau.perez@gmail.com
COMMENT= gnome-control-center replacement for Cinnamon
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
- gnome-settings-daemon>=3.4.0:${PORTSDIR}/sysutils/gnome-settings-daemon \
+ cinnamon-settings-daemon>=0:${PORTSDIR}/sysutils/cinnamon-settings-daemon \
gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
libupower-glib.so:${PORTSDIR}/sysutils/upower \
@@ -32,18 +32,17 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \
libgjs.so:${PORTSDIR}/lang/gjs
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
- gnome-settings-daemon>=3.4.0:${PORTSDIR}/sysutils/gnome-settings-daemon \
+ cinnamon-settings-daemon>=0:${PORTSDIR}/sysutils/cinnamon-settings-daemon \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
py*-lxml>=0:${PORTSDIR}/devel/py-lxml
-FETCH_ARGS= -Fpr
USE_XORG= x11 xfixes sm
USES= gettext gmake pathfix pkgconfig
-USE_GNOME= gnomeprefix intlhack gtk30 gconf2 gnomemenus3 \
- gnomedesktop3 evolutiondataserver3
+USE_GNOME= evolutiondataserver3 gconf2 gnomemenus3 gnomeprefix \
+ gtk30 intlhack libgnomekbd
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env
+USE_AUTOTOOLS= libtool autoconf automake
USE_PYTHON= yes
INSTALLS_ICONS= yes
@@ -69,11 +68,14 @@ PLIST_SUB+= CUPS="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|find|find ${WRKSRC}/files|g' \
${WRKSRC}/files/Makefile.in
-
@${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|g' \
${WRKSRC}/panels/common/cc-common-language.c
pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf
+ cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cinnamon-control-center-1/panels/lib*.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcinnamon-control-center.so.1
.include <bsd.port.mk>