Update to 0.8
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnome-mount
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= http://hal.freedesktop.org/releases/
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (gnome-mount-0.7.tar.gz) = 6a2f14925376c2c494df89cbfbdb2ca5
|
||||
SHA256 (gnome-mount-0.7.tar.gz) = 009c8a920e40f414936bf2ad3a883e1c3fdcf0af8f736c8e840167406f737608
|
||||
SIZE (gnome-mount-0.7.tar.gz) = 484021
|
||||
MD5 (gnome-mount-0.8.tar.gz) = 562ec9d0196e5e000bdd249a04a3aa6a
|
||||
SHA256 (gnome-mount-0.8.tar.gz) = 44ca6b78b49a4181435e489c7b7d416c8f26442dcecdc01ec4b981274ed957e2
|
||||
SIZE (gnome-mount-0.8.tar.gz) = 505788
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
--- src/gnome-mount.c.orig Sun Sep 17 01:17:54 2006
|
||||
+++ src/gnome-mount.c Sun Feb 11 01:03:16 2007
|
||||
@@ -380,7 +385,7 @@ show_error_dialog_mount (LibHalVolume *v
|
||||
} else if (strcmp (error_name, "org.freedesktop.Hal.Device.Volume.AlreadyMounted") == 0) {
|
||||
|
||||
/* don't show any dialog for this */
|
||||
- gtk_widget_unref (w);
|
||||
+ gtk_widget_destroy (w);
|
||||
w = NULL;
|
||||
|
||||
#if 0
|
||||
@@ -399,7 +404,7 @@ show_error_dialog_mount (LibHalVolume *v
|
||||
*
|
||||
* Don't show any dialog for this.
|
||||
*/
|
||||
- gtk_widget_unref (w);
|
||||
+ gtk_widget_destroy (w);
|
||||
w = NULL;
|
||||
|
||||
} else {
|
||||
@@ -2,13 +2,14 @@ bin/gnome-eject
|
||||
bin/gnome-mount
|
||||
bin/gnome-umount
|
||||
libdata/pkgconfig/gnome-mount.pc
|
||||
share/gnome-mount/gnome-mount-properties.glade
|
||||
%%DATADIR%%/gnome-mount-properties.glade
|
||||
share/locale/ar/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/be/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/be@latin/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/dz/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-mount.mo
|
||||
@@ -20,15 +21,21 @@ share/locale/lv/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/mk/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/nb/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/oc/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/pa/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/pt/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-mount.mo
|
||||
@dirrm share/gnome-mount
|
||||
share/locale/zh_HK/LC_MESSAGES/gnome-mount.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-mount.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrm %%DATADIR%%
|
||||
|
||||
Reference in New Issue
Block a user