- Fix WANTLIB, bump PKGNAME
- don't RUN_DEPENDS on xfce4-panel as xfce4 is not built on static archs - no need to RUN_DEPENDS on hicolor-icon-theme too ok ajacoutot@ steven@
This commit is contained in:
parent
84d8c06b72
commit
17a11942db
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/10/26 13:09:42 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2007/12/18 21:11:33 landry Exp $
|
||||
|
||||
COMMENT= monitors a chosen mountpoint for free disk space
|
||||
|
||||
V= 0.4.0
|
||||
DISTNAME= xfce4-fsguard-plugin-${V}
|
||||
PKGNAME= xfce4-fsguard-${V}
|
||||
PKGNAME= xfce4-fsguard-${V}p0
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
@ -22,14 +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 \
|
||||
::x11/hicolor-icon-theme
|
||||
|
||||
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 <bsd.port.mk>
|
||||
|
@ -1,28 +1,44 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/10/26 13:09:42 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/18 21:11:33 landry Exp $
|
||||
@conflict xfce4-fsguard-plugin-*
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
libexec/xfce4/panel-plugins/xfce4-fsguard-plugin
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/32x32/
|
||||
share/icons/hicolor/32x32/apps/
|
||||
share/icons/hicolor/32x32/apps/xfce4-fsguard-plugin-urgent.png
|
||||
share/icons/hicolor/32x32/apps/xfce4-fsguard-plugin-warning.png
|
||||
share/icons/hicolor/32x32/apps/xfce4-fsguard-plugin.png
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-urgent.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-warning.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin.svg
|
||||
share/locale/ca/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/nb_NO/
|
||||
share/locale/nb_NO/LC_MESSAGES/
|
||||
share/locale/nb_NO/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/pt_PT/
|
||||
share/locale/pt_PT/LC_MESSAGES/
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
@ -31,6 +47,8 @@ share/locale/sv/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user