[arch-commits] Commit in gnome-disk-utility/trunk (2 files)

2016-05-08 Thread Jan Steffens
Date: Sunday, May 8, 2016 @ 23:02:12
  Author: heftig
Revision: 267224

3.20.2-1

Modified:
  gnome-disk-utility/trunk/PKGBUILD
Deleted:
  gnome-disk-utility/trunk/gnome-disk-utility.install

+
 PKGBUILD   |   12 ++--
 gnome-disk-utility.install |   13 -
 2 files changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 21:02:04 UTC (rev 267223)
+++ PKGBUILD2016-05-08 21:02:12 UTC (rev 267224)
@@ -1,21 +1,21 @@
 # $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
+url="https://www.gnome.org/";
 arch=(i686 x86_64)
 license=(GPL)
-url="http://www.gnome.org";
 groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
desktop-file-utils parted)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
 makedepends=(intltool docbook-xsl gnome-settings-daemon)
 options=('!emptydirs')
-install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6877a5b6ea949c9527aac7a1ac38c02b4dd5f8230dc59be5a8f48a0ee381f1cd')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ad12ae0f3a2ae9c690ca799dd1f690a8eb238575e0fd8f328b66a96eb9bf2c3d')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-disk-utility.install
===
--- gnome-disk-utility.install  2016-05-08 21:02:04 UTC (rev 267223)
+++ gnome-disk-utility.install  2016-05-08 21:02:12 UTC (rev 267224)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in gnome-disk-utility/trunk (2 files)

2012-10-02 Thread Jan de Groot
Date: Tuesday, October 2, 2012 @ 07:41:19
  Author: jgc
Revision: 167541

upgpkg: gnome-disk-utility 3.6.0-1

3.6.0

Modified:
  gnome-disk-utility/trunk/PKGBUILD
  gnome-disk-utility/trunk/gnome-disk-utility.install

+
 PKGBUILD   |8 
 gnome-disk-utility.install |2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-02 11:23:59 UTC (rev 167540)
+++ PKGBUILD2012-10-02 11:41:19 UTC (rev 167541)
@@ -3,19 +3,19 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.4.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnome.org";
 groups=('gnome-extra')
-depends=('gtk3' 'udisks2' 'hicolor-icon-theme')
-makedepends=('intltool')
+depends=('gtk3' 'udisks2' 'hicolor-icon-theme' 'libsecret' 'libpwquality' 
'desktop-file-utils')
+makedepends=('intltool' 'docbook-xsl')
 options=('!libtool' '!emptydirs')
 install=gnome-disk-utility.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('54c60a3215a144a353f78742cf14221a011641244421170d7169da39f82b0129')
+sha256sums=('0e3ccd8ae0f79a8ccc41bfaaf0f34c14fec7b193249e650862c589d82053e57d')
 
 build() {
   cd "$pkgname-$pkgver"

Modified: gnome-disk-utility.install
===
--- gnome-disk-utility.install  2012-10-02 11:23:59 UTC (rev 167540)
+++ gnome-disk-utility.install  2012-10-02 11:41:19 UTC (rev 167541)
@@ -1,4 +1,6 @@
 post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
 gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 



[arch-commits] Commit in gnome-disk-utility/trunk (2 files)

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 14:01:05
  Author: ibiru
Revision: 152831

update to 3.3.93

Modified:
  gnome-disk-utility/trunk/PKGBUILD
  gnome-disk-utility/trunk/gnome-disk-utility.install

+
 PKGBUILD   |   53 ---
 gnome-disk-utility.install |6 ++--
 2 files changed, 18 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 18:52:51 UTC (rev 152830)
+++ PKGBUILD2012-03-09 19:01:05 UTC (rev 152831)
@@ -2,51 +2,28 @@
 # Maintainer: Jan de Groot 
 # Contributor: Silvio Knizek (killermoehre)
 
-pkgbase=gnome-disk-utility
-pkgname=(gnome-disk-utility libgdu)
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="GNOME libraries and applications for dealing with storage devices"
+pkgname=gnome-disk-utility
+pkgver=3.3.93
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnome.org";
-makedepends=('dbus-glib' 'libgnome-keyring' 'udisks' 'libunique3' 'libnotify' 
'avahi'
- 'hicolor-icon-theme' 'gtk-doc' 'intltool')
+depends=('gtk3' 'udisks2' 'hicolor-icon-theme')
+makedepends=('intltool')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
-   fix-freeze.patch)
-sha256sums=('7983f12ba04e84f164d0cae54bb06ed9b3ebe6c0a1c606d63d067fc395aeb0a5'
-'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
+install=gnome-disk-utility.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('714d6a986ae04762d1a4ee6696ae3869f301e82a23701e2d4378e4263e04f20f')
 
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  patch -Np1 -i "${srcdir}/fix-freeze.patch"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-disk-utility \
-  --disable-scrollkeeper --disable-nautilus --disable-static
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc
+
   make
 }
 
