diff options
author | miwi <miwi@FreeBSD.org> | 2011-12-18 17:03:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-12-18 17:03:46 +0800 |
commit | 29761868b4f3c0255f9237b8512555732e663c77 (patch) | |
tree | 5722cf0f527c536c4e98c512eae7671ab4fb8aae /textproc | |
parent | 2340ab147c1622afb460a0e03feab02273dcb1ac (diff) | |
download | freebsd-ports-gnome-29761868b4f3c0255f9237b8512555732e663c77.tar.gz freebsd-ports-gnome-29761868b4f3c0255f9237b8512555732e663c77.tar.zst freebsd-ports-gnome-29761868b4f3c0255f9237b8512555732e663c77.zip |
- Unbreak
- Update WWW
PR: 163419
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 14 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/pkg-plist | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 6beaac76ce81..51a81750fa40 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -7,25 +7,25 @@ PORTNAME= xfce4-dict PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= xfce4 +MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} PKGNAMESUFFIX= -plugin +DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce Plugin for searching for the translation or explanation of a word -BROKEN= does not configure - USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv panel +USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils +USE_XFCE= configenv libgui libutil panel +USE_XORG= x11 + MAN1= xfce4-dict.1 .include <bsd.port.mk> diff --git a/textproc/xfce4-dict-plugin/pkg-descr b/textproc/xfce4-dict-plugin/pkg-descr index fcda90950fc6..7c8c21094e57 100644 --- a/textproc/xfce4-dict-plugin/pkg-descr +++ b/textproc/xfce4-dict-plugin/pkg-descr @@ -1,5 +1,5 @@ -With this plugin you can query a dictionary server(see RFC 2229) to search for +With this plugin you can query a dictionary server (see RFC 2229) to search for the translation or explanation of a word. You can also choose a dictionary offered by the server to improve your search results. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin +WWW: http://goodies.xfce.org/projects/applications/xfce4-dict diff --git a/textproc/xfce4-dict-plugin/pkg-plist b/textproc/xfce4-dict-plugin/pkg-plist index 65c82215b8b0..031b4ef7db95 100644 --- a/textproc/xfce4-dict-plugin/pkg-plist +++ b/textproc/xfce4-dict-plugin/pkg-plist @@ -41,6 +41,7 @@ share/xfce4/panel-plugins/xfce4-dict-plugin.desktop @dirrmtry share/locale/ur @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast -@dirrmtry share/applications @dirrmtry libexec/xfce4/panel-plugins @dirrmtry libexec/xfce4 +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |