diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-31 18:24:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-31 18:24:00 +0800 |
commit | 34d827c1729a9251171b94d400d8ea750bc1cdb7 (patch) | |
tree | 9b0fd2fbf25d92c66e909e93bc60373731d7d463 /x11-fm | |
parent | 91442195c56b1dc2bae55271de619d4dd06dc4aa (diff) | |
download | marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.gz marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.bz2 marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.lz marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.xz marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.tar.zst marcuscom-ports-34d827c1729a9251171b94d400d8ea750bc1cdb7.zip |
Update cinnamon to 2.2.14 and related ports to the last version available.
While here:
- switch maintainership to gnome@FreeBSD.org
- convert those ports with options to the
compact form
- stop using paths in {run/lib}_depends and
instead use the package:dir form
- ensure no USE_AUTOTOOLS= libtool is used. Those
doing the autofoo dance must use libtoolize
instead
I will drop keepla in the future. I did no want to mix that
with this commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19786 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nemo/Makefile | 12 | ||||
-rw-r--r-- | x11-fm/nemo/distinfo | 4 | ||||
-rw-r--r-- | x11-fm/nemo/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index cb2cf9d94..7a6d0f88e 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -3,25 +3,25 @@ # $MCom$ PORTNAME= nemo -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= x11-fm gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 -MAINTAINER= gustau.perez@gmail.com +MAINTAINER= gnome@FreeBSD.org COMMENT= File manager for the Cinnamon desktop -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ +BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ gtkdocize:${PORTSDIR}/textproc/gtk-doc \ py*-polib>=0:${PORTSDIR}/devel/py-polib \ gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ - ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ libcinnamon-desktop.so:${PORTSDIR}/x11/cinnamon-desktop \ libnotify.so:${PORTSDIR}/devel/libnotify \ libexempi.so:${PORTSDIR}/textproc/exempi -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 +RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig shared-mime-info diff --git a/x11-fm/nemo/distinfo b/x11-fm/nemo/distinfo index 0a44c902a..6e2efb82a 100644 --- a/x11-fm/nemo/distinfo +++ b/x11-fm/nemo/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/nemo-2.2.2.tar.gz) = 1ce04c1fb7b1a40bdfd416dab3b9ac043a7b56dbdc7c577a515651cbfa39c5df -SIZE (gnome3/nemo-2.2.2.tar.gz) = 1338500 +SHA256 (gnome3/nemo-2.2.3.tar.gz) = 21fb6bfb0c2c4764f601fe72a0588f67723d29a6a2907c17cf74fae7b801bc26 +SIZE (gnome3/nemo-2.2.3.tar.gz) = 1341842 diff --git a/x11-fm/nemo/pkg-plist b/x11-fm/nemo/pkg-plist index 378724086..7ab73de99 100644 --- a/x11-fm/nemo/pkg-plist +++ b/x11-fm/nemo/pkg-plist @@ -32,6 +32,7 @@ share/icons/hicolor/16x16/actions/nemo-eject.png share/icons/hicolor/16x16/apps/nemo.png share/icons/hicolor/22x22/apps/nemo.png share/icons/hicolor/24x24/apps/nemo.png +share/icons/hicolor/32x32/actions/nemo-eject.png share/icons/hicolor/32x32/apps/nemo.png share/icons/hicolor/scalable/actions/location-symbolic.svg share/icons/hicolor/scalable/actions/sidebar-hide-symbolic.svg |