[arch-commits] Commit in thunar/repos/extra-x86_64 (3 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Jul 19 23:22:57 UTC 2019


    Date: Friday, July 19, 2019 @ 23:22:56
  Author: foutrelis
Revision: 358406

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
    (from rev 358405, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD
  thunar/repos/extra-x86_64/bz15352-revert-deactivate-move-to-trash.patch

-----------------------------------------------+
 PKGBUILD                                      |  101 +++++++++++-------------
 bz15352-revert-deactivate-move-to-trash.patch |   60 --------------
 2 files changed, 48 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-19 23:22:52 UTC (rev 358405)
+++ PKGBUILD	2019-07-19 23:22:56 UTC (rev 358406)
@@ -1,53 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgname=thunar
-pkgver=1.8.7
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/start"
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
-         'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems'
-            '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')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
-        bz15352-revert-deactivate-move-to-trash.patch)
-sha256sums=('3e033af06751beee23e73cf16cbd97513d3c0adf358d8a42158af38a44b9d329'
-            'c531416c79bb7b196e649e36f032d7e257eeff0e7e455dcefc7c174268c24345')
-
-prepare() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=15352#c12
-  patch -Np1 -i ../bz15352-revert-deactivate-move-to-trash.patch
-}
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-gio-unix \
-    --enable-gudev \
-    --enable-notifications \
-    --enable-exif \
-    --enable-pcre \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/Thunar-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 358405, thunar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-19 23:22:56 UTC (rev 358406)
@@ -0,0 +1,48 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=thunar
+pkgver=1.8.8
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start"
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+         'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems'
+            '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')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('a03761de4a43c36b9daa6029e6e3263a23c8ce429d78a9f9156ab48efdb2800c')
+
+prepare() {
+  cd "$srcdir/Thunar-$pkgver"
+}
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-gio-unix \
+    --enable-gudev \
+    --enable-notifications \
+    --enable-exif \
+    --enable-pcre \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: bz15352-revert-deactivate-move-to-trash.patch
===================================================================
--- bz15352-revert-deactivate-move-to-trash.patch	2019-07-19 23:22:52 UTC (rev 358405)
+++ bz15352-revert-deactivate-move-to-trash.patch	2019-07-19 23:22:56 UTC (rev 358406)
@@ -1,60 +0,0 @@
-From 67708919154038c9f161389009167d04a7ee0be4 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras <evangelos at foutrelis.com>
-Date: Sat, 29 Jun 2019 17:10:36 +0300
-Subject: [PATCH] Revert "Deactivate "Move to Trash" menu entry on volumes
- without trash (Bug #15352)"
-
-This reverts commit efcbf4d59a8bdd4d8197c92b857eead676ce2100.
-
-That commit makes it impossible to remove files using WebDAV.
----
- thunar/thunar-standard-view.c | 10 ++--------
- 1 file changed, 2 insertions(+), 8 deletions(-)
-
-diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
-index 111d9999..6fd92d72 100644
---- a/thunar/thunar-standard-view.c
-+++ b/thunar/thunar-standard-view.c
-@@ -4438,7 +4438,6 @@ thunar_standard_view_selection_changed (ThunarStandardView *standard_view)
-   ThunarFile *current_directory;
-   gboolean    can_paste_into_folder;
-   gboolean    restorable;
--  gboolean    trashable;
-   gboolean    pastable;
-   gboolean    writable;
-   gboolean    trashed;
-@@ -4462,7 +4461,6 @@ thunar_standard_view_selection_changed (ThunarStandardView *standard_view)
-   /* determine the new list of selected files (replacing GtkTreePath's with ThunarFile's) */
-   selected_files = (*THUNAR_STANDARD_VIEW_GET_CLASS (standard_view)->get_selected_items) (standard_view);
-   restorable = (selected_files != NULL);
--  trashable = (selected_files != NULL);
-   for (lp = selected_files; lp != NULL; lp = lp->next, ++n_selected_files)
-     {
-       /* determine the iterator for the path */
-@@ -4477,16 +4475,12 @@ thunar_standard_view_selection_changed (ThunarStandardView *standard_view)
-       /* enable "Restore" if we have only trashed files (atleast one file) */
-       if (!thunar_file_is_trashed (lp->data))
-         restorable = FALSE;
--
--      /* enable "Move to Trash" if files can be trashed */
--      if (!thunar_file_can_be_trashed (lp->data))
--        trashable = FALSE;
-     }
- 
-   /* and setup the new selected files list */
-   standard_view->priv->selected_files = selected_files;
- 
--  /* check whether the folder displayed by the view is writable/in the trash/can be trashed */
-+  /* check whether the folder displayed by the view is writable/in the trash */
-   current_directory = thunar_navigator_get_current_directory (THUNAR_NAVIGATOR (standard_view));
-   writable = (current_directory != NULL && thunar_file_is_writable (current_directory));
-   trashed = (current_directory != NULL && thunar_file_is_trashed (current_directory));
-@@ -4535,7 +4529,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
- 
-   /* update the "Move to Trash" action */
-   g_object_set (G_OBJECT (standard_view->priv->action_move_to_trash),
--                "sensitive", (n_selected_files > 0) && trashable,
-+                "sensitive", (n_selected_files > 0) && writable,
-                 "visible", !trashed && thunar_g_vfs_is_uri_scheme_supported ("trash"),
-                 "tooltip", ngettext ("Move the selected file to the Trash",
-                                      "Move the selected files to the Trash",



More information about the arch-commits mailing list