diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
commit | b361f56db83ce9748463f9175d17796a5e4fd5b0 (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /x11/xfce4-clipman-plugin | |
parent | ccc38469f37cea6408376875be95f9ff4f72f328 (diff) | |
download | freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.gz freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.zst freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.zip |
- Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 13 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/pkg-plist | 2 |
2 files changed, 5 insertions, 10 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 850a4ad22ec1..8773235964ae 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -21,14 +21,14 @@ UNIQUE_DESC= Enable Unique (single instance) support GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 intltool intlhack glib20 desktopfileutils +USE_GNOME= gtk20 intltool intlhack glib20 USE_XFCE= configenv libexo libmenu libutil panel xfconf USE_XORG= xtst -USES= pkgconfig gettext +USES= pkgconfig gettext pathfix INSTALLS_ICONS= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUNIQUE} LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique @@ -37,7 +37,4 @@ CONFIGURE_ARGS+= --enable-unique CONFIGURE_ARGS+= --disable-unique .endif -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist index 6d2615c090db..16bcf17af090 100644 --- a/x11/xfce4-clipman-plugin/pkg-plist +++ b/x11/xfce4-clipman-plugin/pkg-plist @@ -129,5 +129,3 @@ share/xfce4/panel/plugins/xfce4-clipman-plugin.desktop @dirrmtry lib/xfce4/panel @dirrmtry etc/xdg/xfce4/panel @dirrmtry etc/xdg/xfce4 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |