Purpose of this icon theme is to extend the base icon theme that follows the Tango style guidelines for specific purposes. This would include OSD messages, panel system/notification area, and possibly menu icons. Icons follow the naming specification, but have a -symbolic suffix, so only applications specifically looking up these symbolic icons will render them. If a -symbolic icon is missing, the app will fall back to the regular name. ok jasper@
39 lines
874 B
Makefile
39 lines
874 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/13 08:43:36 ajacoutot Exp $
|
|
|
|
COMMENT= base icon theme extension for special UI contexts
|
|
|
|
GNOME_PROJECT= gnome-icon-theme-symbolic
|
|
GNOME_VERSION= 3.0.0
|
|
|
|
CATEGORIES= x11
|
|
|
|
# CC Attribution-Share Alike 3.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
x11/icon-naming-utils \
|
|
x11/icontool
|
|
RUN_DEPENDS= x11/gnome3/icon-theme \
|
|
x11/gnome/librsvg
|
|
|
|
PKG_ARCH= *
|
|
|
|
USE_LIBTOOL= No
|
|
|
|
CONFIGURE_ENV= ac_cv_path_GIT=false \
|
|
ac_cv_path_INKSCAPE=false \
|
|
ac_cv_path_ICONTOOL_RENDER=false
|
|
CONFIGURE_ARGS= --enable-icon-mapping
|
|
|
|
# no need to build_depends on gtk+2|gtk+3, we run gtk-update-icon-cache
|
|
# at pkg_add time if it is available
|
|
post-extract:
|
|
ln -sf /usr/bin/true ${WRKDIR}/bin/gtk-update-icon-cache
|
|
|
|
.include <bsd.port.mk>
|