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

Eric Bélanger eric at archlinux.org
Sat Nov 15 04:18:42 UTC 2008


    Date: Friday, November 14, 2008 @ 23:18:42
  Author: eric
Revision: 19144

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

........
  r19128 | allan | 2008-11-14 18:59:22 -0500 (Fri, 14 Nov 2008) | 2 lines
  
  upgpkg: ncurses 5.7-2
      Fixes FS#12124
........

Modified:
  ncurses/repos/testing-x86_64/	(properties)
  ncurses/repos/testing-x86_64/ChangeLog
  ncurses/repos/testing-x86_64/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


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

Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog	2008-11-15 03:45:56 UTC (rev 19143)
+++ testing-x86_64/ChangeLog	2008-11-15 04:18:42 UTC (rev 19144)
@@ -1,3 +1,7 @@
+2008-11-15  Allan McRae <allan at archlinux.org>
+	* ncurses-5.7-2
+	* fix installation of non-wide charater libraries (FS#12124)
+
 2008-11-03  Allan McRae <allan at archlinux.org>
 	* ncurses-5.7-1
 	* upstream update

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-11-15 03:45:56 UTC (rev 19143)
+++ testing-x86_64/PKGBUILD	2008-11-15 04:18:42 UTC (rev 19144)
@@ -4,7 +4,7 @@
 
 pkgname=ncurses
 pkgver=5.7
-pkgrel=1
+pkgrel=2
 pkgdesc="System V Release 4.0 curses emulation library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/ncurses/"
@@ -53,8 +53,8 @@
     --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 -Dm755 lib/libncurses.so.${pkgver} ${pkgdir}/usr/lib/libncurses.so.${pkgver}
+  ln -sf libncurses.so.${pkgver} ${pkgdir}/usr/lib/libncurses.so.5
 
   # install license, rip it from the readme
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list