Add pcre2 dependency and disable built-in pcre.
This commit is contained in:
5
.SRCINFO
5
.SRCINFO
@@ -1,8 +1,8 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Dec 14 22:08:01 UTC 2015
|
# Sun Apr 17 17:58:34 UTC 2016
|
||||||
pkgbase = fish-git
|
pkgbase = fish-git
|
||||||
pkgdesc = User friendly shell intended mostly for interactive use.
|
pkgdesc = User friendly shell intended mostly for interactive use.
|
||||||
pkgver = 2.2.0.r459.gf045d9b
|
pkgver = 2.2.0.r775.gf034d8b
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = http://fishshell.com
|
url = http://fishshell.com
|
||||||
@@ -18,6 +18,7 @@ pkgbase = fish-git
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = ncurses
|
makedepends = ncurses
|
||||||
depends = bc
|
depends = bc
|
||||||
|
depends = pcre2
|
||||||
optdepends = python: fish_update_completions and other tools
|
optdepends = python: fish_update_completions and other tools
|
||||||
optdepends = pkgfile: for command-not-found handler
|
optdepends = pkgfile: for command-not-found handler
|
||||||
provides = fish
|
provides = fish
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
pkgname=fish-git
|
pkgname=fish-git
|
||||||
_gitname="fish-shell"
|
_gitname="fish-shell"
|
||||||
pkgver=2.2.0.r459.gf045d9b
|
pkgver=2.2.0.r775.gf034d8b
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgdesc="User friendly shell intended mostly for interactive use."
|
pkgdesc="User friendly shell intended mostly for interactive use."
|
||||||
arch=('i686' 'x86_64' 'arm')
|
arch=('i686' 'x86_64' 'arm')
|
||||||
url="http://fishshell.com"
|
url="http://fishshell.com"
|
||||||
license=("GPL" "LGPL" "BSD" "MIT")
|
license=("GPL" "LGPL" "BSD" "MIT")
|
||||||
depends=('bc')
|
depends=('bc' 'pcre2')
|
||||||
optdepends=('python: fish_update_completions and other tools'
|
optdepends=('python: fish_update_completions and other tools'
|
||||||
'pkgfile: for command-not-found handler')
|
'pkgfile: for command-not-found handler')
|
||||||
makedepends=('doxygen' 'git' 'ncurses')
|
makedepends=('doxygen' 'git' 'ncurses')
|
||||||
@@ -33,7 +33,7 @@ build() {
|
|||||||
cd "$srcdir/$_gitname"
|
cd "$srcdir/$_gitname"
|
||||||
|
|
||||||
autoconf
|
autoconf
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --docdir=/usr/share/doc/fish
|
./configure --prefix=/usr --sysconfdir=/etc --docdir=/usr/share/doc/fish --without-included-pcre2
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user