pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/libgnomecups update to 0.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/053c22724531
branches:  trunk
changeset: 556963:053c22724531
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Apr 07 11:12:27 2009 +0000

description:
update to 0.2.3
changes:
-Cleanups and build fixes
-fixes
-Translation updates

diffstat:

 print/libgnomecups/Makefile |   7 +++----
 print/libgnomecups/PLIST    |  13 +++++++++++--
 print/libgnomecups/distinfo |   8 ++++----
 3 files changed, 18 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r 17a7b0d33d34 -r 053c22724531 print/libgnomecups/Makefile
--- a/print/libgnomecups/Makefile       Tue Apr 07 11:10:00 2009 +0000
+++ b/print/libgnomecups/Makefile       Tue Apr 07 11:12:27 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2008/07/14 12:56:11 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2009/04/07 11:12:27 drochner Exp $
 #
 
-DISTNAME=      libgnomecups-0.2.2
-PKGREVISION=   5
+DISTNAME=      libgnomecups-0.2.3
 CATEGORIES=    print gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgnomecups/0.2/}
 
@@ -12,7 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_TOOLS+=            intltool msgfmt pkg-config
+USE_TOOLS+=            intltool msgfmt pkg-config gmake
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
diff -r 17a7b0d33d34 -r 053c22724531 print/libgnomecups/PLIST
--- a/print/libgnomecups/PLIST  Tue Apr 07 11:10:00 2009 +0000
+++ b/print/libgnomecups/PLIST  Tue Apr 07 11:12:27 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:32 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/04/07 11:12:27 drochner Exp $
 include/libgnomecups-1/libgnomecups/gnome-cups-init.h
 include/libgnomecups-1/libgnomecups/gnome-cups-printer.h
 include/libgnomecups-1/libgnomecups/gnome-cups-queue.h
@@ -6,10 +6,13 @@
 include/libgnomecups-1/libgnomecups/gnome-cups-util.h
 lib/libgnomecups-1.0.la
 lib/pkgconfig/libgnomecups-1.0.pc
+share/locale/ar/LC_MESSAGES/libgnomecups.mo
 share/locale/bg/LC_MESSAGES/libgnomecups.mo
 share/locale/ca/LC_MESSAGES/libgnomecups.mo
 share/locale/cs/LC_MESSAGES/libgnomecups.mo
+share/locale/da/LC_MESSAGES/libgnomecups.mo
 share/locale/de/LC_MESSAGES/libgnomecups.mo
+share/locale/dz/LC_MESSAGES/libgnomecups.mo
 share/locale/en_CA/LC_MESSAGES/libgnomecups.mo
 share/locale/en_GB/LC_MESSAGES/libgnomecups.mo
 share/locale/es/LC_MESSAGES/libgnomecups.mo
@@ -25,23 +28,29 @@
 share/locale/it/LC_MESSAGES/libgnomecups.mo
 share/locale/ja/LC_MESSAGES/libgnomecups.mo
 share/locale/lt/LC_MESSAGES/libgnomecups.mo
+share/locale/mk/LC_MESSAGES/libgnomecups.mo
 share/locale/nb/LC_MESSAGES/libgnomecups.mo
 share/locale/ne/LC_MESSAGES/libgnomecups.mo
 share/locale/nl/LC_MESSAGES/libgnomecups.mo
-share/locale/no/LC_MESSAGES/libgnomecups.mo
+share/locale/oc/LC_MESSAGES/libgnomecups.mo
 share/locale/pa/LC_MESSAGES/libgnomecups.mo
+share/locale/pl/LC_MESSAGES/libgnomecups.mo
 share/locale/pt/LC_MESSAGES/libgnomecups.mo
 share/locale/pt_BR/LC_MESSAGES/libgnomecups.mo
 share/locale/rw/LC_MESSAGES/libgnomecups.mo
 share/locale/sk/LC_MESSAGES/libgnomecups.mo
+share/locale/sl/LC_MESSAGES/libgnomecups.mo
 share/locale/sq/LC_MESSAGES/libgnomecups.mo
 share/locale/sr/LC_MESSAGES/libgnomecups.mo
 share/locale/sr@Latn/LC_MESSAGES/libgnomecups.mo
 share/locale/sv/LC_MESSAGES/libgnomecups.mo
 share/locale/th/LC_MESSAGES/libgnomecups.mo
+share/locale/tr/LC_MESSAGES/libgnomecups.mo
 share/locale/uk/LC_MESSAGES/libgnomecups.mo
+share/locale/vi/LC_MESSAGES/libgnomecups.mo
 share/locale/wa/LC_MESSAGES/libgnomecups.mo
 share/locale/zh_CN/LC_MESSAGES/libgnomecups.mo
+share/locale/zh_HK/LC_MESSAGES/libgnomecups.mo
 share/locale/zh_TW/LC_MESSAGES/libgnomecups.mo
 @dirrm include/libgnomecups-1/libgnomecups
 @dirrm include/libgnomecups-1
diff -r 17a7b0d33d34 -r 053c22724531 print/libgnomecups/distinfo
--- a/print/libgnomecups/distinfo       Tue Apr 07 11:10:00 2009 +0000
+++ b/print/libgnomecups/distinfo       Tue Apr 07 11:12:27 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/10/16 12:52:23 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2009/04/07 11:12:27 drochner Exp $
 
-SHA1 (libgnomecups-0.2.2.tar.gz) = 61e59830965a67fbfcfeacaa5a2bc00a8b5603ef
-RMD160 (libgnomecups-0.2.2.tar.gz) = ac82e37079171f12dd689b05ae9bdd1edabd144b
-Size (libgnomecups-0.2.2.tar.gz) = 412311 bytes
+SHA1 (libgnomecups-0.2.3.tar.gz) = f7e9a2be39e4e52b346a121d738dc935f45dcee1
+RMD160 (libgnomecups-0.2.3.tar.gz) = 13215f0304440f53a3e91f0b0a02d6fcef626c44
+Size (libgnomecups-0.2.3.tar.gz) = 455261 bytes



Home | Main Index | Thread Index | Old Index