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-menus | |
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-menus')
-rw-r--r-- | x11/cinnamon-menus/Makefile | 14 | ||||
-rw-r--r-- | x11/cinnamon-menus/files/KDE.directory | 5 |
2 files changed, 4 insertions, 15 deletions
diff --git a/x11/cinnamon-menus/Makefile b/x11/cinnamon-menus/Makefile index 70d381431..4254f1ebe 100644 --- a/x11/cinnamon-menus/Makefile +++ b/x11/cinnamon-menus/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \ ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz -USE_GNOME= gnomehier gnomeprefix gtk30 intlhack introspection:build +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= gnomehier gnomemenus3 gnomeprefix gtk30 intlhack \ + introspection:build USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -26,14 +27,7 @@ USE_AUTOTOOLS= autoconf automake libtool PATHFIX_MAKEFILEIN= Makefile.am CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -post-patch: - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory - -post-install: - @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ - ${STAGEDIR}${PREFIX}/share/desktop-directories +INSTALL_TARGET= install-strip pre-configure: cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh diff --git a/x11/cinnamon-menus/files/KDE.directory b/x11/cinnamon-menus/files/KDE.directory deleted file mode 100644 index d8cacb750..000000000 --- a/x11/cinnamon-menus/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/default.kde/48x48/apps/kmenu.png -Type=Directory |