[arch-commits] Commit in thunar/repos (8 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 25 08:15:29 UTC 2012


    Date: Sunday, November 25, 2012 @ 03:15:29
  Author: foutrelis
Revision: 171949

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  thunar/repos/testing-i686/
  thunar/repos/testing-i686/PKGBUILD
    (from rev 171948, thunar/trunk/PKGBUILD)
  thunar/repos/testing-i686/thunar-1.4.0-show-loop-devices-hack.patch
    (from rev 171948, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
  thunar/repos/testing-i686/thunar.install
    (from rev 171948, thunar/trunk/thunar.install)
  thunar/repos/testing-x86_64/
  thunar/repos/testing-x86_64/PKGBUILD
    (from rev 171948, thunar/trunk/PKGBUILD)
  thunar/repos/testing-x86_64/thunar-1.4.0-show-loop-devices-hack.patch
    (from rev 171948, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
  thunar/repos/testing-x86_64/thunar.install
    (from rev 171948, thunar/trunk/thunar.install)

----------------------------------------------------------+
 testing-i686/PKGBUILD                                    |   57 +++++++++++++
 testing-i686/thunar-1.4.0-show-loop-devices-hack.patch   |   15 +++
 testing-i686/thunar.install                              |   14 +++
 testing-x86_64/PKGBUILD                                  |   57 +++++++++++++
 testing-x86_64/thunar-1.4.0-show-loop-devices-hack.patch |   15 +++
 testing-x86_64/thunar.install                            |   14 +++
 6 files changed, 172 insertions(+)

Copied: thunar/repos/testing-i686/PKGBUILD (from rev 171948, thunar/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-11-25 08:15:29 UTC (rev 171949)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=thunar
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org"
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+         'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems'
+            'polkit-gnome: for mounting internal partitions (needs root password)'
+            'xfce4-panel: for trash applet'
+            'tumbler: for thumbnail previews'
+            'thunar-volman: manages removable devices'
+            'thunar-archive-plugin: create and deflate archives'
+            'thunar-media-tags-plugin: view/edit id3/ogg tags')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/1.5/Thunar-$pkgver.tar.bz2)
+sha256sums=('7ce0926a52a088614b17b4cde623a4d8daa9bfb213bf1fdd5c7cea462c22f090')
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-gio-unix \
+    --enable-dbus \
+    --enable-startup-notification \
+    --enable-gudev \
+    --enable-notifications \
+    --enable-exif \
+    --enable-pcre \
+    --enable-gtk-doc \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's:x-directory/gnome-default-handler;::' \
+    "$pkgdir/usr/share/applications/Thunar-folder-handler.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-i686/thunar-1.4.0-show-loop-devices-hack.patch (from rev 171948, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
===================================================================
--- testing-i686/thunar-1.4.0-show-loop-devices-hack.patch	                        (rev 0)
+++ testing-i686/thunar-1.4.0-show-loop-devices-hack.patch	2012-11-25 08:15:29 UTC (rev 171949)
@@ -0,0 +1,15 @@
+diff -upr Thunar-1.4.0.orig/thunar/thunar-gio-extensions.c Thunar-1.4.0/thunar/thunar-gio-extensions.c
+--- Thunar-1.4.0.orig/thunar/thunar-gio-extensions.c	2012-05-26 07:03:39.000000000 +0300
++++ Thunar-1.4.0/thunar/thunar-gio-extensions.c	2012-05-26 07:05:06.000000000 +0300
+@@ -550,6 +550,11 @@ thunar_g_volume_is_present (GVolume *vol
+       has_media = g_drive_has_media (drive);
+       g_object_unref (drive);
+     }
++  else
++    {
++      /* XXX: hack to show loop devices with gvfs 1.12 / udisks2 */
++      has_media = g_volume_can_mount (volume);
++    }
+ 
+   mount = g_volume_get_mount (volume);
+   if (mount != NULL)

Copied: thunar/repos/testing-i686/thunar.install (from rev 171948, thunar/trunk/thunar.install)
===================================================================
--- testing-i686/thunar.install	                        (rev 0)
+++ testing-i686/thunar.install	2012-11-25 08:15:29 UTC (rev 171949)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-x86_64/PKGBUILD (from rev 171948, thunar/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-11-25 08:15:29 UTC (rev 171949)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=thunar
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org"
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+         'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems'
+            'polkit-gnome: for mounting internal partitions (needs root password)'
+            'xfce4-panel: for trash applet'
+            'tumbler: for thumbnail previews'
+            'thunar-volman: manages removable devices'
+            'thunar-archive-plugin: create and deflate archives'
+            'thunar-media-tags-plugin: view/edit id3/ogg tags')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/1.5/Thunar-$pkgver.tar.bz2)
+sha256sums=('7ce0926a52a088614b17b4cde623a4d8daa9bfb213bf1fdd5c7cea462c22f090')
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-gio-unix \
+    --enable-dbus \
+    --enable-startup-notification \
+    --enable-gudev \
+    --enable-notifications \
+    --enable-exif \
+    --enable-pcre \
+    --enable-gtk-doc \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's:x-directory/gnome-default-handler;::' \
+    "$pkgdir/usr/share/applications/Thunar-folder-handler.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-x86_64/thunar-1.4.0-show-loop-devices-hack.patch (from rev 171948, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
===================================================================
--- testing-x86_64/thunar-1.4.0-show-loop-devices-hack.patch	                        (rev 0)
+++ testing-x86_64/thunar-1.4.0-show-loop-devices-hack.patch	2012-11-25 08:15:29 UTC (rev 171949)
@@ -0,0 +1,15 @@
+diff -upr Thunar-1.4.0.orig/thunar/thunar-gio-extensions.c Thunar-1.4.0/thunar/thunar-gio-extensions.c
+--- Thunar-1.4.0.orig/thunar/thunar-gio-extensions.c	2012-05-26 07:03:39.000000000 +0300
++++ Thunar-1.4.0/thunar/thunar-gio-extensions.c	2012-05-26 07:05:06.000000000 +0300
+@@ -550,6 +550,11 @@ thunar_g_volume_is_present (GVolume *vol
+       has_media = g_drive_has_media (drive);
+       g_object_unref (drive);
+     }
++  else
++    {
++      /* XXX: hack to show loop devices with gvfs 1.12 / udisks2 */
++      has_media = g_volume_can_mount (volume);
++    }
+ 
+   mount = g_volume_get_mount (volume);
+   if (mount != NULL)

Copied: thunar/repos/testing-x86_64/thunar.install (from rev 171948, thunar/trunk/thunar.install)
===================================================================
--- testing-x86_64/thunar.install	                        (rev 0)
+++ testing-x86_64/thunar.install	2012-11-25 08:15:29 UTC (rev 171949)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list