From 1045839aeae9a983697158dde2757d37c9ef8bf7 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 13 Nov 2007 12:49:10 +0000 Subject: [PATCH] - fix WANTLIB; from Giovanni Bechis - add update-desktop-database and gtk-update-icon-cache goo --- x11/xpad/Makefile | 13 ++++++++----- x11/xpad/pkg/PLIST | 6 +++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index 3ceced9e882..b20be8da5b8 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2007/09/15 20:04:28 merdely Exp $ +# $OpenBSD: Makefile,v 1.13 2007/11/13 12:49:10 ajacoutot Exp $ COMMENT= virtual sticky pad system DISTNAME= xpad-2.12 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/} @@ -14,10 +14,13 @@ HOMEPAGE= http://xpad.sourceforge.net/ MODULES= devel/gettext LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils -WANTLIB= ICE SM X11 Xext Xrender atk-1.0 c z fontconfig freetype \ - glib-2.0 gmodule-2.0 gobject-2.0 m pango-1.0 glitz png \ - pangocairo-1.0 pangoft2-1.0 cairo +WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ + Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo \ + expat fontconfig freetype glib-2.0 glitz gmodule-2.0 \ + gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ + png z # GPL PERMIT_PACKAGE_CDROM= Yes diff --git a/x11/xpad/pkg/PLIST b/x11/xpad/pkg/PLIST index 308a22f7ba2..11f17d32a8b 100644 --- a/x11/xpad/pkg/PLIST +++ b/x11/xpad/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.5 2006/12/07 20:57:15 steven Exp $ +@comment $OpenBSD: PLIST,v 1.6 2007/11/13 12:49:10 ajacoutot Exp $ bin/xpad @man man/man1/xpad.1 share/applications/ @@ -30,3 +30,7 @@ share/locale/vi/LC_MESSAGES/xpad.mo share/locale/zh_TW/LC_MESSAGES/xpad.mo share/pixmaps/ share/pixmaps/xpad.png +@exec %D/bin/gtk-update-icon-cache -f -q -t %D/share/icons/hicolor +@unexec %D/bin/gtk-update-icon-cache -f -q -t %D/share/icons/hicolor +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database