diff --git a/x11/gnome/gucharmap/Makefile b/x11/gnome/gucharmap/Makefile index f40fe9b6b35..dc164be4546 100644 --- a/x11/gnome/gucharmap/Makefile +++ b/x11/gnome/gucharmap/Makefile @@ -1,11 +1,14 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/05/10 19:30:12 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2007/05/13 18:01:47 jasper Exp $ COMMENT= "Unicode character map for the GNOME project" DISTNAME= gucharmap-1.10.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11/gnome SHARED_LIBS += gucharmap 0.0 # .6.1 +HOMEPAGE= http://www.gnome.org/ + # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -26,7 +29,8 @@ EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \ :gnome-doc-utils-*:x11/gnome/doc-utils LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui -RUN_DEPENDS= :yelp-*:x11/gnome/yelp +RUN_DEPENDS= :yelp-*:x11/gnome/yelp \ + :desktop-file-utils-*:devel/desktop-file-utils MODULES= devel/gettext @@ -40,4 +44,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update + .include diff --git a/x11/gnome/gucharmap/pkg/PLIST b/x11/gnome/gucharmap/pkg/PLIST index 7b4b0d0271b..02bf05838d9 100644 --- a/x11/gnome/gucharmap/pkg/PLIST +++ b/x11/gnome/gucharmap/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/10 19:30:12 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/05/13 18:01:47 jasper Exp $ %%SHARED%% bin/charmap bin/gnome-character-map @@ -184,5 +184,9 @@ share/omf/gucharmap/gucharmap-ru.omf share/omf/gucharmap/gucharmap-sv.omf share/omf/gucharmap/gucharmap-zh_CN.omf share/omf/gucharmap/gucharmap-zh_TW.omf -@exec %D/bin/gtk-update-icon-cache -f -t %D/share/icons/hicolor -@unexec %D/bin/gtk-update-icon-cache -f -t %D/share/icons/hicolor +@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/scrollkeeper-update -q +@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database