diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-14 19:24:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-14 19:24:06 +0800 |
commit | abbb5251d52b87e2875ed4768f14ce63fcc7f412 (patch) | |
tree | b20532e988ff3567be876f0579895325dd6c377a | |
parent | d68a09ecf9ac1311a870436a1621db74ef03204a (diff) | |
download | marcuscom-ports-abbb5251d52b87e2875ed4768f14ce63fcc7f412.tar.gz marcuscom-ports-abbb5251d52b87e2875ed4768f14ce63fcc7f412.tar.zst marcuscom-ports-abbb5251d52b87e2875ed4768f14ce63fcc7f412.zip |
Pull in gnome-icon-theme-symbolic.
nautilus pulls in gnome-icon-theme, and with this there aren't any
red crosses anymore.
Discussed with: malco
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19858 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 60904f360..8e621f6d3 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -1,9 +1,10 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports-experimental/trunk/misc/gnome-icon-theme/Makefile 19327 2014-03-25 14:49:54Z gusi $ +# $MCom$ PORTNAME= gnome-icon-theme PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,7 +14,8 @@ COMMENT= Collection of icons for the GNOME desktop BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ + gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig tar:xz |