[arch-commits] Commit in ncurses/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Feb 13 08:10:20 UTC 2020


    Date: Thursday, February 13, 2020 @ 08:10:19
  Author: bpiotrowski
Revision: 375520

archrelease: copy trunk to testing-x86_64

Added:
  ncurses/repos/testing-x86_64/PKGBUILD
    (from rev 375519, ncurses/trunk/PKGBUILD)
Deleted:
  ncurses/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |  105 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 08:10:11 UTC (rev 375519)
+++ PKGBUILD	2020-02-13 08:10:19 UTC (rev 375520)
@@ -1,52 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=ncurses
-pkgver=6.1+20200118
-_pkgver=${pkgver/+/-}
-pkgrel=1
-pkgdesc='System V Release 4.0 curses emulation library'
-arch=(x86_64)
-url='https://invisible-island.net/ncurses/ncurses.html'
-license=(MIT)
-depends=(glibc gcc-libs)
-provides=(libncurses++w.so libformw.so libmenuw.so libpanelw.so libncursesw.so)
-#source=(https://ftp.gnu.org/pub/gnu/ncurses/ncurses-$pkgver.tar.gz{,.sig})
-source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
-md5sums=('e0ac9b5fc62d94f0ebcb94a6b39b798e'
-         'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')  # Thomas Dickey
-
-build() {
-  cd $pkgname-$_pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    --with-pkg-config-libdir=/usr/lib/pkgconfig \
-    --with-shared --with-normal --without-debug --without-ada \
-    --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
-    --with-manpage-format=normal
-  make
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # fool packages looking to link to non-wide-character ncurses libraries
-  for lib in ncurses ncurses++ form panel menu; do
-    echo "INPUT(-l${lib}w)" > "$pkgdir/usr/lib/lib${lib}.so"
-    ln -s ${lib}w.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc"
-  done
-
-  for lib in tic tinfo; do
-    echo "INPUT(libncursesw.so.${pkgver:0:1})" > "$pkgdir/usr/lib/lib${lib}.so"
-    ln -s libncursesw.so.${pkgver:0:1} "$pkgdir/usr/lib/lib${lib}.so.${pkgver:0:1}"
-    ln -s ncursesw.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc"
-  done
-
-  # some packages look for -lcurses during build
-  echo 'INPUT(-lncursesw)' > "$pkgdir/usr/lib/libcursesw.so"
-  ln -s libncurses.so "$pkgdir/usr/lib/libcurses.so"
-}

Copied: ncurses/repos/testing-x86_64/PKGBUILD (from rev 375519, ncurses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-13 08:10:19 UTC (rev 375520)
@@ -0,0 +1,53 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=ncurses
+pkgver=6.2
+_pkgver=${pkgver/+/-}
+pkgrel=1
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=(x86_64)
+url='https://invisible-island.net/ncurses/ncurses.html'
+license=(MIT)
+depends=(glibc gcc-libs)
+provides=(libncurses++w.so libformw.so libmenuw.so libpanelw.so libncursesw.so)
+replaces=(alacritty-terminfo)
+source=(https://ftp.gnu.org/pub/gnu/ncurses/ncurses-$pkgver.tar.gz{,.sig})
+#source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
+md5sums=('e812da327b1c2214ac1aed440ea3ae8d'
+         'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')  # Thomas Dickey
+
+build() {
+  cd $pkgname-$_pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --with-pkg-config-libdir=/usr/lib/pkgconfig \
+    --with-shared --with-normal --without-debug --without-ada \
+    --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
+    --with-manpage-format=normal
+  make
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in ncurses ncurses++ form panel menu; do
+    echo "INPUT(-l${lib}w)" > "$pkgdir/usr/lib/lib${lib}.so"
+    ln -s ${lib}w.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc"
+  done
+
+  for lib in tic tinfo; do
+    echo "INPUT(libncursesw.so.${pkgver:0:1})" > "$pkgdir/usr/lib/lib${lib}.so"
+    ln -s libncursesw.so.${pkgver:0:1} "$pkgdir/usr/lib/lib${lib}.so.${pkgver:0:1}"
+    ln -s ncursesw.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc"
+  done
+
+  # some packages look for -lcurses during build
+  echo 'INPUT(-lncursesw)' > "$pkgdir/usr/lib/libcursesw.so"
+  ln -s libncurses.so "$pkgdir/usr/lib/libcurses.so"
+}



More information about the arch-commits mailing list