Add a run_dependency on rsvg. Most icons are svg now so instead of
wondering why some icons seem missing, make sure we are actually able to display theme. Idea from Debian.
This commit is contained in:
parent
67a55ea7f5
commit
b2e3b2d66f
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2009/10/10 13:45:31 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2009/10/14 16:57:15 ajacoutot Exp $
|
||||
|
||||
COMMENT= base icon theme for GNOME
|
||||
COMMENT= base icon theme for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-icon-theme
|
||||
GNOME_VERSION= 2.28.0
|
||||
CATEGORIES= x11
|
||||
GNOME_PROJECT= gnome-icon-theme
|
||||
GNOME_VERSION= 2.28.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -12,14 +14,15 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= x11/gnome
|
||||
MODULES= x11/gnome
|
||||
|
||||
BUILD_DEPENDS= :gettext-*:devel/gettext \
|
||||
:icon-naming-utils->=0.8.90:x11/icon-naming-utils
|
||||
BUILD_DEPENDS= :gettext-*:devel/gettext \
|
||||
:icon-naming-utils->=0.8.90:x11/icon-naming-utils
|
||||
RUN_DEPENDS= ::x11/gnome/librsvg
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= No
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= No
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2009/10/10 13:45:31 jasper Exp $
|
||||
lib/pkgconfig/
|
||||
@comment $OpenBSD: PLIST,v 1.22 2009/10/14 16:57:15 ajacoutot Exp $
|
||||
lib/pkgconfig/gnome-icon-theme.pc
|
||||
share/icons/
|
||||
share/icons/gnome/
|
||||
share/icons/gnome/16x16/
|
||||
share/icons/gnome/16x16/actions/
|
||||
|
Loading…
Reference in New Issue
Block a user