Tue Feb 24 15:24:12 2009 UTC ()
Update to 2.24.1, convert to user-destdir.

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

	* 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>

	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.


(wiz)
diff -r1.3 -r1.4 pkgsrc/sysutils/gnome-volume-manager/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gnome-volume-manager/PLIST
diff -r1.2 -r1.3 pkgsrc/sysutils/gnome-volume-manager/distinfo
diff -r1.1 -r0 pkgsrc/sysutils/gnome-volume-manager/patches/patch-ab

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/gnome-volume-manager/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-volume-manager/Attic/Makefile 2008/11/23 13:38:41 1.3
+++ pkgsrc/sysutils/gnome-volume-manager/Attic/Makefile 2009/02/24 15:24:12 1.4
@@ -1,36 +1,38 @@ @@ -1,36 +1,38 @@
1# $NetBSD: Makefile,v 1.3 2008/11/23 13:38:41 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.4 2009/02/24 15:24:12 wiz Exp $
2# 2#
3 3
4DISTNAME= gnome-volume-manager-2.24.0 4DISTNAME= gnome-volume-manager-2.24.1
5PKGREVISION= 1 
6CATEGORIES= sysutils gnome 5CATEGORIES= sysutils gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-volume-manager/2.24/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-volume-manager/2.24/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
12COMMENT= GNOME daemon to auto-mount and manage storage devices 11COMMENT= GNOME daemon to auto-mount and manage storage devices
13 12
 13DEPENDS+= gnome-mount>=0.8:../../sysutils/gnome-mount
 14
 15PKG_DESTDIR_SUPPORT= user-destdir
 16
14GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
15USE_DIRS+= gnome2-1.5 18USE_DIRS+= gnome2-1.5
16USE_PKGLOCALEDIR= YES 19USE_PKGLOCALEDIR= YES
17USE_TOOLS+= gmake intltool msgfmt perl pkg-config 20USE_TOOLS+= gmake intltool msgfmt perl pkg-config
18USE_LIBTOOL= YES 21USE_LIBTOOL= YES
19 22
20CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 23CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
21CONFIGURE_ARGS+= --enable-multiuser 24CONFIGURE_ARGS+= --enable-multiuser
22CONFIGURE_ARGS+= --enable-automount 25CONFIGURE_ARGS+= --enable-automount
23# console-auth-dir is only applicable for Linux 26# console-auth-dir is only applicable for Linux
24CONFIGURE_ARGS+= --with-console-auth-dir=/var/run/console 27CONFIGURE_ARGS+= --with-console-auth-dir=/var/run/console
25 28
26GCONF_SCHEMAS+= gnome-volume-manager.schemas 29GCONF_SCHEMAS+= gnome-volume-manager.schemas
27 30
28.include "../../devel/GConf/schemas.mk" 31.include "../../devel/GConf/schemas.mk"
29.include "../../devel/libglade/buildlink3.mk" 32.include "../../devel/libglade/buildlink3.mk"
30.include "../../devel/libgnomeui/buildlink3.mk" 33.include "../../devel/libgnomeui/buildlink3.mk"
31.include "../../sysutils/hal/buildlink3.mk" 34.include "../../sysutils/hal/buildlink3.mk"
32.include "../../sysutils/libnotify/buildlink3.mk" 35.include "../../sysutils/libnotify/buildlink3.mk"
33.include "../../sysutils/dbus-glib/buildlink3.mk" 36.include "../../sysutils/dbus-glib/buildlink3.mk"
34DEPENDS+= gnome-mount>=0.8:../../sysutils/gnome-mount 
35.include "../../x11/gtk2/buildlink3.mk" 37.include "../../x11/gtk2/buildlink3.mk"
36.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gnome-volume-manager/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-volume-manager/Attic/PLIST 2008/11/22 16:27:14 1.1.1.1
+++ pkgsrc/sysutils/gnome-volume-manager/Attic/PLIST 2009/02/24 15:24:12 1.2
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/22 16:27:14 jmcneill Exp $ 1@comment $NetBSD: PLIST,v 1.2 2009/02/24 15:24:12 wiz Exp $
2bin/gnome-volume-properties 2bin/gnome-volume-properties
3libexec/gnome-volume-manager 3libexec/gnome-volume-manager
4share/applications/gnome-volume-properties.desktop 4share/applications/gnome-volume-properties.desktop
5share/gconf/schemas/gnome-volume-manager.schemas 5share/gconf/schemas/gnome-volume-manager.schemas
6share/gnome/autostart/gnome-volume-manager.desktop 
7share/gnome-volume-manager/gnome-volume-properties.glade 6share/gnome-volume-manager/gnome-volume-properties.glade
 7share/gnome/autostart/gnome-volume-manager.desktop
