pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-volume-manager Update to 2.24.1, conver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b7c987167ce
branches:  trunk
changeset: 555090:6b7c987167ce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 24 15:24:12 2009 +0000

description:
Update to 2.24.1, convert to user-destdir.

2009-02-15  Jeffrey Stedfast  <fejj%novell.com@localhost>

        * configure.in: Bumped version to 2.24.1

        * src/manager.c: Changed all "import photos?" prompts to use the
        same gconf "don't ask again" key.
        (prompt_response_cb): Allow saving the result even if the response
        is GTK_RESPONSE_CANCEL. Fixes bug #557364.
        (gvm_prompt): Set a window icon. Fixes bug #515762.

        * gnome-volume-manager.schemas.in: Applied patch by Jerry Tan to
        default autophoto_command to `gthumb --import-photos`. Fixes bug
        #560735.

        * src/manager.c (gvm_console_kit_sesion_get_uid): ConsoleKit 0.3
        changed the return value from Int32 to UInt32 so check for either
        type. Based on a patch by Donnie Berkholz. Fixes bug #571872.

2008-09-23  Jeffrey Stedfast  <fejj%novell.com@localhost>

        Based on the patch by Herbert Pötzl

        * src/manager.c (unmount_all): Don't unmount any volumes that have
        become marked with volume.ignore.
        (gvm_device_mounted): If a volume marked for ignore gets mounted,
        don't prompt the user for anything.

diffstat:

 sysutils/gnome-volume-manager/Makefile         |  10 ++++++----
 sysutils/gnome-volume-manager/PLIST            |   7 +++++--
 sysutils/gnome-volume-manager/distinfo         |   9 ++++-----
 sysutils/gnome-volume-manager/patches/patch-ab |  16 ----------------
 4 files changed, 15 insertions(+), 27 deletions(-)

diffs (98 lines):

diff -r d786bf87540d -r 6b7c987167ce sysutils/gnome-volume-manager/Makefile
--- a/sysutils/gnome-volume-manager/Makefile    Tue Feb 24 15:14:21 2009 +0000
+++ b/sysutils/gnome-volume-manager/Makefile    Tue Feb 24 15:24:12 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/11/23 13:38:41 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/24 15:24:12 wiz Exp $
 #
 
-DISTNAME=      gnome-volume-manager-2.24.0
-PKGREVISION=   1
+DISTNAME=      gnome-volume-manager-2.24.1
 CATEGORIES=    sysutils gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-volume-manager/2.24/}
 EXTRACT_SUFX=  .tar.bz2
@@ -11,6 +10,10 @@
 HOMEPAGE=      http://www.gnome.org/
 COMMENT=       GNOME daemon to auto-mount and manage storage devices
 
+DEPENDS+=      gnome-mount>=0.8:../../sysutils/gnome-mount
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         YES
 USE_DIRS+=             gnome2-1.5
 USE_PKGLOCALEDIR=      YES
@@ -31,6 +34,5 @@
 .include "../../sysutils/hal/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
-DEPENDS+=      gnome-mount>=0.8:../../sysutils/gnome-mount
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d786bf87540d -r 6b7c987167ce sysutils/gnome-volume-manager/PLIST
--- a/sysutils/gnome-volume-manager/PLIST       Tue Feb 24 15:14:21 2009 +0000
+++ b/sysutils/gnome-volume-manager/PLIST       Tue Feb 24 15:24:12 2009 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/22 16:27:14 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/02/24 15:24:12 wiz Exp $
 bin/gnome-volume-properties
 libexec/gnome-volume-manager
 share/applications/gnome-volume-properties.desktop
 share/gconf/schemas/gnome-volume-manager.schemas
+share/gnome-volume-manager/gnome-volume-properties.glade
 share/gnome/autostart/gnome-volume-manager.desktop
-share/gnome-volume-manager/gnome-volume-properties.glade
 share/locale/ang/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/ar/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/az/LC_MESSAGES/gnome-volume-manager.mo
@@ -42,6 +42,7 @@
 share/locale/kn/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/ko/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/ku/LC_MESSAGES/gnome-volume-manager.mo
+share/locale/la/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/lt/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/lv/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/mg/LC_MESSAGES/gnome-volume-manager.mo
@@ -81,4 +82,6 @@
 share/locale/zh_HK/LC_MESSAGES/gnome-volume-manager.mo
 share/locale/zh_TW/LC_MESSAGES/gnome-volume-manager.mo
 @dirrm share/gnome-volume-manager
+@comment in gnome2-dirs: @dirrm share/gnome
+@comment in GConf: @dirrm share/gconf/schemas
 @comment in xdg-dirs: @dirrm share/applications
diff -r d786bf87540d -r 6b7c987167ce sysutils/gnome-volume-manager/distinfo
--- a/sysutils/gnome-volume-manager/distinfo    Tue Feb 24 15:14:21 2009 +0000
+++ b/sysutils/gnome-volume-manager/distinfo    Tue Feb 24 15:24:12 2009 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/11/23 13:38:41 jmcneill Exp $
+$NetBSD: distinfo,v 1.3 2009/02/24 15:24:12 wiz Exp $
 
-SHA1 (gnome-volume-manager-2.24.0.tar.bz2) = 3ce48166b1f70e3a5e6353de996c98311791f715
-RMD160 (gnome-volume-manager-2.24.0.tar.bz2) = 8cae1fe1038157cac2092b400f46f14f0b6f5fea
-Size (gnome-volume-manager-2.24.0.tar.bz2) = 400417 bytes
+SHA1 (gnome-volume-manager-2.24.1.tar.bz2) = 1a79546133708e18400b42cc1d621ab38962c573
+RMD160 (gnome-volume-manager-2.24.1.tar.bz2) = 418bff9f1e1492deb349ced1727f6aab0e360c76
+Size (gnome-volume-manager-2.24.1.tar.bz2) = 374678 bytes
 SHA1 (patch-aa) = de2b58679b657e8f03cff5610e0f5367fa3e1d76
-SHA1 (patch-ab) = ba14759380358c6b64710d88cd2f09b594315671
diff -r d786bf87540d -r 6b7c987167ce sysutils/gnome-volume-manager/patches/patch-ab
--- a/sysutils/gnome-volume-manager/patches/patch-ab    Tue Feb 24 15:14:21 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/11/23 13:38:41 jmcneill Exp $
-
---- src/manager.c.orig 2008-11-23 08:36:03.000000000 -0500
-+++ src/manager.c
-@@ -3931,11 +3931,6 @@ gvm_console_kit_session_get_uid (const c
-       dbus_message_unref (dmesg);
-       
-       dbus_message_iter_init (reply, &iter);
--      if (dbus_message_iter_get_arg_type (&iter) != DBUS_TYPE_INT32) {
--              dbg ("Unrecognized response to ConsoleKit GetUnixUser request\n");
--              dbus_message_unref (reply);
--              return FALSE;
--      }
-       
-       dbus_message_iter_get_basic (&iter, uid);
-       



Home | Main Index | Thread Index | Old Index