summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Vaca2017-09-17 13:55:28 +0200
committerAlbert Vaca2017-09-17 13:56:02 +0200
commit491e20b46bf9dea6b16985ce61cfb3af28df10d7 (patch)
tree39e7d12380f7877ad377aaa81515ac1ff457af88 /PKGBUILD
parent1269d369f06c800b366fe9829bca18ec84c81647 (diff)
downloadaur-491e20b46bf9dea6b16985ce61cfb3af28df10d7.tar.gz
Update to 3.26.0
I removed the typeahead toggle in preferences because the patch didn't apply anymore.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17c62a2771eb..0211677c1787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbase=nautilus
pkgbase=nautilus-typeahead
pkgname=(nautilus-typeahead libnautilus-extension-typeahead)
-pkgver=3.24.1
+pkgver=3.26.0
pkgrel=1
pkgdesc="Default file manager for GNOME - Patched to bring back the 'typeahead find' feature"
url="https://wiki.gnome.org/Apps/Nautilus"
@@ -15,20 +15,18 @@ license=(GPL)
depends=(libexif gnome-desktop exempi gvfs dconf libtracker-sparql nautilus-sendto gnome-autoar)
makedepends=(intltool gobject-introspection python packagekit python2 gnome-common git gtk-doc meson ninja)
options=(!emptydirs)
-_commit=1bab05578caf4c6eab15d385b95358efd3354c8b # tags/3.24.1
-source=("git://git.gnome.org/nautilus#commit=$_commit"
- "git://git.gnome.org/libgd"
+_commit=69942c754ea4e45ab0d32bcbc9e29f1c08da8990 # tags/3.26.0
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit"
nautilus-restore-typeahead.patch)
sha256sums=('SKIP'
- 'SKIP'
- '0610a7e3eea32028b3660309be761489b45dcc49da79a4a7d2f4ab275ee5bfc3')
+ '17213656a016da2aaed14ca5c3cc9df30ad76ea59847b50dce4feb77619af274')
prepare() {
mkdir -p build libne/usr/{lib,share}
+ ls
cd $_pkgbase
git submodule init
- git config --local submodule.libgd.url "$srcdir/libgd"
git submodule update
patch -p1 -i ../nautilus-restore-typeahead.patch