[arch-commits] Commit in ncurses/repos (3 files)
Allan McRae
allan at archlinux.org
Sat Nov 15 00:00:48 UTC 2008
Date: Friday, November 14, 2008 @ 19:00:47
Author: allan
Revision: 19129
Merged revisions 19128 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/ncurses/trunk
........
r19128 | allan | 2008-11-15 09:59:22 +1000 (Sat, 15 Nov 2008) | 2 lines
upgpkg: ncurses 5.7-2
Fixes FS#12124
........
Modified:
ncurses/repos/testing-i686/ (properties)
ncurses/repos/testing-i686/ChangeLog
ncurses/repos/testing-i686/PKGBUILD
-----------+
ChangeLog | 4 ++++
PKGBUILD | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
Property changes on: ncurses/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
- /ncurses/trunk:1-19066
+ /ncurses/trunk:1-19128
Modified: testing-i686/ChangeLog
===================================================================
--- testing-i686/ChangeLog 2008-11-14 23:59:22 UTC (rev 19128)
+++ testing-i686/ChangeLog 2008-11-15 00:00:47 UTC (rev 19129)
@@ -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-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2008-11-14 23:59:22 UTC (rev 19128)
+++ testing-i686/PKGBUILD 2008-11-15 00:00:47 UTC (rev 19129)
@@ -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