Initial import of icon-naming-utils, version 0.8.1:
Icon Naming Utilities is a program that helps with the transition to the new naming scheme defined by the Tango project. This utility maps the icon names used by the GNOME and KDE desktops to the icon names proposed in the Icon Naming Specification.
This commit is contained in:
parent
477468e8d0
commit
4c2b64c57e
5 changed files with 55 additions and 0 deletions
4
graphics/icon-naming-utils/DESCR
Normal file
4
graphics/icon-naming-utils/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Icon Naming Utilities is a program that helps with the transition to the
|
||||
new naming scheme defined by the Tango project. This utility maps the
|
||||
icon names used by the GNOME and KDE desktops to the icon names proposed
|
||||
in the Icon Naming Specification.
|
19
graphics/icon-naming-utils/Makefile
Normal file
19
graphics/icon-naming-utils/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= icon-naming-utils-0.8.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://tango-project.org/releases/
|
||||
|
||||
MAINTAINER= jmmv@NetBSD.org
|
||||
HOMEPAGE= http://tango.freedesktop.org/
|
||||
COMMENT= Adapts GNOME and KDE icon names to the Icon Naming Specification
|
||||
|
||||
BUILD_DEPENDS+= p5-XML-Simple>=2.14:../../textproc/p5-XML-Simple
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_DIRS+= xdg-1.4
|
||||
USE_LANGUAGES= # none, not even C
|
||||
USE_TOOLS+= gmake intltool perl:run
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
graphics/icon-naming-utils/PLIST
Normal file
7
graphics/icon-naming-utils/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $
|
||||
libexec/icon-name-mapping
|
||||
share/dtds/legacy-icon-mapping.dtd
|
||||
share/icon-naming-utils/legacy-icon-mapping.xml
|
||||
share/pkgconfig/icon-naming-utils.pc
|
||||
@dirrm share/icon-naming-utils
|
||||
@comment in xdg-dirs: @dirrm share/dtds
|
20
graphics/icon-naming-utils/buildlink3.mk
Normal file
20
graphics/icon-naming-utils/buildlink3.mk
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
ICON_NAMING_UTILS_BUILDLINK3_MK:= ${ICON_NAMING_UTILS_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= icon-naming-utils
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nicon-naming-utils}
|
||||
BUILDLINK_PACKAGES+= icon-naming-utils
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}icon-naming-utils
|
||||
|
||||
.if ${ICON_NAMING_UTILS_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.1
|
||||
BUILDLINK_DEPMETHOD.icon-naming-utils?= build
|
||||
BUILDLINK_PKGSRCDIR.icon-naming-utils?= ../../graphics/icon-naming-utils
|
||||
.endif # ICON_NAMING_UTILS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
graphics/icon-naming-utils/distinfo
Normal file
5
graphics/icon-naming-utils/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $
|
||||
|
||||
SHA1 (icon-naming-utils-0.8.1.tar.gz) = 0e69f29f294de6d84dd0f1dff3824510cdcde06f
|
||||
RMD160 (icon-naming-utils-0.8.1.tar.gz) = f023b4d5d003b69c79dcfcef249fff5a5e193f35
|
||||
Size (icon-naming-utils-0.8.1.tar.gz) = 63132 bytes
|
Loading…
Reference in a new issue