From 6a255378a96b223f05d2829d9297b345af4cf822 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 14 Oct 2009 10:11:55 +0000 Subject: [PATCH] Update to nautilus-open-terminal-0.17. --- x11/gnome/nautilus-open-terminal/Makefile | 24 ++++++++----------- x11/gnome/nautilus-open-terminal/distinfo | 10 ++++---- .../patch-src_nautilus-open-terminal_c | 15 ------------ x11/gnome/nautilus-open-terminal/pkg/PLIST | 5 +++- 4 files changed, 19 insertions(+), 35 deletions(-) delete mode 100644 x11/gnome/nautilus-open-terminal/patches/patch-src_nautilus-open-terminal_c diff --git a/x11/gnome/nautilus-open-terminal/Makefile b/x11/gnome/nautilus-open-terminal/Makefile index 13815bb2ea1..3d47a8da4f9 100644 --- a/x11/gnome/nautilus-open-terminal/Makefile +++ b/x11/gnome/nautilus-open-terminal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2009/08/11 08:39:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2009/10/14 10:11:55 ajacoutot Exp $ # dlopen() module SHARED_ONLY= Yes @@ -6,8 +6,7 @@ SHARED_ONLY= Yes COMMENT= open terminal from a nautilus folder GNOME_PROJECT= nautilus-open-terminal -GNOME_VERSION= 0.10 -PKGNAME= ${DISTNAME}p5 +GNOME_VERSION= 0.17 CATEGORIES= sysutils @@ -17,17 +16,14 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite -WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr -WANTLIB += Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation -WANTLIB += bonoboui-2 cairo crypto dbus-1 dbus-glib-1 eel-2 expat -WANTLIB += fontconfig freetype gailutil gdk-x11-2.0 gdk_pixbuf-2.0 -WANTLIB += gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 -WANTLIB += gnome-desktop-2 gnome-keyring gnomecanvas-2 gnomeui-2 -WANTLIB += gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 -WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png popt -WANTLIB += ssl startup-notification-1 util xml2 z -WANTLIB += avahi-client avahi-common avahi-glib pthread-stubs xcb +WANTLIB += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp +WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo +WANTLIB += dbus-1 dbus-glib-1 execinfo expat fontconfig freetype +WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 +WANTLIB += gnome-desktop-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 +WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 +WANTLIB += png pthread-stubs startup-notification-1 xcb xcb-atom +WANTLIB += xcb-aux xcb-event z MODULES= devel/gettext \ x11/gnome \ diff --git a/x11/gnome/nautilus-open-terminal/distinfo b/x11/gnome/nautilus-open-terminal/distinfo index cbcd1014bc4..397c04e05ee 100644 --- a/x11/gnome/nautilus-open-terminal/distinfo +++ b/x11/gnome/nautilus-open-terminal/distinfo @@ -1,5 +1,5 @@ -MD5 (gnome/nautilus-open-terminal-0.10.tar.bz2) = Z6aYWbvESEpcfE7C0AHKtQ== -RMD160 (gnome/nautilus-open-terminal-0.10.tar.bz2) = IncLE9Cju3z0pFjm3flmeoL+Dao= -SHA1 (gnome/nautilus-open-terminal-0.10.tar.bz2) = LSGRgth7Do72ar4Aatd2zOG1LQg= -SHA256 (gnome/nautilus-open-terminal-0.10.tar.bz2) = yaRMUaon3Ipqcmv1rKzCMFvFRvnpq2KN892KjS+Q9Zk= -SIZE (gnome/nautilus-open-terminal-0.10.tar.bz2) = 270841 +MD5 (gnome/nautilus-open-terminal-0.17.tar.bz2) = lEEVoqBeYtsC7XGbkTOjVA== +RMD160 (gnome/nautilus-open-terminal-0.17.tar.bz2) = lo1pCizjvZ3lwjhD4l0gB3aD9xA= +SHA1 (gnome/nautilus-open-terminal-0.17.tar.bz2) = ZfByBzchfg4rAgNlyXQzVZuaFyw= +SHA256 (gnome/nautilus-open-terminal-0.17.tar.bz2) = OSYEnQrV/I6bC1tbKECH63GCVF92p/1tv1SWrO2Asks= +SIZE (gnome/nautilus-open-terminal-0.17.tar.bz2) = 271362 diff --git a/x11/gnome/nautilus-open-terminal/patches/patch-src_nautilus-open-terminal_c b/x11/gnome/nautilus-open-terminal/patches/patch-src_nautilus-open-terminal_c deleted file mode 100644 index 34e4631dcec..00000000000 --- a/x11/gnome/nautilus-open-terminal/patches/patch-src_nautilus-open-terminal_c +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-src_nautilus-open-terminal_c,v 1.1 2009/06/11 07:21:17 ajacoutot Exp $ - -Fix double free or corruption when launching from desktop. -Gentoo bug #270650. - ---- src/nautilus-open-terminal.c.orig Tue Apr 28 08:30:12 2009 -+++ src/nautilus-open-terminal.c Thu Jun 11 09:03:21 2009 -@@ -202,7 +202,6 @@ get_terminal_command_for_file_info (NautilusFileInfo * - } else { - path = g_strdup (g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP)); - } -- g_free (path); - break; - - case FILE_INFO_SFTP: diff --git a/x11/gnome/nautilus-open-terminal/pkg/PLIST b/x11/gnome/nautilus-open-terminal/pkg/PLIST index f5be3771aed..3790ae7ac1a 100644 --- a/x11/gnome/nautilus-open-terminal/pkg/PLIST +++ b/x11/gnome/nautilus-open-terminal/pkg/PLIST @@ -1,9 +1,10 @@ -@comment $OpenBSD: PLIST,v 1.3 2009/06/11 07:21:17 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.4 2009/10/14 10:11:55 ajacoutot Exp $ lib/nautilus/ lib/nautilus/extensions-2.0/ @comment lib/nautilus/extensions-2.0/libnautilus-open-terminal.la lib/nautilus/extensions-2.0/libnautilus-open-terminal.so share/locale/ar/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/as/LC_MESSAGES/nautilus-open-terminal.mo share/locale/be/LC_MESSAGES/nautilus-open-terminal.mo share/locale/be@latin/LC_MESSAGES/nautilus-open-terminal.mo share/locale/bg/LC_MESSAGES/nautilus-open-terminal.mo @@ -28,6 +29,7 @@ share/locale/hu/LC_MESSAGES/nautilus-open-terminal.mo share/locale/it/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ja/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ka/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/kn/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ko/LC_MESSAGES/nautilus-open-terminal.mo share/locale/lt/LC_MESSAGES/nautilus-open-terminal.mo share/locale/mk/LC_MESSAGES/nautilus-open-terminal.mo @@ -51,6 +53,7 @@ share/locale/sr/LC_MESSAGES/nautilus-open-terminal.mo share/locale/sr@Latn/LC_MESSAGES/nautilus-open-terminal.mo share/locale/sv/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ta/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/te/LC_MESSAGES/nautilus-open-terminal.mo share/locale/th/LC_MESSAGES/nautilus-open-terminal.mo share/locale/tr/LC_MESSAGES/nautilus-open-terminal.mo share/locale/uk/LC_MESSAGES/nautilus-open-terminal.mo