2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
16 lines
365 B
Makefile
16 lines
365 B
Makefile
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
PKGNAMEPREFIX= gnome-icons-
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
REASON= Themes may contain artwork not done by the author. \
|
|
Keep FreeBSD safe if theme author violated copyrights.
|
|
|
|
USES+= gnome
|
|
|
|
do-install: icon-do-install
|
|
|
|
icon-do-install:
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/
|