8share/locale/ang/LC_MESSAGES/gnome-volume-manager.mo 8share/locale/ang/LC_MESSAGES/gnome-volume-manager.mo
9share/locale/ar/LC_MESSAGES/gnome-volume-manager.mo 9share/locale/ar/LC_MESSAGES/gnome-volume-manager.mo
10share/locale/az/LC_MESSAGES/gnome-volume-manager.mo 10share/locale/az/LC_MESSAGES/gnome-volume-manager.mo
11share/locale/be@latin/LC_MESSAGES/gnome-volume-manager.mo 11share/locale/be@latin/LC_MESSAGES/gnome-volume-manager.mo
12share/locale/bg/LC_MESSAGES/gnome-volume-manager.mo 12share/locale/bg/LC_MESSAGES/gnome-volume-manager.mo
13share/locale/bn/LC_MESSAGES/gnome-volume-manager.mo 13share/locale/bn/LC_MESSAGES/gnome-volume-manager.mo
14share/locale/bn_IN/LC_MESSAGES/gnome-volume-manager.mo 14share/locale/bn_IN/LC_MESSAGES/gnome-volume-manager.mo
15share/locale/bs/LC_MESSAGES/gnome-volume-manager.mo 15share/locale/bs/LC_MESSAGES/gnome-volume-manager.mo
16share/locale/ca/LC_MESSAGES/gnome-volume-manager.mo 16share/locale/ca/LC_MESSAGES/gnome-volume-manager.mo
17share/locale/cs/LC_MESSAGES/gnome-volume-manager.mo 17share/locale/cs/LC_MESSAGES/gnome-volume-manager.mo
18share/locale/cy/LC_MESSAGES/gnome-volume-manager.mo 18share/locale/cy/LC_MESSAGES/gnome-volume-manager.mo
19share/locale/da/LC_MESSAGES/gnome-volume-manager.mo 19share/locale/da/LC_MESSAGES/gnome-volume-manager.mo
20share/locale/de/LC_MESSAGES/gnome-volume-manager.mo 20share/locale/de/LC_MESSAGES/gnome-volume-manager.mo
@@ -32,26 +32,27 @@ share/locale/gl/LC_MESSAGES/gnome-volume @@ -32,26 +32,27 @@ share/locale/gl/LC_MESSAGES/gnome-volume
32share/locale/gu/LC_MESSAGES/gnome-volume-manager.mo 32share/locale/gu/LC_MESSAGES/gnome-volume-manager.mo
33share/locale/he/LC_MESSAGES/gnome-volume-manager.mo 33share/locale/he/LC_MESSAGES/gnome-volume-manager.mo
34share/locale/hi/LC_MESSAGES/gnome-volume-manager.mo 34share/locale/hi/LC_MESSAGES/gnome-volume-manager.mo
35share/locale/hr/LC_MESSAGES/gnome-volume-manager.mo 35share/locale/hr/LC_MESSAGES/gnome-volume-manager.mo
36share/locale/hu/LC_MESSAGES/gnome-volume-manager.mo 36share/locale/hu/LC_MESSAGES/gnome-volume-manager.mo
37share/locale/id/LC_MESSAGES/gnome-volume-manager.mo 37share/locale/id/LC_MESSAGES/gnome-volume-manager.mo
38share/locale/is/LC_MESSAGES/gnome-volume-manager.mo 38share/locale/is/LC_MESSAGES/gnome-volume-manager.mo
39share/locale/it/LC_MESSAGES/gnome-volume-manager.mo 39share/locale/it/LC_MESSAGES/gnome-volume-manager.mo
40share/locale/ja/LC_MESSAGES/gnome-volume-manager.mo 40share/locale/ja/LC_MESSAGES/gnome-volume-manager.mo
41share/locale/ka/LC_MESSAGES/gnome-volume-manager.mo 41share/locale/ka/LC_MESSAGES/gnome-volume-manager.mo
42share/locale/kn/LC_MESSAGES/gnome-volume-manager.mo 42share/locale/kn/LC_MESSAGES/gnome-volume-manager.mo
43share/locale/ko/LC_MESSAGES/gnome-volume-manager.mo 43share/locale/ko/LC_MESSAGES/gnome-volume-manager.mo
44share/locale/ku/LC_MESSAGES/gnome-volume-manager.mo 44share/locale/ku/LC_MESSAGES/gnome-volume-manager.mo
 45share/locale/la/LC_MESSAGES/gnome-volume-manager.mo
