From 84d8c06b72dc933e640ae1eabb1ab9654281c16e Mon Sep 17 00:00:00 2001 From: landry Date: Tue, 18 Dec 2007 21:08:10 +0000 Subject: [PATCH] - Fix WANTLIB, bump PKGNAME - don't RUN_DEPENDS on xfce4-panel as xfce4 is not built on static archs ok ajacoutot@ steven@ --- x11/xfce4/xfce4-clipman/Makefile | 12 +++++------- x11/xfce4/xfce4-clipman/pkg/PLIST | 6 +++++- x11/xfce4/xfce4-dict/Makefile | 18 ++++++++---------- x11/xfce4/xfce4-dict/pkg/PLIST | 6 +++++- x11/xfce4/xfce4-diskperf/Makefile | 12 +++++------- x11/xfce4/xfce4-diskperf/pkg/PLIST | 6 +++++- x11/xfce4/xfce4-genmon/Makefile | 12 +++++------- x11/xfce4/xfce4-genmon/pkg/PLIST | 4 +++- x11/xfce4/xfce4-mailwatch/Makefile | 8 +++----- x11/xfce4/xfce4-mailwatch/pkg/PLIST | 15 ++++++++++++++- x11/xfce4/xfce4-mpc/Makefile | 11 +++++------ x11/xfce4/xfce4-mpc/pkg/PLIST | 4 +++- x11/xfce4/xfce4-netload/Makefile | 12 +++++------- x11/xfce4/xfce4-netload/pkg/PLIST | 6 +++++- x11/xfce4/xfce4-notes/Makefile | 14 ++++++-------- x11/xfce4/xfce4-notes/pkg/PLIST | 12 +++++++++++- x11/xfce4/xfce4-systemload/Makefile | 14 ++++++-------- x11/xfce4/xfce4-systemload/pkg/PLIST | 8 +++++++- x11/xfce4/xfce4-time-out/Makefile | 12 +++++------- x11/xfce4/xfce4-time-out/pkg/PLIST | 8 +++++++- x11/xfce4/xfce4-verve/Makefile | 14 ++++++-------- x11/xfce4/xfce4-verve/pkg/PLIST | 8 +++++++- 22 files changed, 131 insertions(+), 91 deletions(-) diff --git a/x11/xfce4/xfce4-clipman/Makefile b/x11/xfce4/xfce4-clipman/Makefile index 2c4a034b3ce..275d200967a 100644 --- a/x11/xfce4/xfce4-clipman/Makefile +++ b/x11/xfce4/xfce4-clipman/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.15 2007/12/18 21:08:10 landry Exp $ COMMENT= clipboard history plugin for the xfce4 panel V= 0.8.0 DISTNAME= xfce4-clipman-plugin-${V} -PKGNAME= xfce4-clipman-${V} +PKGNAME= xfce4-clipman-${V}p1 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin @@ -21,13 +21,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ +WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-clipman/pkg/PLIST b/x11/xfce4/xfce4-clipman/pkg/PLIST index 263174c757f..a6f4f7f1725 100644 --- a/x11/xfce4/xfce4-clipman/pkg/PLIST +++ b/x11/xfce4/xfce4-clipman/pkg/PLIST @@ -1,10 +1,12 @@ -@comment $OpenBSD: PLIST,v 1.3 2007/05/10 19:28:10 steven Exp $ +@comment $OpenBSD: PLIST,v 1.4 2007/12/18 21:08:10 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-clipman-plugin share/locale/ca/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/de/LC_MESSAGES/xfce4-clipman-plugin.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-clipman-plugin.mo @@ -12,4 +14,6 @@ share/locale/ja/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/pt_BR/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-clipman-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/clipman.desktop diff --git a/x11/xfce4/xfce4-dict/Makefile b/x11/xfce4/xfce4-dict/Makefile index c572c82ef85..cbb65d52fd4 100644 --- a/x11/xfce4/xfce4-dict/Makefile +++ b/x11/xfce4/xfce4-dict/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/18 21:09:25 landry Exp $ COMMENT= query a dictionary server from the xfce4 panel V= 0.2.1 DISTNAME= xfce4-dict-plugin-${V} -PKGNAME= xfce4-dict-${V} +PKGNAME= xfce4-dict-${V}p0 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin @@ -21,13 +21,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= ICE SM X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ - atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ - gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ - pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - startup-notification-1 xfce4util.>=1 gthread-2.0 pthread +WANTLIB= ICE SM X11 Xdmcp Xrender Xdamage Xau fontconfig freetype \ + Xcursor Xext Xfixes Xi Xinerama Xcomposite Xrandr expat \ + atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 m z c \ + gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 pcre \ + pangoft2-1.0 pangocairo-1.0 cairo glitz png pthread \ + startup-notification-1 xfce4util gthread-2.0 .include diff --git a/x11/xfce4/xfce4-dict/pkg/PLIST b/x11/xfce4/xfce4-dict/pkg/PLIST index a7d86bec36f..4c1ce86705c 100644 --- a/x11/xfce4/xfce4-dict/pkg/PLIST +++ b/x11/xfce4/xfce4-dict/pkg/PLIST @@ -1,7 +1,9 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/17 10:50:13 steven Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/18 21:09:25 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-dict-plugin +share/icons/ +share/icons/hicolor/ share/icons/hicolor/scalable/ share/icons/hicolor/scalable/apps/ share/icons/hicolor/scalable/apps/dict-icon.svg @@ -11,4 +13,6 @@ share/locale/de/LC_MESSAGES/xfce4-dict-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-dict-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-dict-plugin.mo share/locale/pt_BR/LC_MESSAGES/xfce4-dict-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/dict.desktop diff --git a/x11/xfce4/xfce4-diskperf/Makefile b/x11/xfce4/xfce4-diskperf/Makefile index 4ef65a30b5c..80c902a2cfe 100644 --- a/x11/xfce4/xfce4-diskperf/Makefile +++ b/x11/xfce4/xfce4-diskperf/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.14 2007/12/18 21:10:22 landry Exp $ COMMENT= displays instant disk performance in the xfce4 panel V= 2.1.0 DISTNAME= xfce4-diskperf-plugin-${V} -PKGNAME= xfce4-diskperf-${V} +PKGNAME= xfce4-diskperf-${V}p1 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin @@ -21,13 +21,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ +WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-diskperf/pkg/PLIST b/x11/xfce4/xfce4-diskperf/pkg/PLIST index 7b2d4997265..effdcc6b5ca 100644 --- a/x11/xfce4/xfce4-diskperf/pkg/PLIST +++ b/x11/xfce4/xfce4-diskperf/pkg/PLIST @@ -1,11 +1,15 @@ -@comment $OpenBSD: PLIST,v 1.3 2007/05/11 14:02:02 steven Exp $ +@comment $OpenBSD: PLIST,v 1.4 2007/12/18 21:10:22 landry Exp $ @conflict xfce4-diskperf-plugin-* libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-diskperf-plugin share/locale/ca/LC_MESSAGES/xfce4-diskperf-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-diskperf-plugin.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/xfce4-diskperf-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-diskperf-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-diskperf-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/diskperf.desktop diff --git a/x11/xfce4/xfce4-genmon/Makefile b/x11/xfce4/xfce4-genmon/Makefile index 61b5a82da02..7e470621079 100644 --- a/x11/xfce4/xfce4-genmon/Makefile +++ b/x11/xfce4/xfce4-genmon/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/18 21:12:28 landry Exp $ COMMENT= generic monitor for the xfce4 panel V= 3.1 DISTNAME= xfce4-genmon-plugin-${V} -PKGNAME= xfce4-genmon-${V} +PKGNAME= xfce4-genmon-${V}p0 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin @@ -21,13 +21,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ +WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-genmon/pkg/PLIST b/x11/xfce4/xfce4-genmon/pkg/PLIST index 8aa96953146..4108f37a032 100644 --- a/x11/xfce4/xfce4-genmon/pkg/PLIST +++ b/x11/xfce4/xfce4-genmon/pkg/PLIST @@ -1,8 +1,10 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/17 09:25:13 steven Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/18 21:12:28 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-genmon-plugin share/locale/cs/LC_MESSAGES/xfce4-genmon-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-genmon-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-genmon-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/genmon.desktop diff --git a/x11/xfce4/xfce4-mailwatch/Makefile b/x11/xfce4/xfce4-mailwatch/Makefile index 96ede7275c4..dab1f0e5d48 100644 --- a/x11/xfce4/xfce4-mailwatch/Makefile +++ b/x11/xfce4/xfce4-mailwatch/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/26 13:08:10 landry Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/18 21:13:16 landry Exp $ COMMENT= monitor various types of mailboxes V= 1.0.1 DISTNAME= xfce4-mailwatch-plugin-${V} -PKGNAME= xfce4-mailwatch-${V}p0 +PKGNAME= xfce4-mailwatch-${V}p1 HOMEPAGE= http://spuriousinterrupt.org/projects/mailwatch MAINTAINER= Landry Breuil @@ -22,14 +22,12 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - WANTLIB= ICE SM X11 Xdmcp Xrender Xau Xdamage fontconfig freetype \ Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 pcre m z c\ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 pthread \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - gthread-2.0 startup-notification-1 xfce4util.>=1 + gthread-2.0 startup-notification-1 xfce4util CONFIGURE_ARGS= --disable-ssl diff --git a/x11/xfce4/xfce4-mailwatch/pkg/PLIST b/x11/xfce4/xfce4-mailwatch/pkg/PLIST index efc372c8975..e174fb39b24 100644 --- a/x11/xfce4/xfce4-mailwatch/pkg/PLIST +++ b/x11/xfce4/xfce4-mailwatch/pkg/PLIST @@ -1,7 +1,11 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/30 10:01:10 steven Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/18 21:13:16 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-mailwatch-plugin +share/icons/ +share/icons/hicolor/ +share/icons/hicolor/48x48/ +share/icons/hicolor/48x48/apps/ share/icons/hicolor/48x48/apps/xfce-newmail.png share/icons/hicolor/48x48/apps/xfce-nomail.png share/icons/hicolor/scalable/ @@ -11,15 +15,23 @@ share/icons/hicolor/scalable/apps/xfce-nomail.svg share/locale/ca/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/de/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/el/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/fi/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/gu/ +share/locale/gu/LC_MESSAGES/ share/locale/gu/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/ja/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/pt_BR/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/ru/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/vi/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/xfce4/ +share/xfce4/doc/ +share/xfce4/doc/C/ +share/xfce4/doc/C/images/ share/xfce4/doc/C/images/mailwatch-gmail-settings.png share/xfce4/doc/C/images/mailwatch-imap-advanced.png share/xfce4/doc/C/images/mailwatch-imap-new-folders.png @@ -34,4 +46,5 @@ share/xfce4/doc/C/images/mailwatch-pop3-advanced.png share/xfce4/doc/C/images/mailwatch-pop3-settings.png 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 diff --git a/x11/xfce4/xfce4-mpc/Makefile b/x11/xfce4/xfce4-mpc/Makefile index f72f2e15d64..12c03acb826 100644 --- a/x11/xfce4/xfce4-mpc/Makefile +++ b/x11/xfce4/xfce4-mpc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/18 21:13:54 landry Exp $ COMMENT= simple client plugin for Music Player Daemon V= 0.3.2 DISTNAME= xfce4-mpc-plugin-${V} -PKGNAME= xfce4-mpc-${V} +PKGNAME= xfce4-mpc-${V}p0 MAINTAINER= Landry Breuil HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin @@ -23,12 +23,11 @@ LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ CONFIGURE_ARGS= --without-libmpd -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel -WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ +WANTLIB= X11 Xdmcp Xrender Xdamage Xau fontconfig freetype m z c \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-mpc/pkg/PLIST b/x11/xfce4/xfce4-mpc/pkg/PLIST index f4f43f69c60..631bf404d31 100644 --- a/x11/xfce4/xfce4-mpc/pkg/PLIST +++ b/x11/xfce4/xfce4-mpc/pkg/PLIST @@ -1,8 +1,10 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/31 12:28:13 steven Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/18 21:13:54 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-mpc-plugin share/locale/cs/LC_MESSAGES/xfce4-mpc-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-mpc-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-mpc-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/xfce4-mpc-plugin.desktop diff --git a/x11/xfce4/xfce4-netload/Makefile b/x11/xfce4/xfce4-netload/Makefile index 2bb2f5073ad..8d9ca1108fe 100644 --- a/x11/xfce4/xfce4-netload/Makefile +++ b/x11/xfce4/xfce4-netload/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.14 2007/12/18 21:15:04 landry Exp $ COMMENT= displays load of a network interface in the xfce4 panel V= 0.4.0 DISTNAME= xfce4-netload-plugin-${V} -PKGNAME= xfce4-netload-${V} +PKGNAME= xfce4-netload-${V}p0 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin MAINTAINER= Landry Breuil @@ -22,13 +22,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ +WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-netload/pkg/PLIST b/x11/xfce4/xfce4-netload/pkg/PLIST index aec6cbd0094..f7b9126de4b 100644 --- a/x11/xfce4/xfce4-netload/pkg/PLIST +++ b/x11/xfce4/xfce4-netload/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.4 2007/05/10 14:01:32 steven Exp $ +@comment $OpenBSD: PLIST,v 1.5 2007/12/18 21:15:04 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-netload-plugin @@ -6,7 +6,11 @@ share/locale/ca/LC_MESSAGES/xfce4-netload-plugin.mo share/locale/de/LC_MESSAGES/xfce4-netload-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-netload-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-netload-plugin.mo +share/locale/lt/ +share/locale/lt/LC_MESSAGES/ share/locale/lt/LC_MESSAGES/xfce4-netload-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-netload-plugin.mo share/locale/uk/LC_MESSAGES/xfce4-netload-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/netload.desktop diff --git a/x11/xfce4/xfce4-notes/Makefile b/x11/xfce4/xfce4-notes/Makefile index 539b2aec764..10140c2b056 100644 --- a/x11/xfce4/xfce4-notes/Makefile +++ b/x11/xfce4/xfce4-notes/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.15 2007/12/18 21:15:48 landry Exp $ COMMENT= sticky notes for the xfce4 desktop V= 1.4.1 DISTNAME= xfce4-notes-plugin-${V} -PKGNAME= xfce4-notes-${V}p0 +PKGNAME= xfce4-notes-${V}p1 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin @@ -21,13 +21,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= ICE SM X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ - atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ +WANTLIB= ICE SM X11 Xdmcp Xrender Xdamage Xau fontconfig freetype \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ + atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 m z c \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-notes/pkg/PLIST b/x11/xfce4/xfce4-notes/pkg/PLIST index 045f28662bb..9f5c96e7163 100644 --- a/x11/xfce4/xfce4-notes/pkg/PLIST +++ b/x11/xfce4/xfce4-notes/pkg/PLIST @@ -1,12 +1,18 @@ -@comment $OpenBSD: PLIST,v 1.5 2007/05/28 19:53:07 steven Exp $ +@comment $OpenBSD: PLIST,v 1.6 2007/12/18 21:15:48 landry Exp $ bin/xfce4-popup-notes libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-notes-plugin +share/icons/ +share/icons/hicolor/ +share/icons/hicolor/16x16/ +share/icons/hicolor/16x16/apps/ share/icons/hicolor/16x16/apps/xfce4-notes-plugin.png share/icons/hicolor/22x22/ share/icons/hicolor/22x22/apps/ share/icons/hicolor/22x22/apps/xfce4-notes-plugin.png +share/icons/hicolor/24x24/ +share/icons/hicolor/24x24/apps/ share/icons/hicolor/24x24/apps/xfce4-notes-plugin.png share/icons/hicolor/32x32/ share/icons/hicolor/32x32/apps/ @@ -17,12 +23,16 @@ share/icons/hicolor/scalable/apps/xfce4-notes-plugin.svg share/locale/ca/LC_MESSAGES/xfce4-notes-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-notes-plugin.mo share/locale/de/LC_MESSAGES/xfce4-notes-plugin.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/xfce4-notes-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-notes-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-notes-plugin.mo share/locale/nl/LC_MESSAGES/xfce4-notes-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-notes-plugin.mo 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 diff --git a/x11/xfce4/xfce4-systemload/Makefile b/x11/xfce4/xfce4-systemload/Makefile index f14fb82c021..74df8c83171 100644 --- a/x11/xfce4/xfce4-systemload/Makefile +++ b/x11/xfce4/xfce4-systemload/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.14 2007/12/18 21:17:30 landry Exp $ COMMENT= displays cpu/memory/swap/uptime in xfce4 panel V= 0.4.2 DISTNAME= xfce4-systemload-plugin-${V} -PKGNAME= xfce4-systemload-${V} +PKGNAME= xfce4-systemload-${V}p0 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin MAINTAINER= Landry Breuil @@ -22,13 +22,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c kvm \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ - atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ +WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype kvm \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ + atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 m z c \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-systemload/pkg/PLIST b/x11/xfce4/xfce4-systemload/pkg/PLIST index e2fb071fe67..f120e906840 100644 --- a/x11/xfce4/xfce4-systemload/pkg/PLIST +++ b/x11/xfce4/xfce4-systemload/pkg/PLIST @@ -1,15 +1,19 @@ -@comment $OpenBSD: PLIST,v 1.3 2007/05/08 22:12:18 steven Exp $ +@comment $OpenBSD: PLIST,v 1.4 2007/12/18 21:17:30 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-systemload-plugin share/locale/ca/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/de/LC_MESSAGES/xfce4-systemload-plugin.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/gl/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-systemload-plugin.mo +share/locale/lt/ +share/locale/lt/LC_MESSAGES/ share/locale/lt/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/nl/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-systemload-plugin.mo @@ -18,4 +22,6 @@ share/locale/sv/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/uk/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/vi/LC_MESSAGES/xfce4-systemload-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-systemload-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/systemload.desktop diff --git a/x11/xfce4/xfce4-time-out/Makefile b/x11/xfce4/xfce4-time-out/Makefile index 7a9a71e5298..c96f7798f33 100644 --- a/x11/xfce4/xfce4-time-out/Makefile +++ b/x11/xfce4/xfce4-time-out/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/18 21:18:09 landry Exp $ COMMENT= locks your screen and forces you to take a break V= 0.1.0 DISTNAME= xfce4-time-out-plugin-${V} -PKGNAME= xfce4-time-out-${V} +PKGNAME= xfce4-time-out-${V}p0 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin MAINTAINER= Landry Breuil @@ -22,13 +22,11 @@ USE_GMAKE= Yes LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ xfcegui4.>=4::x11/xfce4/libxfcegui4 \ -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ +WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 + xfce4util .include diff --git a/x11/xfce4/xfce4-time-out/pkg/PLIST b/x11/xfce4/xfce4-time-out/pkg/PLIST index 33f2620c9c9..63c88ca24c9 100644 --- a/x11/xfce4/xfce4-time-out/pkg/PLIST +++ b/x11/xfce4/xfce4-time-out/pkg/PLIST @@ -1,10 +1,16 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/29 07:41:04 steven Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/18 21:18:09 landry Exp $ libexec/xfce4/ libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/xfce4-time-out-plugin +share/icons/ +share/icons/hicolor/ +share/icons/hicolor/48x48/ +share/icons/hicolor/48x48/apps/ share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png share/icons/hicolor/scalable/ share/icons/hicolor/scalable/apps/ share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg share/locale/de/LC_MESSAGES/xfce4-time-out-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/xfce4-time-out-plugin.desktop diff --git a/x11/xfce4/xfce4-verve/Makefile b/x11/xfce4/xfce4-verve/Makefile index e025ae1fb5f..fa5af71103c 100644 --- a/x11/xfce4/xfce4-verve/Makefile +++ b/x11/xfce4/xfce4-verve/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/15 20:04:27 merdely Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/18 21:18:50 landry Exp $ COMMENT= command line plugin for the xfce4 panel V= 0.3.5 DISTNAME= verve-plugin-${V} -PKGNAME= xfce4-verve-${V} +PKGNAME= xfce4-verve-${V}p0 HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/verve-plugin @@ -23,14 +23,12 @@ LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ dbus-glib-1::x11/dbus-glib \ pcre::devel/pcre -RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel - -WANTLIB= ICE SM X11 Xdmcp Xrender Xau fontconfig freetype m z c \ - Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ - atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ +WANTLIB= ICE SM X11 Xdmcp Xrender Xdamage Xau fontconfig freetype \ + Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ + atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 m z c \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo glitz png \ - xfce4util.>=1 exo-0.3 gthread-2.0 pthread \ + xfce4util exo-0.3 gthread-2.0 pthread \ startup-notification-1 dbus-1 .include diff --git a/x11/xfce4/xfce4-verve/pkg/PLIST b/x11/xfce4/xfce4-verve/pkg/PLIST index 9972c32305d..362281ed218 100644 --- a/x11/xfce4/xfce4-verve/pkg/PLIST +++ b/x11/xfce4/xfce4-verve/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/11 19:01:26 steven Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/18 21:18:50 landry Exp $ bin/verve-focus libexec/xfce4/ libexec/xfce4/panel-plugins/ @@ -8,6 +8,8 @@ share/locale/cs/LC_MESSAGES/verve-plugin.mo share/locale/de/LC_MESSAGES/verve-plugin.mo share/locale/el/LC_MESSAGES/verve-plugin.mo share/locale/eo/LC_MESSAGES/verve-plugin.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/verve-plugin.mo share/locale/fi/LC_MESSAGES/verve-plugin.mo share/locale/fr/LC_MESSAGES/verve-plugin.mo @@ -15,10 +17,14 @@ share/locale/hu/LC_MESSAGES/verve-plugin.mo share/locale/it/LC_MESSAGES/verve-plugin.mo share/locale/ja/LC_MESSAGES/verve-plugin.mo share/locale/nl/LC_MESSAGES/verve-plugin.mo +share/locale/pa/ +share/locale/pa/LC_MESSAGES/ share/locale/pa/LC_MESSAGES/verve-plugin.mo share/locale/pl/LC_MESSAGES/verve-plugin.mo share/locale/pt_BR/LC_MESSAGES/verve-plugin.mo share/locale/ru/LC_MESSAGES/verve-plugin.mo share/locale/vi/LC_MESSAGES/verve-plugin.mo share/locale/zh_TW/LC_MESSAGES/verve-plugin.mo +share/xfce4/ +share/xfce4/panel-plugins/ share/xfce4/panel-plugins/verve.desktop