diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-28 17:16:09 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-28 17:16:09 +0800 |
commit | 2c607d86355f339a03bce8b4b3819261a9e0d0e9 (patch) | |
tree | 5fa9a6835d8a92ced107d50818a00f74abc9f1d9 /x11/cinnamon-session/Makefile | |
parent | c841e474208c135468782bbda6ede0511e7c17ac (diff) | |
download | marcuscom-ports-2c607d86355f339a03bce8b4b3819261a9e0d0e9.tar marcuscom-ports-2c607d86355f339a03bce8b4b3819261a9e0d0e9.tar.gz marcuscom-ports-2c607d86355f339a03bce8b4b3819261a9e0d0e9.tar.bz2 marcuscom-ports-2c607d86355f339a03bce8b4b3819261a9e0d0e9.tar.lz marcuscom-ports-2c607d86355f339a03bce8b4b3819261a9e0d0e9.tar.xz marcuscom-ports-2c607d86355f339a03bce8b4b3819261a9e0d0e9.tar.zst marcuscom-ports-2c607d86355f339a03bce8b4b3819261a9e0d0e9.zip |
Update cinnamon to 2.2.13 and related ports to the most
up to date version:
- Add libtool to x11-fm/nemo. The only users are
nemo-extensions (portrevision bump) and cinnamon (which is
version bumped anyway and doesn't need a portrevision bump)
- Remove :keepla everywhere.
- Add install-strip everywhere where needed (except for the
translations)
I hope I did not miss something.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19704 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/cinnamon-session/Makefile')
-rw-r--r-- | x11/cinnamon-session/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/cinnamon-session/Makefile b/x11/cinnamon-session/Makefile index 57f138cb2..5d8d393ab 100644 --- a/x11/cinnamon-session/Makefile +++ b/x11/cinnamon-session/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= cinnamon-session -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= x11 gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 @@ -20,10 +20,10 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo -USES= gettext libtool:keepla gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl -USE_GNOME= gnomeprefix intltool gtk30 +USE_GNOME= gnomeprefix gtk30 intltool INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtoolize autoconf automake @@ -32,6 +32,7 @@ CONFIGURE_ARGS= --disable-docbook-docs CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral -Wno-error=implicit-function-declaration CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral -Wno-error=implicit-function-declaration LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.cinnamon.SessionManager.gschema.xml |