[arch-commits] Commit in ncurses/repos (3 files)

Allan McRae allan at archlinux.org
Fri Aug 29 00:21:18 UTC 2008


    Date: Thursday, August 28, 2008 @ 20:21:18
  Author: allan
Revision: 10398

Merged revisions 9463-10397 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/ncurses/trunk

........
  r10396 | allan | 2008-08-28 23:45:01 +0000 (Thu, 28 Aug 2008) | 3 lines
  
  upgpkg: ncurses 5.6-8
      Re-add libncurses.so.5 for binary compatibility
  All linking on Arch is still done the the wide character library
........

Modified:
  ncurses/repos/testing-x86_64/	(properties)
  ncurses/repos/testing-x86_64/PKGBUILD
Deleted:
  ncurses/repos/testing-x86_64/ncurses.install

-----------------+
 PKGBUILD        |   11 ++++++++++-
 ncurses.install |    9 ---------
 2 files changed, 10 insertions(+), 10 deletions(-)


Property changes on: ncurses/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /ncurses/trunk:1-9462
   + /ncurses/trunk:1-10397

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-08-28 23:45:57 UTC (rev 10397)
+++ testing-x86_64/PKGBUILD	2008-08-29 00:21:18 UTC (rev 10398)
@@ -4,7 +4,7 @@
 
 pkgname=ncurses
 pkgver=5.6
-pkgrel=7
+pkgrel=8
 pkgdesc="A System V Release 4.0 curses emulation library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/ncurses/ncurses.html"
@@ -54,6 +54,15 @@
   ln -sf libncursesw.a ${pkgdir}/usr/lib/libcursesw.a
   ln -sf libncurses.a ${pkgdir}/usr/lib/libcurses.a
 
+  # Install libncurses.so.5 for external binary support 
+  ./configure --prefix=/usr \
+    --with-shared --with-normal --without-debug --without-ada \
+    --with-install-prefix=${pkgdir}
+  make || return 1
+  
+  install -Dm755 lib/libncurses.so.5.6 ${pkgdir}/usr/lib/libncurses.so.5.6
+  ln -sf libncurses.so.5.6 ${pkgdir}/usr/lib/libncurses.so.5
+
   # install license, rip it from the readme
   cd ${srcdir}/${pkgname}-${pkgver}
   mkdir -p ${pkgdir}/usr/share/licenses/$pkgname

Deleted: testing-x86_64/ncurses.install
===================================================================
--- testing-x86_64/ncurses.install	2008-08-28 23:45:57 UTC (rev 10397)
+++ testing-x86_64/ncurses.install	2008-08-29 00:21:18 UTC (rev 10398)
@@ -1,9 +0,0 @@
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  echo ">> You can safely ignore any \"cannot open shared object\" errors you see above"
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list