Fix gtk-update-icon-cache call, prodded by ajacoutot@
Bump PKGNAMEs, and while here reorded @exec/@unexec calls for consistency. ok ajacoutot@
This commit is contained in:
parent
82bdd948de
commit
dd2c2354e8
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/12/18 20:21:15 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= extension library for xfce4
|
||||
|
||||
V= 0.3.4
|
||||
DISTNAME= exo-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
SHARED_LIBS= exo-0.3 5.0 \
|
||||
exo-hal-0.3 5.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/18 20:21:15 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 09:00:24 landry Exp $
|
||||
%%SHARED%%
|
||||
bin/exo-csource
|
||||
bin/exo-desktop-item-edit
|
||||
@ -240,7 +240,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
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/12/18 20:18:11 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= widget library for xfce4
|
||||
V= 4.4.2
|
||||
DISTNAME= libxfcegui4-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS= xfcegui4 4.0 # .6.6
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2007/12/18 20:18:11 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/04/17 09:00:24 landry Exp $
|
||||
@conflict xfce4-panel-<4.4.1
|
||||
%%SHARED%%
|
||||
include/xfce4/
|
||||
@ -190,5 +190,5 @@ share/locale/tr/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/uk/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
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/12/19 12:58:20 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= notification daemon for Xfce4 desktop
|
||||
DISTNAME= notification-daemon-xfce-0.3.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/applications/notification-daemon-xfce
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/23 14:02:40 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/04/17 09:00:24 landry Exp $
|
||||
@conflict notification-daemon->=0.3.7
|
||||
%%SHARED%%
|
||||
bin/notification-settings
|
||||
@ -24,7 +24,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
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/03/17 10:23:44 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= advanced calendar for xfce4
|
||||
|
||||
V= 4.5.12.2
|
||||
DISTNAME= orage-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/orage/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/03/17 10:23:44 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/04/17 09:00:24 landry Exp $
|
||||
@conflict xfcalendar-*
|
||||
%%SHARED%%
|
||||
bin/globaltime
|
||||
@ -544,7 +544,7 @@ share/orage/zoneinfo/zones.tab
|
||||
share/xfce4/
|
||||
share/xfce4/panel-plugins/
|
||||
share/xfce4/panel-plugins/orageclock.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/02/17 20:21:15 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= lightweight image-viewer for xfce4
|
||||
|
||||
V= 0.0.17
|
||||
DISTNAME= ristretto-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/applications/ristretto
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/02/17 20:21:15 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/04/17 09:00:24 landry Exp $
|
||||
bin/ristretto
|
||||
share/applications/ristretto.desktop
|
||||
share/icons/
|
||||
@ -41,7 +41,7 @@ share/locale/tr/LC_MESSAGES/ristretto.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/ristretto.mo
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/12/18 20:55:13 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= lightweight vte-based terminal for xfce4
|
||||
|
||||
V= 0.2.8
|
||||
DISTNAME= Terminal-${V}
|
||||
PKGNAME= terminal-${V}
|
||||
PKGNAME= terminal-${V}p0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/terminal/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/18 20:55:13 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 09:00:24 landry Exp $
|
||||
bin/Terminal
|
||||
bin/terminal
|
||||
libexec/TerminalHelp
|
||||
@ -179,7 +179,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
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/12/18 20:37:41 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= lightweight file manager for xfce4
|
||||
|
||||
V= 0.9.0
|
||||
DISTNAME= Thunar-${V}
|
||||
PKGNAME= thunar-${V}
|
||||
PKGNAME= thunar-${V}p0
|
||||
|
||||
SHARED_LIBS= thunarx-1 5.1 \
|
||||
thunar-vfs-1 5.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/12/18 20:37:41 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/04/17 09:00:24 landry Exp $
|
||||
@conflict xffm-*
|
||||
%%SHARED%%
|
||||
bin/Thunar
|
||||
@ -450,7 +450,7 @@ share/thumbnailers/
|
||||
share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
|
||||
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
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2007/12/18 20:23:56 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= settings manager for xfce4
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce-mcs-manager-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/18 20:23:56 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 09:00:24 landry Exp $
|
||||
bin/xfce-mcs-manager
|
||||
bin/xfce-setting-show
|
||||
include/xfce4/
|
||||
@ -125,7 +125,7 @@ share/xfce4/doc/it/images/smgr_from_panel.png
|
||||
share/xfce4/doc/it/images/smgr_from_root_menu.png
|
||||
share/xfce4/doc/it/images/smgr_from_setup_button.png
|
||||
share/xfce4/doc/it/xfce-mcs-manager.html
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2007/12/19 12:56:54 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= settings manager plug-ins for xfce4
|
||||
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce-mcs-plugins-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/18 20:26:39 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 09:00:24 landry Exp $
|
||||
%%SHARED%%
|
||||
lib/xfce4/
|
||||
lib/xfce4/mcs-plugins/
|
||||
@ -93,7 +93,7 @@ share/xfce4/doc/it/images/keyboard_settings.png
|
||||
share/xfce4/doc/it/images/mouse_settings.png
|
||||
share/xfce4/doc/it/images/user_interface_settings.png
|
||||
share/xfce4/doc/it/xfce-mcs-plugins.html
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2008/02/13 13:08:53 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= essential utilities and scripts for xfce4
|
||||
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce-utils-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/xfce-utils/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2007/12/18 20:30:02 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/04/17 09:00:24 landry Exp $
|
||||
bin/startxfce4
|
||||
bin/xfbrowser4
|
||||
bin/xfce4-about
|
||||
@ -107,5 +107,5 @@ share/xfce4/doc/it/index.html
|
||||
share/xfce4/doc/xfce-chunk.css
|
||||
share/xfce4/doc/xfce-mouse.png
|
||||
share/xfce4/doc/xfce.css
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2007/12/18 21:02:20 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= xfce4 application finder
|
||||
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce4-appfinder-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/xfce4-appfinder/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/18 21:02:20 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 09:00:24 landry Exp $
|
||||
bin/xfce4-appfinder
|
||||
share/applications/
|
||||
share/applications/xfce4-appfinder.desktop
|
||||
@ -97,7 +97,7 @@ share/xfce4/doc/fr/images/appfinder-handle-popup.png
|
||||
share/xfce4/doc/fr/images/appfinder-item-popup.png
|
||||
share/xfce4/doc/fr/images/default_appfinder.png
|
||||
share/xfce4/doc/fr/xfce4-appfinder.html
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2008/02/26 19:39:09 jcs Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 arm i386 powerpc sparc
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= battery monitor panel plugin for xfce4
|
||||
|
||||
V= 0.5.0
|
||||
DISTNAME= xfce4-battery-plugin-${V}
|
||||
PKGNAME= xfce4-battery-${V}p1
|
||||
PKGNAME= xfce4-battery-${V}p2
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/05/28 19:53:07 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/04/17 09:00:24 landry Exp $
|
||||
@conflict xfce4-battery-plugin-*
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
@ -22,5 +22,5 @@ share/locale/eu/LC_MESSAGES/xfce4-battery-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-battery-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-battery-plugin.mo
|
||||
share/xfce4/panel-plugins/battmon.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/12/18 21:11:33 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/04/17 09:00:24 landry Exp $
|
||||
|
||||
COMMENT= monitors a chosen mountpoint for free disk space
|
||||
|
||||
V= 0.4.0
|
||||
DISTNAME= xfce4-fsguard-plugin-${V}
|
||||
PKGNAME= xfce4-fsguard-${V}p0
|
||||
PKGNAME= xfce4-fsguard-${V}p1
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/18 21:11:33 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 09:00:24 landry Exp $
|
||||
@conflict xfce4-fsguard-plugin-*
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
@ -50,5 +50,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
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/12/18 20:48:58 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2008/04/17 09:00:24 landry Exp $
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= icon theme for xfce4
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce4-icon-theme-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/12/18 20:48:58 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/04/17 09:00:24 landry Exp $
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/xfce4-icon-theme-1.0.pc
|
||||
share/icons/
|
||||
@ -1631,6 +1631,6 @@ share/icons/Rodent/scalable/stock/volume-zero.svg
|
||||
share/xfce4/
|
||||
share/xfce4/mime/
|
||||
share/xfce4/mime/Rodent.mime.xml
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Rodent
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Rodent
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Rodent 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Rodent 2> /dev/null || true
|
||||
@extra share/icons/Rodent/icon-theme.cache
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/12/18 20:44:12 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= volume mixer module for xfce4-panel
|
||||
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce4-mixer-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS= xfce4mixer 1.0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/xfce4-mixer
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/12/18 20:44:12 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/04/17 09:00:25 landry Exp $
|
||||
%%SHARED%%
|
||||
bin/xfce4-mixer
|
||||
lib/libxfce4mixer.a
|
||||
@ -66,7 +66,7 @@ share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/xfce4/panel-plugins/
|
||||
share/xfce4/panel-plugins/xfce4-mixer.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/12/18 21:15:48 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= sticky notes for the xfce4 desktop
|
||||
|
||||
V= 1.4.1
|
||||
DISTNAME= xfce4-notes-plugin-${V}
|
||||
PKGNAME= xfce4-notes-${V}p1
|
||||
PKGNAME= xfce4-notes-${V}p2
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/18 21:15:48 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 09:00:25 landry Exp $
|
||||
bin/xfce4-popup-notes
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
@ -34,5 +34,5 @@ share/locale/zh_TW/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/xfce4/
|
||||
share/xfce4/panel-plugins/
|
||||
share/xfce4/panel-plugins/xfce4-notes-plugin.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/12/18 20:41:27 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= panel for Xfce4 desktop
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce4-panel-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
SHARED_LIBS= xfce4panel 2.3 #2.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2007/12/18 20:41:27 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/04/17 09:00:25 landry Exp $
|
||||
@conflict xfce4-datetime-*
|
||||
@conflict xfce4-iconbox-*
|
||||
@conflict xfce4-showdesktop-*
|
||||
@ -173,7 +173,7 @@ share/xfce4/panel-plugins/showdesktop.desktop
|
||||
share/xfce4/panel-plugins/systray.desktop
|
||||
share/xfce4/panel-plugins/tasklist.desktop
|
||||
share/xfce4/panel-plugins/windowlist.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2008/02/05 12:52:09 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= xfce4 session manager
|
||||
|
||||
V= 4.4.2
|
||||
DISTNAME= xfce4-session-${V}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
SHARED_LIBS += xfsm-4.2 0.1 # .0.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/02/05 12:52:09 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/04/17 09:00:25 landry Exp $
|
||||
@conflict xfce4-toys-*
|
||||
%%SHARED%%
|
||||
bin/xfce4-autostart-editor
|
||||
@ -129,7 +129,7 @@ share/xfce4/tips/tips
|
||||
share/xfce4/tips/tips.dat
|
||||
share/xsessions/
|
||||
share/xsessions/xfce4.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2007/12/18 21:31:36 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= see temperature/weather conditions on the xfce4 panel
|
||||
|
||||
V= 0.6.2
|
||||
DISTNAME= xfce4-weather-plugin-${V}
|
||||
PKGNAME= xfce4-weather-${V}p0
|
||||
PKGNAME= xfce4-weather-${V}p1
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/11/19 13:26:06 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 09:00:25 landry Exp $
|
||||
@conflict xfce4-weather-plugin-*
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
@ -98,5 +98,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
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/04 11:27:34 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= integrates WindowMaker dockapps into xfce4 panel
|
||||
|
||||
V= 0.1.8
|
||||
DISTNAME= xfce4-wmdock-plugin-${V}
|
||||
PKGNAME= xfce4-wmdock-${V}
|
||||
PKGNAME= xfce4-wmdock-${V}p0
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/04 11:27:34 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/04/17 09:00:25 landry Exp $
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
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
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/12/18 20:39:20 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= xfce4 desktop manager
|
||||
|
||||
V= 4.4.2
|
||||
DISTNAME= xfdesktop-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/xfdesktop/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2007/12/18 20:39:20 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/04/17 09:00:25 landry Exp $
|
||||
%%SHARED%%
|
||||
bin/xfce4-menueditor
|
||||
bin/xfce4-popup-menu
|
||||
@ -178,7 +178,7 @@ share/xfce4/doc/fr/images/xfdesktop-list.png
|
||||
share/xfce4/doc/fr/xfdesktop.html
|
||||
share/xfce4/panel-plugins/
|
||||
share/xfce4/panel-plugins/xfce4-menu.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/04 11:22:58 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/04/17 09:00:25 landry Exp $
|
||||
|
||||
COMMENT= printing helper for xfce4
|
||||
|
||||
V= 4.4.2
|
||||
DISTNAME= xfprint-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
SHARED_LIBS= xfprint 0.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/04 11:22:58 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/04/17 09:00:25 landry Exp $
|
||||
%%SHARED%%
|
||||
bin/xfprint4
|
||||
bin/xfprint4-manager
|
||||
@ -119,7 +119,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
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user