- Update to 1.2.4

- Use desktop-file-utils and shared-mime-info
This commit is contained in:
Ganael LAPLANCHE 2013-07-12 08:31:30 +00:00
parent 4a88e49103
commit a57e1ef179
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322822
3 changed files with 6 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= grsync
PORTVERSION= 1.2.3
PORTVERSION= 1.2.4
CATEGORIES= net ipv6
MASTER_SITES= http://www.opbyte.it/release/ \
LOCAL/martymac
@ -15,7 +15,8 @@ LICENSE= GPLv2
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
bash:${PORTSDIR}/shells/bash
USE_GNOME= gtk20 desktopfileutils
USE_GNOME= gtk20
USES= desktop-file-utils shared-mime-info
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-unity
USE_GMAKE= yes
@ -44,7 +45,4 @@ post-patch:
${WRKSRC}/configure
.endif
post-install:
@-update-desktop-database
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (grsync-1.2.3.tar.gz) = 953000037750ca40e93406d47bbd02189175d57ec6a4a9d1a76fb512f5e2ee9d
SIZE (grsync-1.2.3.tar.gz) = 306590
SHA256 (grsync-1.2.4.tar.gz) = 5e74819a9188a5f722b8a692d8df0bc011c3ff1f1e8e4bbd8e5989b76e46c370
SIZE (grsync-1.2.4.tar.gz) = 311561

View file

@ -22,6 +22,7 @@ share/pixmaps/grsync.png
%%NLS%%share/locale/sv_SE/LC_MESSAGES/grsync.mo
%%NLS%%share/locale/tr_TR/LC_MESSAGES/grsync.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/grsync.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/grsync.mo
%%NLS%%@dirrmtry share/locale/tr_TR/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/tr_TR
%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
@ -54,7 +55,3 @@ share/pixmaps/grsync.png
@dirrmtry share/icons
@dirrmtry share/applications
@dirrm %%DATADIR%%
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true