45share/locale/lt/LC_MESSAGES/gnome-volume-manager.mo 46share/locale/lt/LC_MESSAGES/gnome-volume-manager.mo
46share/locale/lv/LC_MESSAGES/gnome-volume-manager.mo 47share/locale/lv/LC_MESSAGES/gnome-volume-manager.mo
47share/locale/mg/LC_MESSAGES/gnome-volume-manager.mo 48share/locale/mg/LC_MESSAGES/gnome-volume-manager.mo
48share/locale/mk/LC_MESSAGES/gnome-volume-manager.mo 49share/locale/mk/LC_MESSAGES/gnome-volume-manager.mo
49share/locale/ml/LC_MESSAGES/gnome-volume-manager.mo 50share/locale/ml/LC_MESSAGES/gnome-volume-manager.mo
50share/locale/mn/LC_MESSAGES/gnome-volume-manager.mo 51share/locale/mn/LC_MESSAGES/gnome-volume-manager.mo
51share/locale/mr/LC_MESSAGES/gnome-volume-manager.mo 52share/locale/mr/LC_MESSAGES/gnome-volume-manager.mo
52share/locale/ms/LC_MESSAGES/gnome-volume-manager.mo 53share/locale/ms/LC_MESSAGES/gnome-volume-manager.mo
53share/locale/nb/LC_MESSAGES/gnome-volume-manager.mo 54share/locale/nb/LC_MESSAGES/gnome-volume-manager.mo
54share/locale/ne/LC_MESSAGES/gnome-volume-manager.mo 55share/locale/ne/LC_MESSAGES/gnome-volume-manager.mo
55share/locale/nl/LC_MESSAGES/gnome-volume-manager.mo 56share/locale/nl/LC_MESSAGES/gnome-volume-manager.mo
56share/locale/nn/LC_MESSAGES/gnome-volume-manager.mo 57share/locale/nn/LC_MESSAGES/gnome-volume-manager.mo
57share/locale/oc/LC_MESSAGES/gnome-volume-manager.mo 58share/locale/oc/LC_MESSAGES/gnome-volume-manager.mo
@@ -71,14 +72,16 @@ share/locale/sr/LC_MESSAGES/gnome-volume @@ -71,14 +72,16 @@ share/locale/sr/LC_MESSAGES/gnome-volume
71share/locale/sr@latin/LC_MESSAGES/gnome-volume-manager.mo 72share/locale/sr@latin/LC_MESSAGES/gnome-volume-manager.mo
72share/locale/sv/LC_MESSAGES/gnome-volume-manager.mo 73share/locale/sv/LC_MESSAGES/gnome-volume-manager.mo
73share/locale/ta/LC_MESSAGES/gnome-volume-manager.mo 74share/locale/ta/LC_MESSAGES/gnome-volume-manager.mo
74share/locale/te/LC_MESSAGES/gnome-volume-manager.mo 75share/locale/te/LC_MESSAGES/gnome-volume-manager.mo
75share/locale/th/LC_MESSAGES/gnome-volume-manager.mo 76share/locale/th/LC_MESSAGES/gnome-volume-manager.mo
76share/locale/tr/LC_MESSAGES/gnome-volume-manager.mo 77share/locale/tr/LC_MESSAGES/gnome-volume-manager.mo
77share/locale/uk/LC_MESSAGES/gnome-volume-manager.mo 78share/locale/uk/LC_MESSAGES/gnome-volume-manager.mo
78share/locale/vi/LC_MESSAGES/gnome-volume-manager.mo 79share/locale/vi/LC_MESSAGES/gnome-volume-manager.mo
79share/locale/xh/LC_MESSAGES/gnome-volume-manager.mo 80share/locale/xh/LC_MESSAGES/gnome-volume-manager.mo
80share/locale/zh_CN/LC_MESSAGES/gnome-volume-manager.mo 81share/locale/zh_CN/LC_MESSAGES/gnome-volume-manager.mo
81share/locale/zh_HK/LC_MESSAGES/gnome-volume-manager.mo 82share/locale/zh_HK/LC_MESSAGES/gnome-volume-manager.mo
82share/locale/zh_TW/LC_MESSAGES/gnome-volume-manager.mo 83share/locale/zh_TW/LC_MESSAGES/gnome-volume-manager.mo
83@dirrm share/gnome-volume-manager 84@dirrm share/gnome-volume-manager
 85@comment in gnome2-dirs: @dirrm share/gnome
 86@comment in GConf: @dirrm share/gconf/schemas
