pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnome-themes Remove unused target.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bd8aeb56f32
branches:  trunk
changeset: 555220:9bd8aeb56f32
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 26 07:23:25 2009 +0000

description:
Remove unused target.

diffstat:

 x11/gnome-themes/Makefile |  39 ++-------------------------------------
 1 files changed, 2 insertions(+), 37 deletions(-)

diffs (55 lines):

diff -r fa7d5e941b42 -r 9bd8aeb56f32 x11/gnome-themes/Makefile
--- a/x11/gnome-themes/Makefile Thu Feb 26 07:05:23 2009 +0000
+++ b/x11/gnome-themes/Makefile Thu Feb 26 07:23:25 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2009/01/16 10:32:04 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2009/02/26 07:23:25 wiz Exp $
 #
 
 DISTNAME=              gnome-themes-2.24.3
@@ -20,44 +20,9 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
-dont-pre-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Red
-.for f in 96x96/filesystems 72x72/filesystems 64x64/filesystems \
-    48x48/filesystems 48x48/emblems
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Red/${f}
-.endfor
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Blue
-.for f in 96x96/filesystems 72x72/filesystems 64x64/filesystems \
-    48x48/emblems
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Blue/${f}
-.endfor
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Sandy
-.for f in 96x96/filesystems 72x72/filesystems 48x48/filesystems \
-    36x36/filesystems 24x24/filesystems 12x12/filesystems
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Sandy/${f}
-.endfor
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/LowContrastLargePrint/48x48
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/HighContrastLargePrintInverse/48x48
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/HighContrastLargePrint/48x48
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Flat-Blue
-.for f in 96x96/filesystems 72x72/filesystems 72x72/devices 48x48/filesystems \
-    48x48/emblems 48x48/devices 36x36/filesystems 36x36/emblems \
-    24x24/filesystems 24x24/emblems 20x20/filesystems \
-    192x192/filesystems 12x12/filesystems 12x12/emblems scalable/emblems
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Flat-Blue/${f}
-.endfor
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Crux
-.for f in 96x96/filesystems 96x96/emblems 72x72/filesystems 72x72/emblems \
-    48x48/filesystems 48x48/emblems 36x36/filesystems \
-    24x24/filesystems 192x192/filesystems 12x12/filesystems
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Crux/${f}
-.endfor
-
-BUILDLINK_API_DEPENDS.gtk2-engines+=    gtk2-engines>=2.15.3
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/icon-naming-utils/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2-engines+=    gtk2-engines>=2.15.3
 .include "../../x11/gtk2-engines/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index