diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mousepad/Makefile | 9 | ||||
-rw-r--r-- | editors/mousepad/pkg-plist | 8 |
2 files changed, 14 insertions, 3 deletions
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 0bce676e905a..d8e62aa03547 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -7,10 +7,10 @@ PORTNAME= mousepad PORTVERSION= 0.2.16 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -20,7 +20,10 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack pkgconfig +USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils USE_XFCE= configenv libgui +post-install: + @-update-desktop-database + .include <bsd.port.mk> diff --git a/editors/mousepad/pkg-plist b/editors/mousepad/pkg-plist index 0aebfaa5ea45..b60f501312b8 100644 --- a/editors/mousepad/pkg-plist +++ b/editors/mousepad/pkg-plist @@ -49,4 +49,12 @@ share/locale/uk/LC_MESSAGES/mousepad.mo share/locale/zh_CN/LC_MESSAGES/mousepad.mo share/locale/zh_TW/LC_MESSAGES/mousepad.mo share/pixmaps/mousepad.png +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku @dirrmtry share/applications +@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true |