mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
quilt: update to 0.69.
This commit is contained in:
parent
5135690c0a
commit
6090f95cd6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'quilt'
|
# Template file for 'quilt'
|
||||||
pkgname=quilt
|
pkgname=quilt
|
||||||
version=0.68
|
version=0.69
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-rpmbuild --with-bash=/bin/bash
|
configure_args="--without-rpmbuild --with-bash=/bin/bash
|
||||||
|
@ -8,7 +8,7 @@ configure_args="--without-rpmbuild --with-bash=/bin/bash
|
||||||
--with-column=/usr/bin/column"
|
--with-column=/usr/bin/column"
|
||||||
make_install_args='BUILD_ROOT=$(DESTDIR)'
|
make_install_args='BUILD_ROOT=$(DESTDIR)'
|
||||||
make_install_target='install-main'
|
make_install_target='install-main'
|
||||||
hostmakedepends="perl ed tar"
|
hostmakedepends="perl ed tar gettext"
|
||||||
# quilt is a bash script.
|
# quilt is a bash script.
|
||||||
# All quilt's users use quilt-refresh, which requires perl
|
# All quilt's users use quilt-refresh, which requires perl
|
||||||
depends="patch perl bash"
|
depends="patch perl bash"
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-2.0-only"
|
||||||
homepage="http://savannah.nongnu.org/projects/quilt"
|
homepage="http://savannah.nongnu.org/projects/quilt"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz"
|
||||||
distfiles="http://download-mirror.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz"
|
distfiles="http://download-mirror.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz"
|
||||||
checksum=fe8c09de03c106e85b3737c8f03ade147c956b79ed7af485a1c8a3858db38426
|
checksum=555ddffde22da3c86d1caf5a9c1fb8a152ac2b84730437bd39cc08849c9f4852
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i 's;[$](etcdir)/bash_completion.d;$(datadir)/bash-completion/completions;g' \
|
vsed -i 's;[$](etcdir)/bash_completion.d;$(datadir)/bash-completion/completions;g' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue