Use MODFXCE_ICON_CACHE.

This commit is contained in:
ajacoutot 2011-12-03 22:32:21 +00:00
parent 2d32c24ac0
commit 0e1aaece3a
58 changed files with 183 additions and 144 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.36 2011/10/14 11:37:24 jasper Exp $
# $OpenBSD: Makefile,v 1.37 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 extension library
XFCE_VERSION= 0.6.2
XFCE_PROJECT= exo
REVISION= 3
REVISION= 4
SHARED_LIBS= exo-1 0.0
@ -19,6 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS= --disable-python --disable-linker-opts
CONFIGURE_ENV= ac_cv_header_sys_ucred_h=yes \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2011/03/07 19:22:02 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.14 2011/12/03 22:32:21 ajacoutot Exp $
%%SHARED%%
@bin bin/exo-csource
@bin bin/exo-desktop-item-edit
@ -313,7 +313,7 @@ share/xfce4/helpers/thunderbird.desktop
share/xfce4/helpers/urxvt.desktop
share/xfce4/helpers/w3m.desktop
share/xfce4/helpers/xterm.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2011/10/13 16:43:21 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 widget library
XFCE_PROJECT= libxfce4ui
REVISION= 1
REVISION= 2
SHARED_LIBS= xfce4ui-1 0.0 \
xfce4kbd-private-2 0.0 # 0.0
@ -20,6 +20,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS= x11/xfce4/xfconf>=4.8.0 \
x11/gtk+2 \
devel/startup-notification

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/01/18 19:59:33 landry Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/12/03 22:32:21 ajacoutot Exp $
@conflict libxfcegui4-<4.7.0
%%SHARED%%
include/xfce4/
@ -127,5 +127,5 @@ share/locale/ur_PK/LC_MESSAGES/
share/locale/ur_PK/LC_MESSAGES/libxfce4ui.mo
share/locale/zh_CN/LC_MESSAGES/libxfce4ui.mo
share/locale/zh_TW/LC_MESSAGES/libxfce4ui.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.34 2011/10/13 18:43:00 jasper Exp $
# $OpenBSD: Makefile,v 1.35 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 widget library
XFCE_PROJECT= libxfcegui4
REVISION= 1
REVISION= 2
SHARED_LIBS= xfcegui4 5.0
@ -18,6 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS+= --disable-linker-opts
LIB_DEPENDS= x11/xfce4/libxfce4util>=4.8.0 \
devel/startup-notification \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.15 2011/01/18 21:34:58 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.16 2011/12/03 22:32:21 ajacoutot Exp $
@conflict xfce4-panel-<4.4.1
%%SHARED%%
include/xfce4/
@ -209,5 +209,5 @@ share/locale/ur_PK/LC_MESSAGES/
share/locale/ur_PK/LC_MESSAGES/libxfcegui4.mo
share/locale/zh_CN/LC_MESSAGES/libxfcegui4.mo
share/locale/zh_TW/LC_MESSAGES/libxfcegui4.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2011/10/14 11:37:24 jasper Exp $
# $OpenBSD: Makefile,v 1.25 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 notification daemon
XFCE_VERSION= 0.3.7
XFCE_GOODIE= notification-daemon-xfce
REVISION= 15
REVISION= 16
MASTER_SITES= http://archive.xfce.org/src/archive/${XFCE_GOODIE}/${XFCE_BRANCH}/
# GPLv2
@ -15,6 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS= x11/xfce4/libxfcegui4 \
x11/libsexy \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2011/01/18 21:34:58 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.9 2011/12/03 22:32:21 ajacoutot Exp $
@conflict notification-daemon-*
@conflict xfce4-notifyd-*
%%SHARED%%
@ -29,7 +29,7 @@ share/locale/hu/LC_MESSAGES/notification-daemon-xfce.mo
share/locale/nl/LC_MESSAGES/notification-daemon-xfce.mo
share/locale/pl/LC_MESSAGES/notification-daemon-xfce.mo
share/locale/uk/LC_MESSAGES/notification-daemon-xfce.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.33 2011/10/14 11:37:24 jasper Exp $
# $OpenBSD: Makefile,v 1.34 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 advanced calendar
XFCE_GOODIE= orage
XFCE_VERSION= 4.8.2
REVISION = 0
REVISION = 1
HOMEPAGE= http://www.xfce.org/projects/orage
# GPLv2
@ -15,6 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS = x11/xfce4/xfce4-panel \
devel/popt \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2011/09/16 21:03:05 landry Exp $
@comment $OpenBSD: PLIST,v 1.13 2011/12/03 22:32:21 ajacoutot Exp $
@conflict xfcalendar-*
@bin bin/globaltime
@bin bin/orage
@ -168,7 +168,7 @@ share/orage/sounds/Wall_c.wav
share/xfce4/
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2011/10/14 11:37:24 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT = Xfce4 media player
XFCE_VERSION = 0.2.0.5
XFCE_GOODIE = parole
CATEGORIES += audio
REVISION= 1
REVISION= 2
# GPLv2
PERMIT_DISTFILES_CDROM = Yes
@ -15,6 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
MODULES = x11/xfce4
MODXFCE_DESKTOP_FILE = Yes
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS = --disable-power-manager-plugin

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2011/04/17 10:36:50 landry Exp $
@comment $OpenBSD: PLIST,v 1.5 2011/12/03 22:32:21 ajacoutot Exp $
%%SHARED%%
@bin bin/parole
include/parole/
@ -69,7 +69,7 @@ share/parole/parole-plugins-0/window-title.desktop
share/parole/pixmaps/
share/parole/pixmaps/loader.gif
share/parole/pixmaps/parole.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2011/10/14 11:37:24 jasper Exp $
# $OpenBSD: Makefile,v 1.25 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 lightweight image-viewer
XFCE_VERSION= 0.0.93
XFCE_GOODIE= ristretto
REVISION = 0
REVISION = 1
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
RUN_DEPENDS= misc/shared-mime-info
LIB_DEPENDS= x11/dbus-glib \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2011/03/03 21:02:34 landry Exp $
@comment $OpenBSD: PLIST,v 1.12 2011/12/03 22:32:21 ajacoutot Exp $
@bin bin/ristretto
share/applications/ristretto.desktop
share/doc/ristretto/
@ -73,7 +73,7 @@ share/locale/ur_PK/LC_MESSAGES/
share/locale/ur_PK/LC_MESSAGES/ristretto.mo
share/locale/vi/LC_MESSAGES/ristretto.mo
share/locale/zh_CN/LC_MESSAGES/ristretto.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2011/10/14 11:37:24 jasper Exp $
# $OpenBSD: Makefile,v 1.34 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 vte-based terminal
@ -6,7 +6,7 @@ XFCE_VERSION= 0.4.8
XFCE_GOODIE= Terminal
# :L is here for a reason
PKGNAME= xfce4-${DISTNAME:L}
REVISION= 3
REVISION= 4
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -16,6 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
USE_GROFF = Yes
CONFIGURE_ARGS += --program-transform-name='s/Terminal/xfce4-terminal/' \
--disable-linker-opts

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2011/03/03 21:03:09 landry Exp $
@comment $OpenBSD: PLIST,v 1.14 2011/12/03 22:32:21 ajacoutot Exp $
@conflict terminal-<=0.4.5p1
@bin bin/xfce4-terminal
man/ca/
@ -343,7 +343,7 @@ share/locale/zh_CN/LC_MESSAGES/Terminal.mo
share/locale/zh_TW/LC_MESSAGES/Terminal.mo
share/pixmaps/
share/pixmaps/terminal.xpm
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2011/03/03 21:17:11 landry Exp $
# $OpenBSD: Makefile,v 1.10 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT = Thunar archive plugin
XFCE_VERSION = 0.3.0
THUNAR_PLUGIN = thunar-archive-plugin
REVISION= 0
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
@ -13,6 +14,8 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = x11/xfce4
MODFXCE_ICON_CACHE= Yes
BUILD_DEPENDS +=${RUN_DEPENDS}
RUN_DEPENDS = x11/xfce4/thunar \
xarchiver-*|file-roller-*|kdeutils-*:x11/xarchiver

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2011/03/03 21:17:11 landry Exp $
@comment $OpenBSD: PLIST,v 1.6 2011/12/03 22:32:21 ajacoutot Exp $
%%SHARED%%
@comment lib/thunarx-2/thunar-archive-plugin.a
@comment lib/thunarx-2/thunar-archive-plugin.la
@ -48,5 +48,5 @@ share/locale/ur/LC_MESSAGES/thunar-archive-plugin.mo
share/locale/ur_PK/LC_MESSAGES/thunar-archive-plugin.mo
share/locale/zh_CN/LC_MESSAGES/thunar-archive-plugin.mo
share/locale/zh_TW/LC_MESSAGES/thunar-archive-plugin.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2011/10/14 11:37:24 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT = Thunar vcs integration plugin
XFCE_VERSION = 0.1.4
THUNAR_PLUGIN = thunar-vcs-plugin
REVISION= 1
REVISION= 2
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
@ -19,6 +19,8 @@ CONFIGURE_ARGS += --disable-linker-opts
# correctly find bindtextdomain
CONFIGURE_ENV += LIBS='-liconv'
MODFXCE_ICON_CACHE= Yes
RUN_DEPENDS = x11/xfce4/thunar \
devel/git
BUILD_DEPENDS +=x11/xfce4/thunar

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2011/03/20 20:27:00 landry Exp $
@comment $OpenBSD: PLIST,v 1.9 2011/12/03 22:32:21 ajacoutot Exp $
@conflict thunar-vcs-plugin-*
%%SHARED%%
@comment lib/thunarx-2/thunar-vcs-plugin.a
@ -29,5 +29,5 @@ share/locale/sv/LC_MESSAGES/thunar-vcs-plugin.mo
share/locale/ur/LC_MESSAGES/thunar-vcs-plugin.mo
share/locale/ur_PK/LC_MESSAGES/thunar-vcs-plugin.mo
share/locale/zh_CN/LC_MESSAGES/thunar-vcs-plugin.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2011/10/13 21:25:44 jasper Exp $
# $OpenBSD: Makefile,v 1.42 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 file manager
@ -7,7 +7,7 @@ XFCE_PROJECT= Thunar
# :L is here for a reason
PKGNAME= ${DISTNAME:L}
REVISION= 0
REVISION= 1
SHARED_LIBS= thunarx-2 0.0
@ -19,6 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
NO_REGRESS= Yes
CONFIGURE_ENV= ac_cv_header_sys_ucred_h=yes \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.16 2011/09/20 23:03:09 landry Exp $
@comment $OpenBSD: PLIST,v 1.17 2011/12/03 22:32:21 ajacoutot Exp $
@conflict xffm-*
%%SHARED%%
@bin bin/Thunar
@ -447,7 +447,7 @@ share/pixmaps/Thunar/
share/pixmaps/Thunar/Thunar-about-logo.png
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/thunar-tpa.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.40 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.41 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 essential utilities and scripts
XFCE_PROJECT= xfce-utils
XFCE_VERSION= 4.8.3
REVISION = 0
REVISION = 1
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS= x11/xfce4/libxfce4ui>=4.8.0 \
x11/dbus-glib

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.17 2011/09/22 22:20:10 landry Exp $
@comment $OpenBSD: PLIST,v 1.18 2011/12/03 22:32:21 ajacoutot Exp $
bin/startxfce4
bin/xfbrowser4
@bin bin/xfce4-about
@ -191,7 +191,7 @@ share/locale/zh_CN/LC_MESSAGES/xfce-utils.mo
share/locale/zh_TW/LC_MESSAGES/xfce-utils.mo
share/xsessions/
share/xsessions/xfce.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.32 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.33 2011/12/03 22:32:21 ajacoutot Exp $
COMMENT= Xfce4 application finder
XFCE_PROJECT= xfce4-appfinder
REVISION = 0
REVISION = 1
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -13,6 +13,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS= --disable-linker-opts
LIB_DEPENDS= x11/xfce4/garcon \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2011/01/18 20:28:24 landry Exp $
@comment $OpenBSD: PLIST,v 1.15 2011/12/03 22:32:21 ajacoutot Exp $
@bin bin/xfce4-appfinder
share/applications/xfce4-appfinder.desktop
share/icons/
@ -109,7 +109,7 @@ share/locale/ur_PK/LC_MESSAGES/
share/locale/ur_PK/LC_MESSAGES/xfce4-appfinder.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-appfinder.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-appfinder.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.32 2011/12/03 22:32:21 ajacoutot Exp $
ONLY_FOR_ARCHS= ${APM_ARCHS}
@ -6,7 +6,7 @@ COMMENT= Xfce4 battery monitor panel plugin
XFCE_VERSION= 1.0.0
XFCE_PLUGIN= battery
REVISION= 1
REVISION= 2
# BSD
PERMIT_DISTFILES_CDROM= Yes
@ -16,6 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
LIB_DEPENDS = x11/xfce4/libxfcegui4
MODFXCE_ICON_CACHE= Yes
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2011/01/03 22:31:48 landry Exp $
@comment $OpenBSD: PLIST,v 1.9 2011/12/03 22:32:21 ajacoutot Exp $
@conflict xfce4-battery-plugin-*
libexec/xfce4/
libexec/xfce4/panel-plugins/
@ -79,5 +79,5 @@ share/locale/zh_TW/LC_MESSAGES/xfce4-battery-plugin.mo
share/xfce4/
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/battmon.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.31 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.32 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 clipboard history panel plugin
XFCE_VERSION= 1.1.3
XFCE_PLUGIN= clipman
REVISION = 0
REVISION = 1
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS+= x11/xfce4/xfconf \
x11/xfce4/libxfcegui4 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2011/01/18 21:02:04 landry Exp $
@comment $OpenBSD: PLIST,v 1.11 2011/12/03 22:32:22 ajacoutot Exp $
@bin bin/xfce4-clipman
@bin bin/xfce4-clipman-settings
@bin bin/xfce4-popup-clipman
@ -131,7 +131,7 @@ share/xfce4/doc/zh_CN/images/clipman-settings-general.png
share/xfce4/doc/zh_CN/xfce4-clipman-plugin.html
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/xfce4-clipman-plugin.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 cpu usage graph panel plugin
XFCE_VERSION= 1.0.1
XFCE_PLUGIN= cpugraph
REVISION = 2
REVISION = 3
# GPLv2+
PERMIT_DISTFILES_CDROM= Yes
@ -13,6 +13,8 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS = x11/xfce4/libxfcegui4
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2010/12/05 18:13:18 landry Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/12/03 22:32:22 ajacoutot Exp $
@conflict xfce4-diskperf-plugin-*
libexec/xfce4/
libexec/xfce4/panel-plugins/
@ -70,5 +70,5 @@ share/locale/zh_TW/LC_MESSAGES/xfce4-cpugraph-plugin.mo
share/xfce4/
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/cpugraph.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 dictionary application
XFCE_VERSION= 0.6.0
XFCE_GOODIE= xfce4-dict
REVISION= 4
REVISION= 5
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS= x11/xfce4/xfce4-panel \
x11/xfce4/libxfcegui4

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.9 2009/12/31 12:01:26 landry Exp $
@comment $OpenBSD: PLIST,v 1.10 2011/12/03 22:32:22 ajacoutot Exp $
@bin bin/xfce4-dict
libexec/xfce4/
libexec/xfce4/panel-plugins/
@ -55,7 +55,7 @@ share/locale/zh_CN/LC_MESSAGES/xfce4-dict.mo
share/xfce4/
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/xfce4-dict-plugin.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.28 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT = Xfce4 disk usage monitor panel plugin
XFCE_VERSION = 1.0.0
XFCE_PLUGIN = fsguard
REVISION = 1
REVISION = 2
# BSD
PERMIT_DISTFILES_CDROM= Yes
@ -13,6 +13,8 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES = x11/xfce4
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS = x11/xfce4/libxfcegui4
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2010/12/23 16:44:46 landry Exp $
@comment $OpenBSD: PLIST,v 1.11 2011/12/03 22:32:22 ajacoutot Exp $
@conflict xfce4-fsguard-plugin-*
libexec/xfce4/
libexec/xfce4/panel-plugins/
@ -98,5 +98,5 @@ share/locale/zh_TW/LC_MESSAGES/xfce4-fsguard-plugin.mo
share/xfce4/
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/fsguard.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 mailboxes monitor panel plugin
XFCE_VERSION= 1.1.0
XFCE_PLUGIN= mailwatch
REVISION= 8
REVISION= 9
HOMEPAGE= http://spuriousinterrupt.org/projects/mailwatch
@ -17,6 +17,8 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS+= security/gnutls
LIB_DEPENDS+= x11/xfce4/libxfcegui4 \
security/libgcrypt

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2009/12/21 16:07:44 landry Exp $
@comment $OpenBSD: PLIST,v 1.6 2011/12/03 22:32:22 ajacoutot Exp $
libexec/xfce4/
libexec/xfce4/panel-plugins/
@bin libexec/xfce4/panel-plugins/xfce4-mailwatch-plugin
@ -69,5 +69,5 @@ share/xfce4/doc/C/images/mailwatch-properties.png
share/xfce4/doc/C/xfce4-mailwatch-plugin.html
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/mailwatch.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.25 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 network load monitor panel plugin
XFCE_VERSION= 1.0.0
XFCE_PLUGIN= netload
REVISION = 1
REVISION = 2
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -13,6 +13,8 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS+= x11/xfce4/libxfcegui4
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2010/12/08 20:13:48 landry Exp $
@comment $OpenBSD: PLIST,v 1.8 2011/12/03 22:32:22 ajacoutot Exp $
libexec/xfce4/
libexec/xfce4/panel-plugins/
@bin libexec/xfce4/panel-plugins/xfce4-netload-plugin
@ -70,5 +70,5 @@ share/locale/zh_CN/LC_MESSAGES/xfce4-netload-plugin.mo
share/xfce4/
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/netload.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.34 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.35 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 sticky notes panel plugin
XFCE_VERSION= 1.7.7
XFCE_PLUGIN= notes
REVISION= 1
REVISION= 2
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -15,6 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE = Yes
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS += devel/libunique
LIB_DEPENDS += x11/xfce4/libxfcegui4

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.15 2011/01/18 21:34:58 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.16 2011/12/03 22:32:22 ajacoutot Exp $
@bin bin/xfce4-notes
@bin bin/xfce4-notes-settings
@bin bin/xfce4-popup-notes
@ -109,7 +109,7 @@ share/xfce4-notes-plugin/pixmaps/notes-menu-active.png
share/xfce4-notes-plugin/pixmaps/notes-menu.png
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/xfce4-notes-plugin-47.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.45 2011/10/13 17:19:15 jasper Exp $
# $OpenBSD: Makefile,v 1.46 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 desktop panel
XFCE_PROJECT= xfce4-panel
XFCE_VERSION= 4.8.6
SHARED_LIBS= xfce4panel-1.0 0.0 # 3.0
REVISION= 0
REVISION= 1
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -15,6 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS=--disable-linker-opts
LIB_DEPENDS= x11/xfce4/exo>=0.6.0 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2011/09/22 10:56:38 landry Exp $
@comment $OpenBSD: PLIST,v 1.21 2011/12/03 22:32:22 ajacoutot Exp $
@conflict xfce4-datetime-*
@conflict xfce4-iconbox-*
@conflict xfce4-showdesktop-*
@ -292,7 +292,7 @@ share/xfce4/panel/plugins/showdesktop.desktop
share/xfce4/panel/plugins/systray.desktop
share/xfce4/panel/plugins/tasklist.desktop
share/xfce4/panel/plugins/windowmenu.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT = Xfce4 power manager
XFCE_VERSION = 1.0.10
XFCE_GOODIE = xfce4-power-manager
REVISION = 0
REVISION = 1
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES = x11/xfce4
MODXFCE_DESKTOP_FILE = Yes
MODFXCE_ICON_CACHE = Yes
LIB_DEPENDS = x11/xfce4/xfce4-panel \
devel/libnotify

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/23 19:18:15 landry Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/12/03 22:32:22 ajacoutot Exp $
@bin bin/xfce4-power-information
@bin bin/xfce4-power-manager
@bin bin/xfce4-power-manager-settings
@ -320,7 +320,7 @@ share/xfce4/doc/C/images/xfpm-general-settings.png
share/xfce4/doc/C/xfce4-power-manager.html
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/xfce4-brightness-plugin.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 desktop screenshot panel plugin
XFCE_VERSION= 1.7.9
XFCE_GOODIE= xfce4-screenshooter
REVISION= 1
REVISION= 2
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -19,6 +19,7 @@ LIB_DEPENDS= x11/xfce4/xfce4-panel \
devel/libsoup
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
WANTLIB += GL ICE SM X11 X11-xcb Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2011/01/18 21:09:46 landry Exp $
@comment $OpenBSD: PLIST,v 1.6 2011/12/03 22:32:22 ajacoutot Exp $
@bin bin/xfce4-screenshooter
libexec/xfce4/
libexec/xfce4/panel-plugins/
@ -160,7 +160,7 @@ share/xfce4/doc/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png
share/xfce4/doc/zh_CN/xfce4-screenshooter.html
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/screenshooter.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.53 2011/11/24 10:22:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.54 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 session manager
XFCE_PROJECT= xfce4-session
XFCE_VERSION= 4.8.2
REVISION= 1
REVISION= 2
SHARED_LIBS += xfsm-4.6 0.0 # .0.0
@ -16,6 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS= --disable-linker-opts \
--disable-hal \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2011/09/16 21:03:46 landry Exp $
@comment $OpenBSD: PLIST,v 1.21 2011/12/03 22:32:22 ajacoutot Exp $
@conflict xfce4-toys-*
%%SHARED%%
@bin bin/xfce4-session
@ -232,7 +232,7 @@ share/xfce4/panel-plugins/
share/xfce4/panel-plugins/xfsm-logout-plugin.desktop
share/xfce4/tips/
share/xfce4/tips/tips
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.39 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.40 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 temperature/weather conditions panel plugin
XFCE_VERSION= 0.7.4
XFCE_PLUGIN= weather
REVISION= 1
REVISION= 2
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS= textproc/libxml
LIB_DEPENDS += x11/xfce4/libxfcegui4

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2011/03/03 21:11:29 landry Exp $
@comment $OpenBSD: PLIST,v 1.13 2011/12/03 22:32:22 ajacoutot Exp $
@conflict xfce4-weather-plugin-*
libexec/xfce4/
libexec/xfce4/panel-plugins/
@ -117,5 +117,5 @@ share/xfce4/weather/icons/liquid/7.png
share/xfce4/weather/icons/liquid/8.png
share/xfce4/weather/icons/liquid/9.png
share/xfce4/weather/icons/liquid/99.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 WindowMaker dockapps wrapper panel plugin
XFCE_VERSION= 0.2.0
XFCE_PLUGIN= wmdock
REVISION= 8
REVISION= 9
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODFXCE_ICON_CACHE= Yes
LIB_DEPENDS= devel/libwnck
LIB_DEPENDS += x11/xfce4/libxfcegui4

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2009/12/21 16:07:45 landry Exp $
@comment $OpenBSD: PLIST,v 1.5 2011/12/03 22:32:22 ajacoutot Exp $
libexec/xfce4/
libexec/xfce4/panel-plugins/
@bin libexec/xfce4/panel-plugins/xfce4-wmdock-plugin
@ -10,5 +10,5 @@ share/icons/hicolor/48x48/apps/xfce4-wmdock.png
share/xfce4/
share/xfce4/panel-plugins/
share/xfce4/panel-plugins/wmdock.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.41 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.42 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 desktop manager
XFCE_PROJECT= xfdesktop
XFCE_VERSION= 4.8.3
REVISION = 0
REVISION = 1
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS= --enable-thunarx \
--enable-exo

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.18 2011/09/16 21:02:23 landry Exp $
@comment $OpenBSD: PLIST,v 1.19 2011/12/03 22:32:22 ajacoutot Exp $
@bin bin/xfdesktop
@bin bin/xfdesktop-settings
@man man/man1/xfdesktop.1
@ -221,7 +221,7 @@ share/xfce4/backdrops/xfce-stripes.png
share/xfce4/backdrops/xfce-turbulence.png
share/xfce4/backdrops/xfce4gradientcurve.png
share/xfce4/backdrops/xfce4logo.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.27 2011/10/14 12:22:00 jasper Exp $
# $OpenBSD: Makefile,v 1.28 2011/12/03 22:32:22 ajacoutot Exp $
COMMENT= Xfce4 printing helper
XFCE_PROJECT= xfprint
XFCE_VERSION= 4.6.1
REVISION= 11
REVISION= 12
MASTER_SITES= http://archive.xfce.org/src/archive/${XFCE_PROJECT}/${XFCE_BRANCH}/
SHARED_LIBS= xfprint 0.1
@ -17,6 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_DESKTOP_FILE= Yes
MODFXCE_ICON_CACHE= Yes
CONFIGURE_ARGS= --enable-cups \
--enable-bsdlpr \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2011/01/18 21:34:59 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.9 2011/12/03 22:32:22 ajacoutot Exp $
%%SHARED%%
@bin bin/xfprint-settings
@bin bin/xfprint4
@ -172,7 +172,7 @@ share/xfce4/doc/fr/images/xfprint_prettyprinting.png
share/xfce4/doc/fr/images/xfprint_sheets.png
share/xfce4/doc/fr/images/xfprint_virtualpages.png
share/xfce4/doc/fr/xfprint.html
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database