[Midnightbsd-cvs] CVS Commit: mports/x11-themes: Add icon naming utils, part of tango.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 15 01:03:37 EDT 2007
Log Message:
-----------
Add icon naming utils, part of tango. This is used by newer Gnome ports. If we ever want to get part of that in for GTK apps, this is needed.
Modified Files:
--------------
mports/x11-themes:
Makefile (r1.5 -> r1.6)
Added Files:
-----------
mports/x11-themes/icon-naming-utils:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-themes/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lx11-themes/Makefile -Lx11-themes/Makefile -u -r1.5 -r1.6
--- x11-themes/Makefile
+++ x11-themes/Makefile
@@ -7,6 +7,7 @@
SUBDIR += etoile-etoilemenus
SUBDIR += etoile-iconkit
SUBDIR += etoile-wildmenus
+ SUBDIR += icon-naming-utils
SUBDIR += kdeartwork3
SUBDIR += linux-hicolor-icon-theme
--- /dev/null
+++ x11-themes/icon-naming-utils/pkg-descr
@@ -0,0 +1,3 @@
+Icon naming utilities of the Tango project.
+
+WWW: http://tango-project.org/
--- /dev/null
+++ x11-themes/icon-naming-utils/pkg-plist
@@ -0,0 +1,6 @@
+libexec/icon-name-mapping
+share/dtds/legacy-icon-mapping.dtd
+libdata/pkgconfig/icon-naming-utils.pc
+%%DATADIR%%/legacy-icon-mapping.xml
+ at dirrm share/dtds
+ at dirrm share/icon-naming-utils
--- /dev/null
+++ x11-themes/icon-naming-utils/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: icon-naming-utils
+# Date created: 2005-11-05
+# Whom: Phillip Neumann <pneumann at gmail.com>
+#
+# $MidnightBSD: mports/x11-themes/icon-naming-utils/Makefile,v 1.1 2007/08/15 05:03:35 laffer1 Exp $
+# $FreeBSD: ports/x11-themes/icon-naming-utils/Makefile,v 1.8 2007/03/04 20:26:22 rafan Exp $
+#
+
+PORTNAME= icon-naming-utils
+PORTVERSION= 0.8.2
+CATEGORIES= x11-themes
+MASTER_SITES= http://tango.freedesktop.org/releases/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Utilities of the Tango project
+LICENSE= gpl2
+
+BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
+
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack pkgconfig gnometarget
+
+pre-configure:
+ @ ${REINPLACE_CMD} -e "s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-themes/icon-naming-utils/distinfo
@@ -0,0 +1,3 @@
+MD5 (icon-naming-utils-0.8.2.tar.gz) = 76e6afde567bd17b4fe095aa0ec90531
+SHA256 (icon-naming-utils-0.8.2.tar.gz) = 87fe398d5f4853400afb6afbb41835db3cde954845369e406d739d66b3058056
+SIZE (icon-naming-utils-0.8.2.tar.gz) = 66393
More information about the Midnightbsd-cvs
mailing list