-package_gnome-disk-utility() {
-  depends=("libgdu=$pkgver-$pkgrel" 'libunique3' 'libnotify' 
'hicolor-icon-theme' 'avahi')
-  groups=('gnome-extra')
-  install=gnome-disk-utility.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-### Split libgdu
-
-  mkdir -p "$srcdir"/libgdu/usr/{include/gnome-disk-utility,lib/pkgconfig}
-
-  mv "$pkgdir"/usr/lib/libgdu.so* "$srcdir/libgdu/usr/lib"
-  mv {"$pkgdir","$srcdir/libgdu"}/usr/include/gnome-disk-utility/gdu
-  mv {"$pkgdir","$srcdir/libgdu"}/usr/lib/pkgconfig/gdu.pc
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
-
-package_libgdu() {
-  pkgdesc="$pkgdesc (library)"
-  depends=('dbus-glib' 'libgnome-keyring' 'udisks')
-
-  mv "$srcdir"/libgdu/* "$pkgdir"
-}

Modified: gnome-disk-utility.install
===
--- gnome-disk-utility.install  2012-03-09 18:52:51 UTC (rev 152830)
+++ gnome-disk-utility.install  2012-03-09 19:01:05 UTC (rev 152831)
@@ -1,11 +1,11 @@
 post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+post_install
 }



[arch-commits] Commit in gnome-disk-utility/trunk (2 files)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:08:11
  Author: ibiru
Revision: 132112

update to 3.0.2

Modified:
  gnome-disk-utility/trunk/PKGBUILD
Deleted:
  gnome-disk-utility/trunk/add-support-for-DeviceAutomountHint.patch

---+
 PKGBUILD  |   15 ++
 add-support-for-DeviceAutomountHint.patch |   65 
 2 files changed, 6 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 11:16:39 UTC (rev 132111)
+++ PKGBUILD2011-07-20 12:08:11 UTC (rev 132112)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-disk-utility
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc="GNOME libraries and applications for dealing with storage devices"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,17 +12,14 @@
 makedepends=('gtk-doc' 'intltool')
 options=('!libtool' '!emptydirs')
 install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-fix-freeze.patch
-add-support-for-DeviceAutomountHint.patch)
-sha256sums=('94d31142a5f488d034cd2954df4ab1c26bd053fb0d46d230fba91b4f8b3663fb'
-'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526'
-'1e2f8d2d8ea121d21ff2b2a1e208c0fd4af603a4ed0d024ad326a991ebc7a613')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+   fix-freeze.patch)
+sha256sums=('7983f12ba04e84f164d0cae54bb06ed9b3ebe6c0a1c606d63d067fc395aeb0a5'
+'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/fix-freeze.patch"
-  patch -Np1 -i "${srcdir}/add-support-for-DeviceAutomountHint.patch"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-disk-utility \
   --disable-scrollkeeper --disable-nautilus --disable-gtk-doc

Deleted: add-support-for-DeviceAutomountHint.patch
===
--- add-support-for-DeviceAutomountHint.patch   2011-07-20 11:16:39 UTC (rev 
132111)
+++ add-support-for-DeviceAutomountHint.patch   2011-07-20 12:08:11 UTC (rev 
132112)
@@ -1,65 +0,0 @@
-From 7dde5bc75a1d96be9510ce1e98d28f9d33520919 Mon Sep 17 00:00:00 2001
-From: David Zeuthen 
-Date: Fri, 08 Jul 2011 15:03:52 +
-Subject: Add support for DeviceAutomountHint
-
-Based on the patch in https://bugzilla.gnome.org/show_bug.cgi?id=653184
-
-Signed-off-by: David Zeuthen 

-diff --git a/src/gdu/gdu-device.c b/src/gdu/gdu-device.c
-index 6a5afad..4be39cf 100644
 a/src/gdu/gdu-device.c
-+++ b/src/gdu/gdu-device.c
-@@ -82,6 +82,7 @@ typedef struct
-   gboolean device_presentation_nopolicy;
-   char *device_presentation_name;
-   char *device_presentation_icon_name;
-+  char *device_automount_hint;
-   guint64 device_size;
-   guint64 device_block_size;
- 
-@@ -279,6 +280,8 @@ collect_props (const char *key,
- props->device_presentation_name = g_strdup (g_value_get_string (value));
-   else if (strcmp (key, "DevicePresentationIconName") == 0)
- props->device_presentation_icon_name = g_strdup (g_value_get_string 
(value));
-+  else if (strcmp (key, "DeviceAutomountHint") == 0)
-+props->device_automount_hint = g_strdup (g_value_get_string (value));
-   else if (strcmp (key, "DeviceSize") == 0)
- props->device_size = g_value_get_uint64 (value);
-   else if (strcmp (key, "DeviceBlockSize") == 0)
-@@ -549,6 +552,7 @@ device_properties_free (DeviceProperties *props)
-   g_strfreev (props->device_mount_paths);
-   g_free (props->device_presentation_name);
-   g_free (props->device_presentation_icon_name);
-+  g_free (props->device_automount_hint);
-   g_free (props->job_id);
-   g_free (props->id_usage);
-   g_free (props->id_type);
-@@ -1294,6 +1298,12 @@ gdu_device_drive_get_media_compatibility (GduDevice 
*device)
- }
- 
- const char *
-+gdu_device_get_automount_hint (GduDevice *device)
-+{
-+return device->priv->props->device_automount_hint;
-+}
-+
-+const char *
- gdu_device_drive_get_media (GduDevice *device)
- {
- return device->priv->props->drive_media;
-diff --git a/src/gdu/gdu-device.h b/src/gdu/gdu-device.h
-index 4c1302b..8cfd7a9 100644
 a/src/gdu/gdu-device.h
-+++ b/src/gdu/gdu-device.h
-@@ -143,6 +143,7 @@ const char *gdu_device_drive_get_wwn (GduDevice *device);
- const char *gdu_device_drive_get_connection_interface (GduDevice *device);
- guint64 gdu_device_drive_get_connection_speed (GduDevice *device);
- char **gdu_device_drive_get_media_compatibility (GduDevice *device);
-+const gchar *gdu_device_get_automount_hint(GduDevice *device);
- const char *gdu_device_drive_get_media (GduDevice *device);
- gboolean gdu_device_drive_get_is_media_ejectable (GduDevice *device);
- gboolean gdu_device_drive_get_re

[arch-commits] Commit in gnome-disk-utility/trunk (2 files)

2011-07-08 Thread Ionut Biru
Date: Friday, July 8, 2011 @ 11:15:27
  Author: ibiru
Revision: 130871

fix libgdu-WARNING **: unhandled property 'DeviceAutomountHint' 

Added:
  gnome-disk-utility/trunk/add-support-for-DeviceAutomountHint.patch
Modified:
  gnome-disk-utility/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++-
 add-support-for-DeviceAutomountHint.patch |   65 
 2 files changed, 71 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-08 14:36:05 UTC (rev 130870)
+++ PKGBUILD2011-07-08 15:15:27 UTC (rev 130871)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-disk-utility
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME libraries and applications for dealing with storage devices"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,13 +13,16 @@
 options=('!libtool' '!emptydirs')
 install=gnome-disk-utility.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-fix-freeze.patch)
+fix-freeze.patch
+add-support-for-DeviceAutomountHint.patch)
 sha256sums=('94d31142a5f488d034cd2954df4ab1c26bd053fb0d46d230fba91b4f8b3663fb'
-'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
+'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526'
+'1e2f8d2d8ea121d21ff2b2a1e208c0fd4af603a4ed0d024ad326a991ebc7a613')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/fix-freeze.patch"
+  patch -Np1 -i "${srcdir}/add-support-for-DeviceAutomountHint.patch"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-disk-utility \
   --disable-scrollkeeper --disable-nautilus --disable-gtk-doc

Added: add-support-for-DeviceAutomountHint.patch
===
--- add-support-for-DeviceAutomountHint.patch   (rev 0)
+++ add-support-for-DeviceAutomountHint.patch   2011-07-08 15:15:27 UTC (rev 
130871)
@@ -0,0 +1,65 @@
+From 7dde5bc75a1d96be9510ce1e98d28f9d33520919 Mon Sep 17 00:00:00 2001
+From: David Zeuthen 
+Date: Fri, 08 Jul 2011 15:03:52 +
+Subject: Add support for DeviceAutomountHint
+
+Based on the patch in https://bugzilla.gnome.org/show_bug.cgi?id=653184
+
+Signed-off-by: David Zeuthen 
+---
+diff --git a/src/gdu/gdu-device.c b/src/gdu/gdu-device.c
+index 6a5afad..4be39cf 100644
+--- a/src/gdu/gdu-device.c
 b/src/gdu/gdu-device.c
+@@ -82,6 +82,7 @@ typedef struct
+   gboolean device_presentation_nopolicy;
+   char *device_presentation_name;
+   char *device_presentation_icon_name;
++  char *device_automount_hint;
+   guint64 device_size;
+   guint64 device_block_size;
+ 
+@@ -279,6 +280,8 @@ collect_props (const char *key,
+ props->device_presentation_name = g_strdup (g_value_get_string (value));
+   else if (strcmp (key, "DevicePresentationIconName") == 0)
+ props->device_presentation_icon_name = g_strdup (g_value_get_string 
(value));
++  else if (strcmp (key, "DeviceAutomountHint") == 0)
++props->device_automount_hint = g_strdup (g_value_get_string (value));
+   else if (strcmp (key, "DeviceSize") == 0)
+ props->device_size = g_value_get_uint64 (value);
+   else if (strcmp (key, "DeviceBlockSize") == 0)
+@@ -549,6 +552,7 @@ device_properties_free (DeviceProperties *props)
+   g_strfreev (props->device_mount_paths);
+   g_free (props->device_presentation_name);
+   g_free (props->device_presentation_icon_name);
++  g_free (props->device_automount_hint);
+   g_free (props->job_id);
+   g_free (props->id_usage);
+   g_free (props->id_type);
+@@ -1294,6 +1298,12 @@ gdu_device_drive_get_media_compatibility (GduDevice 
*device)
+ }
+ 
+ const char *
++gdu_device_get_automount_hint (GduDevice *device)
++{
++return device->priv->props->device_automount_hint;
++}
++
++const char *
+ gdu_device_drive_get_media (GduDevice *device)
+ {
+ return device->priv->props->drive_media;
+diff --git a/src/gdu/gdu-device.h b/src/gdu/gdu-device.h
+index 4c1302b..8cfd7a9 100644
+--- a/src/gdu/gdu-device.h
 b/src/gdu/gdu-device.h
+@@ -143,6 +143,7 @@ const char *gdu_device_drive_get_wwn (GduDevice *device);
+ const char *gdu_device_drive_get_connection_interface (GduDevice *device);
+ guint64 gdu_device_drive_get_connection_speed (GduDevice *device);
+ char **gdu_device_drive_get_media_compatibility (GduDevice *device);
++const gchar *gdu_device_get_automount_hint(GduDevice *device);
+ const char *gdu_device_drive_get_media (GduDevice *device);
+ gboolean gdu_device_drive_get_is_media_ejectable (GduDevice *device);
+ gboolean gdu_device_drive_get_requires_eject (GduDevice *device);
+--
+cgit v0.9