pkgsrc-Bugs archive

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

pkg/24868: graphics/sodipodi update to 0.34



>Number:         24868
>Category:       pkg
>Synopsis:       graphics/sodipodi update to 0.34
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 21 03:41:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kouichirou Hiratsuka
>Release:        NetBSD 1.6ZK
>Organization:
>Environment:
System: NetBSD firefly.localdomain 1.6ZK NetBSD 1.6ZK (FIREFLY.MP) #11: Sat Mar 
20 19:16:29 JST 2004 
root%firefly.localdomain@localhost:/usr/src/sys/arch/i386/compile/FIREFLY.MP 
i386
Architecture: i386
Machine: i386
>Description:
        graphics/sodipodi 0.34 is now available.

        Release Notes: http://www.sodipodi.com/index.php3?section=download

>How-To-Repeat:
        
>Fix:
Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/graphics/sodipodi/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile    8 Mar 2004 19:40:39 -0000       1.24
+++ Makefile    19 Mar 2004 12:50:32 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.24 2004/03/08 19:40:39 jmmv Exp $
 #
 
-DISTNAME=      sodipodi-0.33
-PKGREVISION=   3
+DISTNAME=      sodipodi-0.34
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
 
@@ -13,7 +12,7 @@
 DEPENDS+=      gnome2-dirs>=1.5:../../misc/gnome2-dirs
 
 GNU_CONFIGURE=         YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PKGLOCALEDIR=      YES
 USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
@@ -29,9 +28,11 @@
 
 LDFLAGS+=              ${EXPORT_SYMBOLS_LDFLAGS}
 
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../devel/popt/buildlink2.mk"
-.include "../../graphics/libart2/buildlink2.mk"
-.include "../../textproc/libxml2/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../graphics/libart2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/graphics/sodipodi/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- PLIST       8 Mar 2004 19:40:39 -0000       1.6
+++ PLIST       15 Mar 2004 17:19:45 -0000
@@ -1,6 +1,9 @@
 @comment $NetBSD: PLIST,v 1.6 2004/03/08 19:40:39 jmmv Exp $
 bin/sodipodi
 lib/sodipodi/extensions/ill2svg.pl
+lib/sodipodi/modules/libxmleditor.a
+lib/sodipodi/modules/libxmleditor.la
+lib/sodipodi/modules/libxmleditor.so
 man/man1/sodipodi.1
 share/applications/sodipodi.desktop
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/sodipodi.mo
@@ -13,12 +16,16 @@
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/sodipodi.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/sodipodi.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sodipodi.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sodipodi.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/sodipodi.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sodipodi.mo
@@ -106,6 +113,7 @@
 share/sodipodi/file_new.xpm
 share/sodipodi/file_open.xpm
 share/sodipodi/file_print.xpm
+share/sodipodi/file_print_direct.xpm
 share/sodipodi/file_print_preview.xpm
 share/sodipodi/file_save.xpm
 share/sodipodi/file_save_as.xpm
@@ -175,8 +183,11 @@
 share/sodipodi/selection_combine.xpm
 share/sodipodi/selection_down.xpm
 share/sodipodi/selection_group.xpm
+share/sodipodi/selection_intersection.xpm
+share/sodipodi/selection_subtraction.xpm
 share/sodipodi/selection_top.xpm
 share/sodipodi/selection_ungroup.xpm
+share/sodipodi/selection_union.xpm
 share/sodipodi/selection_up.xpm
 share/sodipodi/seperate_tool.xpm
 share/sodipodi/set.xpm
@@ -209,4 +220,7 @@
 share/sodipodi/zoom_page.xpm
 share/sodipodi/zoom_select.xpm
 @unexec ${RMDIR} %D/share/oaf 2> /dev/null || ${TRUE}
+@dirrm lib/sodipodi/extensions
+@dirrm lib/sodipodi/modules
+@dirrm lib/sodipodi
 @dirrm share/sodipodi
Index: distinfo
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/graphics/sodipodi/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    18 Dec 2003 04:14:05 -0000      1.6
+++ distinfo    15 Mar 2004 16:53:49 -0000
@@ -1,4 +1,4 @@
 $NetBSD: distinfo,v 1.6 2003/12/18 04:14:05 xtraeme Exp $
 
-SHA1 (sodipodi-0.33.tar.gz) = 0cba4a9957d693e8534ad081609459d268bc232f
-Size (sodipodi-0.33.tar.gz) = 2197940 bytes
+SHA1 (sodipodi-0.34.tar.gz) = 61d97af419d9c0e1dd89998d21e8c9f81857192c
+Size (sodipodi-0.34.tar.gz) = 2327501 bytes
>Release-Note:
>Audit-Trail:
>Unformatted:



Home | Main Index | Thread Index | Old Index