84@comment in xdg-dirs: @dirrm share/applications 87@comment in xdg-dirs: @dirrm share/applications

cvs diff -r1.2 -r1.3 pkgsrc/sysutils/gnome-volume-manager/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-volume-manager/Attic/distinfo 2008/11/23 13:38:41 1.2
+++ pkgsrc/sysutils/gnome-volume-manager/Attic/distinfo 2009/02/24 15:24:12 1.3
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.2 2008/11/23 13:38:41 jmcneill Exp $ 1$NetBSD: distinfo,v 1.3 2009/02/24 15:24:12 wiz Exp $
2 2
3SHA1 (gnome-volume-manager-2.24.0.tar.bz2) = 3ce48166b1f70e3a5e6353de996c98311791f715 3SHA1 (gnome-volume-manager-2.24.1.tar.bz2) = 1a79546133708e18400b42cc1d621ab38962c573
4RMD160 (gnome-volume-manager-2.24.0.tar.bz2) = 8cae1fe1038157cac2092b400f46f14f0b6f5fea 4RMD160 (gnome-volume-manager-2.24.1.tar.bz2) = 418bff9f1e1492deb349ced1727f6aab0e360c76
5Size (gnome-volume-manager-2.24.0.tar.bz2) = 400417 bytes 5Size (gnome-volume-manager-2.24.1.tar.bz2) = 374678 bytes
6SHA1 (patch-aa) = de2b58679b657e8f03cff5610e0f5367fa3e1d76 6SHA1 (patch-aa) = de2b58679b657e8f03cff5610e0f5367fa3e1d76
7SHA1 (patch-ab) = ba14759380358c6b64710d88cd2f09b594315671 

File Deleted: pkgsrc/sysutils/gnome-volume-manager/patches/Attic/patch-ab