2007-08-27 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 0.8.6 for release 2007-08-27 Rodney Dawes <dobey.pwns@gmail.com> * legacy-icon-mapping.xml: Add applications-other link to gnome-other Add phone link to stock_cell-phone Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12155 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12156 2007-08-26 Rodney Dawes <dobey.pwns@gmail.com> * README: Update with example of usage 2007-08-18 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 0.8.5 for release 2007-08-18 Rodney Dawes <dobey.pwns@gmail.com> * Makefile.am: Handle the uninstalled pc file separate from the normal pc file so we don't install it See http://bugs.freedesktop.org/show_bug.cgi?id=10222 2007-08-18 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 0.8.4 for release 2007-08-18 Rodney Dawes <dobey.pwns@gmail.com> * legacy-icon-mapping.xml: Fix mail status icons to be status and not link to the action counterparts Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11468 2007-08-18 Rodney Dawes <dobey.pwns@gmail.com> * legacy-icon-mapping.xml: Add mail-attachment link Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11467 2007-08-16 Rodney Dawes <dobey.pwns@gmail.com> * legacy-icon-mapping.xml: Add emotes context, icons, and links 2007-08-13 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 0.8.3 for release 2007-08-13 Rodney Dawes <dobey.pwns@gmail.com> * icon-name-mapping.pl.in: Update author info 2007-08-13 Rodney Dawes <dobey.pwns@gmail.com> * AUTHORS: Update my info 2007-08-13 Rodney Dawes <dobey.pwns@gmail.com> Original patch from Damien Carbery <damien.carbery@sun.com> * Makefile.am: Update to include icon-naming-utils-uninstalled.pc.in * configure.ac: Output icon-naming-utils-uninstalled.pc * icon-naming-utils-uninstalled.pc.in: Add uninstalled pc.in file Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10222 2007-08-13 Rodney Dawes <dobey.pwns@gmail.com> * legacy-icon-mapping.xml: Link help-about to gtk-about Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11168 2007-08-13 Rodney Dawes <dobey.pwns@gmail.com> Some patching from Luca Ferretti <elle.uca@libero.it> * legacy-icon-mapping.xml: Update document-revert links to use ltr/rtl forms Add links for emblem-{noread,nowrite} Add link for gtk-execute Add links for gtk-spell-check and stock_spellcheck Add link for stock_print-setup Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11479 https://bugs.freedesktop.org/show_bug.cgi?id=11480 https://bugs.freedesktop.org/show_bug.cgi?id=11481 https://bugs.freedesktop.org/show_bug.cgi?id=11482 https://bugs.freedesktop.org/show_bug.cgi?id=11507 https://bugs.freedesktop.org/show_bug.cgi?id=11532 2007-08-01 Rodney Dawes <dobey.pwns@gmail.com> Patch from Luca Ferretti <elle.uca@libero.it> * legacy-icon-mapping.xml: Update gtk-{indent,unindent} links Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11466 2007-03-23 Rodney Dawes <dobey@novell.com> * legacy-icon-mapping.xml: Add gtk-directory link to folder icon 2007-03-23 Rodney Dawes <dobey@novell.com> * legacy-icon-mapping.xml: Link process-stop to gtk-cancel 2007-02-19 Rodney Dawes <dobey@novell.com> * legacy-icon-mapping.xml: Add links for document-revert
21 lines
542 B
Makefile
21 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/11/25 23:50:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= icon-naming-utils-0.8.6
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|