summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-06-12 12:18:41 +0200
committerAlad Wenter2016-06-12 12:18:41 +0200
commitf3f5b1d3bf56eb871436b05a90d89b3132a73baa (patch)
treef6da4446ce6901c8177498c9b77226850dc89457
parente347ec1415c64a089e561480e8b9cfc970254a44 (diff)
downloadaur-f3f5b1d3bf56eb871436b05a90d89b3132a73baa.tar.gz
patch for https://bugzilla.xfce.org/show_bug.cgi?id=12264
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d3ee428f87a..c457bc762246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 12 12:57:51 UTC 2016
+# Sun Jun 12 10:18:38 UTC 2016
pkgbase = thunar-git
pkgdesc = file manager for xfce
pkgver = 1.6.10.r118.g82c6060
@@ -28,7 +28,9 @@ pkgbase = thunar-git
conflicts = thunar-extended
options = !libtool
source = git://git.xfce.org/xfce/thunar
+ source = 0001-Deactivate-SEND_MOVED-code-paths.patch::http://bug-attachment.xfce.org/attachment.cgi?id=6613
sha256sums = SKIP
+ sha256sums = 2b7db92f86682b8178d3a51e268ace83ea7e3b39c082c9183618518f9daf2e58
pkgname = thunar-git
diff --git a/PKGBUILD b/PKGBUILD
index b655809cac18..9307329d8dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,8 +20,15 @@ provides=(thunar="${pkgver%%.r*}")
conflicts=(thunar{,-extended})
options=(!libtool)
install=$pkgname.install
-source=('git://git.xfce.org/xfce/thunar')
-sha256sums=('SKIP')
+source=('git://git.xfce.org/xfce/thunar'
+ '0001-Deactivate-SEND_MOVED-code-paths.patch::http://bug-attachment.xfce.org/attachment.cgi?id=6613')
+sha256sums=('SKIP'
+ '2b7db92f86682b8178d3a51e268ace83ea7e3b39c082c9183618518f9daf2e58')
+
+prepare() {
+ # https://bugzilla.xfce.org/show_bug.cgi?id=12264
+ patch -p1 < "$srcdir"/0001-Deactivate-SEND_MOVED-code-paths.patch
+}
pkgver() {
cd thunar