diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-10 06:38:54 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-10 06:38:54 +0800 |
commit | b27260bec4dec433d91f86459586a4c5e8c45e5a (patch) | |
tree | 52412a380d2a3bc3dc456ac020d2ea5dfd3925c5 /x11-fm/nemo/Makefile | |
parent | fa32e601e6ae5eacda9dbdb05ce809f98be6af21 (diff) | |
download | marcuscom-ports-b27260bec4dec433d91f86459586a4c5e8c45e5a.tar.gz marcuscom-ports-b27260bec4dec433d91f86459586a4c5e8c45e5a.tar.zst marcuscom-ports-b27260bec4dec433d91f86459586a4c5e8c45e5a.zip |
Various upgrades and fixes for cinnamon:
- Upgrade cinnamon, cinnamon-control-center, nemo and mutter [1].
- Add staging support
- While here change lib_depends to the new style
- Add some USES+=pkgconfig missing
- Sort USE_GNOME
- Update the pkg-plist for all the ports changed
- Fix the COMMENT knobs
- Fix the nemo patches. Remove patch-autogen.sh
- Remove patch-panels_common_cc-common-language.c and add patch-panels_user-accounts_um-utils.c for c-c-c
Reviewed by: kwm
[1] 1.8.8.1, 1.8.2, 1.8.5 and 3.6.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18785 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nemo/Makefile')
-rw-r--r-- | x11-fm/nemo/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 0286b06d7..f872eaeaf 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nemo -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.5 CATEGORIES= x11-fm gnome DIST_SUBDIR= gnome3 @@ -19,15 +19,18 @@ LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas +WRKSRC= ${WRKDIR}/linuxmint-nemo-63f7b44 + USE_GITHUB= yes GH_ACCOUNT= linuxmint -GH_TAGNAME= 1.7.1 -GH_COMMIT= 63f7b44 +GH_TAGNAME= 1.8.5 +GH_COMMIT= 40f84d6 -NO_STAGE= yes INSTALLS_ICONS= yes -USES= desktop-file-utils gettext gmake pathfix -USE_GNOME= gnomeprefix intlhack gnomedesktop3 libxml2 introspection:build +USES= desktop-file-utils gettext gmake pathfix \ + pkgconfig shared-mime-info +USE_GNOME= gnomeprefix intlhack gnomedesktop3 libxml2 \ + introspection:build USE_LDCONFIG= yes USE_AUTOTOOLS= libtool autoconf automake CPPFLAGS+= -I${LOCALBASE}/include @@ -37,9 +40,6 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GLIB_SCHEMAS= org.nemo.gschema.xml -MAN1= nemo-connect-server.1 \ - nemo.1 - post-patch: @${MKDIR} ${WRKSRC}/files${PREFIX} |