summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Vaca2018-02-17 19:19:59 +0100
committerAlbert Vaca2018-02-24 12:42:47 +0100
commit20cd678f46280885578acaa5b790bd1ef2d5404b (patch)
treef1022445314ea3407d2cf3823fcc270fa4f8095e
parent1761adc93c530be46bd9ce6bcfa98caf10cbfa54 (diff)
downloadaur-20cd678f46280885578acaa5b790bd1ef2d5404b.tar.gz
Update to 3.26.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969507376fec..914f8e34454a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 18 21:55:04 UTC 2017
+# Sat Feb 17 18:19:24 UTC 2018
pkgbase = nautilus-typeahead
pkgdesc = Default file manager for GNOME - Patched to bring back the 'typeahead find' feature
- pkgver = 3.26.0
- pkgrel = 2
+ pkgver = 3.26.2
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/Nautilus
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = nautilus-typeahead
depends = nautilus-sendto
depends = gnome-autoar
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=69942c754ea4e45ab0d32bcbc9e29f1c08da8990
+ source = git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=51637bc0960002b811e1c0c7be8671cf9a1cc5be
source = nautilus-restore-typeahead.patch
sha256sums = SKIP
sha256sums = 17213656a016da2aaed14ca5c3cc9df30ad76ea59847b50dce4feb77619af274
@@ -43,7 +43,7 @@ pkgname = nautilus-typeahead
depends = tracker
depends = nautilus-sendto
depends = gnome-autoar
- depends = libnautilus-extension
+ depends = libnautilus-extension-typeahead
provides = nautilus
conflicts = nautilus
diff --git a/PKGBUILD b/PKGBUILD
index a8c7614bda64..623139a5a007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@
_pkgbase=nautilus
pkgbase=nautilus-typeahead
pkgname=(nautilus-typeahead libnautilus-extension-typeahead)
-pkgver=3.26.0
-pkgrel=2
+pkgver=3.26.2
+pkgrel=1
pkgdesc="Default file manager for GNOME - Patched to bring back the 'typeahead find' feature"
url="https://wiki.gnome.org/Apps/Nautilus"
arch=(i686 x86_64)
license=(GPL)
depends=(libexif gnome-desktop exempi gvfs dconf tracker nautilus-sendto gnome-autoar)
-makedepends=(intltool gobject-introspection python packagekit python2 gnome-common git gtk-doc meson ninja)
+makedepends=(intltool gobject-introspection python packagekit python2 gnome-common git gtk-doc 'meson>=0.44.1' ninja)
options=(!emptydirs)
-_commit=69942c754ea4e45ab0d32bcbc9e29f1c08da8990 # tags/3.26.0
+_commit=51637bc0960002b811e1c0c7be8671cf9a1cc5be # tags/3.26.2
source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit"
nautilus-restore-typeahead.patch)
sha256sums=('SKIP'
@@ -39,9 +39,7 @@ pkgver() {
build() {
cd build
- export LANG=en_US.UTF-8
- meson --prefix=/usr --buildtype=release ../nautilus \
- --sysconfdir=/etc \
+ arch-meson ../nautilus \
-Denable-exif=true \
-Denable-xmp=true \
-Denable-gtk-doc=true \
@@ -50,7 +48,7 @@ build() {
}
package_nautilus-typeahead() {
- depends+=(libnautilus-extension)
+ depends+=(libnautilus-extension-typeahead)
install=nautilus.install
conflicts=(nautilus)
provides=(nautilus)