Browse Source

Match base nautilus package

master
Albert Vaca 7 years ago
parent
commit
662e34f588
  1. 6
      .SRCINFO
  2. 4
      PKGBUILD

6
.SRCINFO

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Sat Feb 17 18:19:24 UTC 2018
# Sat Feb 24 11:46:06 UTC 2018
pkgbase = nautilus-typeahead
pkgdesc = Default file manager for GNOME - Patched to bring back the 'typeahead find' feature
pkgver = 3.26.2
pkgrel = 1
pkgrel = 3
url = https://wiki.gnome.org/Apps/Nautilus
arch = i686
arch = x86_64
@ -16,7 +16,7 @@ pkgbase = nautilus-typeahead
makedepends = gnome-common
makedepends = git
makedepends = gtk-doc
makedepends = meson
makedepends = meson>=0.44.1
makedepends = ninja
depends = libexif
depends = gnome-desktop

4
PKGBUILD

@ -7,7 +7,7 @@ _pkgbase=nautilus
pkgbase=nautilus-typeahead
pkgname=(nautilus-typeahead libnautilus-extension-typeahead)
pkgver=3.26.2
pkgrel=1
pkgrel=3
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)
@ -29,6 +29,8 @@ prepare() {
git submodule init
git submodule update
git cherry-pick -n d74e1a3d 9238456b bf86a803
patch -p1 -i ../nautilus-restore-typeahead.patch
}

Loading…
Cancel
Save