[Midnightbsd-cvs] mports: x11-toolkits/libgnomeui: Update to 2.20.1.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 22 00:10:37 EDT 2008


Log Message:
-----------
Update to 2.20.1.1

Modified Files:
--------------
    mports/x11-toolkits/libgnomeui:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

Removed Files:
-------------
    mports/x11-toolkits/libgnomeui/files:
        patch-libgnomeui_gnome-thumbnail.c

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/libgnomeui/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11-toolkits/libgnomeui/pkg-plist -L x11-toolkits/libgnomeui/pkg-plist -u -r1.1 -r1.2
--- x11-toolkits/libgnomeui/pkg-plist
+++ x11-toolkits/libgnomeui/pkg-plist
@@ -60,8 +60,6 @@
 lib/libgnomeui-2.so
 lib/libgnomeui-2.so.0
 libdata/pkgconfig/libgnomeui-2.0.pc
-libexec/gnome_segv2
-share/gnome/pixmaps/gnome-about-logo.png
 share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/ar/LC_MESSAGES/libgnomeui-2.0.mo
@@ -96,6 +94,7 @@
 share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/hr/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo
+share/locale/hy/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/it/LC_MESSAGES/libgnomeui-2.0.mo
@@ -119,6 +118,7 @@
 share/locale/nl/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/nn/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/nso/LC_MESSAGES/libgnomeui-2.0.mo
+share/locale/oc/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/or/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/pa/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/pl/LC_MESSAGES/libgnomeui-2.0.mo
@@ -127,6 +127,7 @@
 share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo
+share/locale/si/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/sq/LC_MESSAGES/libgnomeui-2.0.mo
@@ -149,6 +150,7 @@
 share/locale/zh_HK/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo
+share/pixmaps/gnome-about-logo.png
 @dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/filesystems
 @dirrm include/libgnomeui-2.0/libgnomeui
 @dirrm include/libgnomeui-2.0
@@ -166,8 +168,12 @@
 @dirrmtry share/locale/te
 @dirrmtry share/locale/sr at ije/LC_MESSAGES
 @dirrmtry share/locale/sr at ije
+ at dirrmtry share/locale/si/LC_MESSAGES
+ at dirrmtry share/locale/si
 @dirrmtry share/locale/rw/LC_MESSAGES
 @dirrmtry share/locale/rw
+ at dirrmtry share/locale/oc/LC_MESSAGES
+ at dirrmtry share/locale/oc
 @dirrmtry share/locale/nso/LC_MESSAGES
 @dirrmtry share/locale/nso
 @dirrmtry share/locale/mr/LC_MESSAGES
@@ -178,6 +184,8 @@
 @dirrmtry share/locale/mg
 @dirrmtry share/locale/ku/LC_MESSAGES
 @dirrmtry share/locale/ku
+ at dirrmtry share/locale/hy/LC_MESSAGES
+ at dirrmtry share/locale/hy
 @dirrmtry share/locale/dz/LC_MESSAGES
 @dirrmtry share/locale/dz
 @dirrmtry share/locale/bn_IN/LC_MESSAGES
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/libgnomeui/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11-toolkits/libgnomeui/Makefile -L x11-toolkits/libgnomeui/Makefile -u -r1.1 -r1.2
--- x11-toolkits/libgnomeui/Makefile
+++ x11-toolkits/libgnomeui/Makefile
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	libgnomeui
-PORTVERSION=	2.18.1
+PORTVERSION=	2.20.1.1
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -33,7 +33,7 @@
 		referencehack
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:15
-USE_BISON=	yes
+USE_BISON=	build
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/libgnomeui/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11-toolkits/libgnomeui/distinfo -L x11-toolkits/libgnomeui/distinfo -u -r1.1 -r1.2
--- x11-toolkits/libgnomeui/distinfo
+++ x11-toolkits/libgnomeui/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libgnomeui-2.18.1.tar.bz2) = dbdb274517ad643d9397dd6868788631
-SHA256 (gnome2/libgnomeui-2.18.1.tar.bz2) = d6eef491e70fcc2c1e5b94f6a8dbb3774443b3b76b1ca5d62bfb5b802df14120
-SIZE (gnome2/libgnomeui-2.18.1.tar.bz2) = 1462027
+MD5 (gnome2/libgnomeui-2.20.1.1.tar.bz2) = d1f500c5d33ce93159b4952bb476fcf3
+SHA256 (gnome2/libgnomeui-2.20.1.1.tar.bz2) = 133933c70234ecd4560cec165034c21c94598c24c34138ed1ee1770f52328cef
+SIZE (gnome2/libgnomeui-2.20.1.1.tar.bz2) = 1445994
--- x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-thumbnail.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- libgnomeui/gnome-thumbnail.c.orig	Sat Jan 21 23:11:21 2006
-+++ libgnomeui/gnome-thumbnail.c	Sat Jan 21 23:10:52 2006
-@@ -994,11 +994,7 @@ gnome_thumbnail_factory_generate_thumbna
-     return NULL;
- 
-   width = gdk_pixbuf_get_width (pixbuf);
--  g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-width",
--			  g_strdup_printf ("%d", width), g_free);
-   height = gdk_pixbuf_get_height (pixbuf);
--  g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-height",
--			  g_strdup_printf ("%d", height), g_free);
- 
-   if (width > size || height > size)
-     {
-@@ -1011,6 +1007,13 @@ gnome_thumbnail_factory_generate_thumbna
-       g_object_unref (pixbuf);
-       pixbuf = scaled;
-     }
-+
-+  width = gdk_pixbuf_get_width (pixbuf);
-+  g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-width",
-+			  g_strdup_printf ("%d", width), g_free);
-+  height = gdk_pixbuf_get_height (pixbuf);
-+  g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-height",
-+			  g_strdup_printf ("%d", height), g_free);
-   
-   return pixbuf;
- }


More information about the Midnightbsd-cvs mailing list