- add homepage
- scrollkeeper fix (and update PLIST accordingly) - add desktop-file-utils as run_depend (and update PLIST accordingly) - add "-q" to gtk-update-icon-cache @exec from Mikolaj Kucharski
This commit is contained in:
parent
4c056a5ac1
commit
285eb7638f
@ -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"
|
COMMENT= "Unicode character map for the GNOME project"
|
||||||
|
|
||||||
DISTNAME= gucharmap-1.10.0
|
DISTNAME= gucharmap-1.10.0
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= x11/gnome
|
CATEGORIES= x11/gnome
|
||||||
SHARED_LIBS += gucharmap 0.0 # .6.1
|
SHARED_LIBS += gucharmap 0.0 # .6.1
|
||||||
|
|
||||||
|
HOMEPAGE= http://www.gnome.org/
|
||||||
|
|
||||||
# GPL
|
# GPL
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
@ -26,7 +29,8 @@ EXTRACT_SUFX= .tar.bz2
|
|||||||
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
|
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||||
:gnome-doc-utils-*:x11/gnome/doc-utils
|
:gnome-doc-utils-*:x11/gnome/doc-utils
|
||||||
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui
|
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
|
MODULES= devel/gettext
|
||||||
|
|
||||||
@ -40,4 +44,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -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%%
|
%%SHARED%%
|
||||||
bin/charmap
|
bin/charmap
|
||||||
bin/gnome-character-map
|
bin/gnome-character-map
|
||||||
@ -184,5 +184,9 @@ share/omf/gucharmap/gucharmap-ru.omf
|
|||||||
share/omf/gucharmap/gucharmap-sv.omf
|
share/omf/gucharmap/gucharmap-sv.omf
|
||||||
share/omf/gucharmap/gucharmap-zh_CN.omf
|
share/omf/gucharmap/gucharmap-zh_CN.omf
|
||||||
share/omf/gucharmap/gucharmap-zh_TW.omf
|
share/omf/gucharmap/gucharmap-zh_TW.omf
|
||||||
@exec %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 -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
|
||||||
|
Loading…
Reference in New Issue
Block a user