diff --git a/x11/xfce4/notification-daemon-xfce/Makefile b/x11/xfce4/notification-daemon-xfce/Makefile index 7501545b69e..d779d751f39 100644 --- a/x11/xfce4/notification-daemon-xfce/Makefile +++ b/x11/xfce4/notification-daemon-xfce/Makefile @@ -1,22 +1,19 @@ -# $OpenBSD: Makefile,v 1.6 2008/06/02 15:37:10 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2008/07/08 11:45:38 landry Exp $ COMMENT= notification daemon for Xfce4 desktop -DISTNAME= notification-daemon-xfce-0.3.7 -PKGNAME= ${DISTNAME}p2 -HOMEPAGE= http://goodies.xfce.org/projects/applications/notification-daemon-xfce -MAINTAINER= Landry Breuil +XFCE_VERSION= 0.3.7 +XFCE_GOODIE= notification-daemon-xfce +PKGNAME= ${DISTNAME}p3 -# GPL +# GPLv2 PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes -MASTER_SITES= http://goodies.xfce.org/releases/notification-daemon-xfce/ -EXTRACT_SUFX= .tar.bz2 - -USE_GMAKE= Yes +MODULES= x11/xfce4 +DESKTOP_FILES= Yes LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \ xfce4mcs-client.>=3.5,xfce4mcs-manager.>=3.5::x11/xfce4/libxfce4mcs \ @@ -24,7 +21,6 @@ LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \ notify.>=2.2::devel/libnotify RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager \ - ::devel/desktop-file-utils \ ::x11/hicolor-icon-theme BUILD_DEPENDS= ::x11/xfce4/xfce-mcs-manager diff --git a/x11/xfce4/notification-daemon-xfce/pkg/PLIST b/x11/xfce4/notification-daemon-xfce/pkg/PLIST index 8c96cb6e8e0..35e7e19c896 100644 --- a/x11/xfce4/notification-daemon-xfce/pkg/PLIST +++ b/x11/xfce4/notification-daemon-xfce/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $OpenBSD: PLIST,v 1.2 2008/04/17 09:00:24 landry Exp $ +@comment $OpenBSD: PLIST,v 1.3 2008/07/08 11:45:38 landry Exp $ @conflict notification-daemon->=0.3.7 %%SHARED%% -bin/notification-settings +@bin bin/notification-settings lib/notification-daemon-xfce-1.0/ lib/notification-daemon-xfce-1.0/engines/ lib/notification-daemon-xfce-1.0/engines/libstandard.a @@ -10,7 +10,7 @@ lib/xfce4/ lib/xfce4/mcs-plugins/ lib/xfce4/mcs-plugins/notification_settings.a lib/xfce4/mcs-plugins/notification_settings.la -libexec/notification-daemon-xfce +@bin libexec/notification-daemon-xfce share/applications/notification-settings.desktop share/dbus-1/ share/dbus-1/services/ diff --git a/x11/xfce4/thunar-media-tags/Makefile b/x11/xfce4/thunar-media-tags/Makefile index c2b4d5936d0..44e5c47d777 100644 --- a/x11/xfce4/thunar-media-tags/Makefile +++ b/x11/xfce4/thunar-media-tags/Makefile @@ -1,23 +1,18 @@ -# $OpenBSD: Makefile,v 1.4 2008/05/24 01:24:31 fgsch Exp $ +# $OpenBSD: Makefile,v 1.5 2008/07/08 11:45:38 landry Exp $ COMMENT= media tags plugin for Thunar file manager -V= 0.1.2 -DISTNAME= thunar-media-tags-plugin-${V} -PKGNAME= thunar-media-tags-${V}p2 +XFCE_VERSION= 0.1.2 +XFCE_GOODIE= thunar-media-tags-plugin +PKGNAME= ${DISTNAME:S/-plugin//}p3 -HOMEPAGE= http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin - -# GPL +# GPLv3 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://goodies.xfce.org/releases/thunar-media-tags-plugin/ -EXTRACT_SUFX= .tar.bz2 - -USE_GMAKE= Yes +MODULES= x11/xfce4 WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo exo-0.3 \ diff --git a/x11/xfce4/thunar-media-tags/pkg/PLIST b/x11/xfce4/thunar-media-tags/pkg/PLIST index b49cabea3c5..11674fb9ad9 100644 --- a/x11/xfce4/thunar-media-tags/pkg/PLIST +++ b/x11/xfce4/thunar-media-tags/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/04 19:23:37 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.2 2008/07/08 11:45:38 landry Exp $ %%SHARED%% lib/thunarx-1/ lib/thunarx-1/thunar-media-tags-plugin.a @@ -7,8 +7,6 @@ share/locale/ca/LC_MESSAGES/thunar-media-tags-plugin.mo share/locale/cs/LC_MESSAGES/thunar-media-tags-plugin.mo share/locale/de/LC_MESSAGES/thunar-media-tags-plugin.mo share/locale/el/LC_MESSAGES/thunar-media-tags-plugin.mo -share/locale/eu/ -share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/thunar-media-tags-plugin.mo share/locale/fr/LC_MESSAGES/thunar-media-tags-plugin.mo share/locale/gl/LC_MESSAGES/thunar-media-tags-plugin.mo diff --git a/x11/xfce4/xfce4-dict/Makefile b/x11/xfce4/xfce4-dict/Makefile index ed8f2ba8500..1d78ef0163d 100644 --- a/x11/xfce4/xfce4-dict/Makefile +++ b/x11/xfce4/xfce4-dict/Makefile @@ -1,31 +1,29 @@ -# $OpenBSD: Makefile,v 1.5 2008/05/19 14:40:04 landry Exp $ +# $OpenBSD: Makefile,v 1.6 2008/07/08 11:45:38 landry Exp $ COMMENT= query a dictionary service for words or phrases -V= 0.4.0 -DISTNAME= xfce4-dict-${V} +XFCE_VERSION= 0.4.0 +XFCE_GOODIE= xfce4-dict +PKGNAME= ${DISTNAME}p0 -HOMEPAGE= http://goodies.xfce.org/projects/applications/xfce4-dict - -# GPL +# GPLv2 PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes -MASTER_SITES= http://goodies.xfce.org/releases/xfce4-dict/ +MODULES= x11/xfce4 +DESKTOP_FILES= Yes +EXTRACT_SUFX= .tar.gz #tocheck -USE_GMAKE= Yes -LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ - xfcegui4.>=4::x11/xfce4/libxfcegui4 \ - -RUN_DEPENDS= ::devel/desktop-file-utils +LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel 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 pixman-1 gthread-2.0 + startup-notification-1 xfce4util pixman-1 gthread-2.0 \ + xfcegui4 .include diff --git a/x11/xfce4/xfce4-dict/pkg/PLIST b/x11/xfce4/xfce4-dict/pkg/PLIST index 69a324b0c07..d399d6e300b 100644 --- a/x11/xfce4/xfce4-dict/pkg/PLIST +++ b/x11/xfce4/xfce4-dict/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $OpenBSD: PLIST,v 1.4 2008/05/19 14:40:04 landry Exp $ -bin/xfce4-dict +@comment $OpenBSD: PLIST,v 1.5 2008/07/08 11:45:38 landry Exp $ +@bin bin/xfce4-dict libexec/xfce4/ libexec/xfce4/panel-plugins/ -libexec/xfce4/panel-plugins/xfce4-dict-plugin +@bin libexec/xfce4/panel-plugins/xfce4-dict-plugin @man man/man1/xfce4-dict.1 share/applications/xfce4-dict.desktop share/icons/ @@ -16,8 +16,6 @@ share/locale/de/LC_MESSAGES/xfce4-dict.mo share/locale/en_GB/ share/locale/en_GB/LC_MESSAGES/ share/locale/en_GB/LC_MESSAGES/xfce4-dict.mo -share/locale/eu/ -share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/xfce4-dict.mo share/locale/fr/LC_MESSAGES/xfce4-dict.mo share/locale/hu/LC_MESSAGES/xfce4-dict.mo