new upstream patchset

ledoian
Bartłomiej Piotrowski 8 years ago
parent 3348322f72
commit 0770164673

@ -3,7 +3,7 @@
# Contributor: judd <jvinet@zeroflux.org> # Contributor: judd <jvinet@zeroflux.org>
pkgname=ncurses pkgname=ncurses
_pkgver=6.0-20161112 _pkgver=6.0-20161203
pkgver=${_pkgver/-/+} pkgver=${_pkgver/-/+}
pkgrel=1 pkgrel=1
pkgdesc='System V Release 4.0 curses emulation library' pkgdesc='System V Release 4.0 curses emulation library'
@ -14,7 +14,7 @@ depends=('glibc' 'gcc-libs')
provides=('libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so' provides=('libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so'
'libncursesw.so') 'libncursesw.so')
source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc}) source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
md5sums=('8e0c11e0753a2fe742a317a73880cfff' md5sums=('b9a2496bce1823c0f871d047446a965e'
'SKIP') 'SKIP')
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
@ -24,7 +24,7 @@ build() {
./configure --prefix=/usr --mandir=/usr/share/man \ ./configure --prefix=/usr --mandir=/usr/share/man \
--with-pkg-config-libdir=/usr/lib/pkgconfig \ --with-pkg-config-libdir=/usr/lib/pkgconfig \
--with-shared --with-normal --without-debug --without-ada \ --with-shared --with-normal --without-debug --without-ada \
--enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
make make
} }

Loading…
Cancel
Save