summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2016-09-19 19:28:48 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2016-09-19 19:28:48 +0200
commit3967d993b3b050d8817b4cf06a1f0ee79c8b27ed (patch)
tree54ae14c970dddf2c19f9d369b31dae9d3efe4aff
parent6cbe77eb3b36ec2a9a0b617db7fa992798ec0807 (diff)
downloadcore-3967d993b3b050d8817b4cf06a1f0ee79c8b27ed.tar.gz
core-3967d993b3b050d8817b4cf06a1f0ee79c8b27ed.tar.xz
ncurses: removed old workaround symlinks
-rw-r--r--ncurses/.footprint3
-rw-r--r--ncurses/.signature6
-rw-r--r--ncurses/Pkgfile7
3 files changed, 4 insertions, 12 deletions
diff --git a/ncurses/.footprint b/ncurses/.footprint
index ff810729..ab0f9ac8 100644
--- a/ncurses/.footprint
+++ b/ncurses/.footprint
@@ -51,11 +51,8 @@ lrwxrwxrwx root/root usr/lib/libmenuw.so.6 -> libmenuw.so.6.0
-rwxr-xr-x root/root usr/lib/libmenuw.so.6.0
-rw-r--r-- root/root usr/lib/libncurses++w.a
-rw-r--r-- root/root usr/lib/libncurses.so
-lrwxrwxrwx root/root usr/lib/libncurses.so.5 -> libncursesw.so
-rw-r--r-- root/root usr/lib/libncursesw.a
lrwxrwxrwx root/root usr/lib/libncursesw.so -> ../../lib/libncursesw.so.6.0
-lrwxrwxrwx root/root usr/lib/libncursesw.so.5 -> libncursesw.so
-lrwxrwxrwx root/root usr/lib/libncursesw.so.6 -> libncursesw.so
-rw-r--r-- root/root usr/lib/libpanel.so
-rw-r--r-- root/root usr/lib/libpanelw.a
lrwxrwxrwx root/root usr/lib/libpanelw.so -> libpanelw.so.6
diff --git a/ncurses/.signature b/ncurses/.signature
index c6cc411f..2aaa0a2d 100644
--- a/ncurses/.signature
+++ b/ncurses/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqohs3EO7I2V5jkvnxnTNX3B8I/cySj3/mDDxRUykQXNnd3ZbONH2aniRN73O5wBxwwGI2fVSfYQw/WX9YFT0Zww=
-SHA256 (Pkgfile) = 839b807b114070010f45116ef51de4800c3165a039442cbeeaa2b1fd81631a10
-SHA256 (.footprint) = 5347c901c6d06a0fad7c0ae87261caba683c374fb210b4998a253fefd0a9c5b4
+RWRJc1FUaeVeqt2qi4uVBshsp4nOOuNIx57Yl/cptf47NcQtWYmEbJRMjOoGQa/HYeA2YUnAnjljqAPQSEEqSbK297YOayLesgg=
+SHA256 (Pkgfile) = 6321ff9adfff9115facbd6295de04b65dffc1b342aee3b37a34ebb0f75732bdd
+SHA256 (.footprint) = a734b10427b4594eeedc673636dfd8cf242b41db9434ca7bf3009d1d54223c34
SHA256 (ncurses-6.0.tar.gz) = f551c24b30ce8bfb6e96d9f59b42fbea30fa3a6123384172f9e7284bcf647260
diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile
index 2a01e485..7903c3e3 100644
--- a/ncurses/Pkgfile
+++ b/ncurses/Pkgfile
@@ -4,7 +4,7 @@
name=ncurses
version=6.0
-release=3
+release=4
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
@@ -37,9 +37,4 @@ build() {
# linker script for the curses library
echo "INPUT(-lncursesw)" > $PKG/usr/lib/libcursesw.so
ln -s libncurses.so $PKG/usr/lib/libcurses.so
-
- # symlinks for ncurses 5 (remove them later))
- ln -s libncursesw.so $PKG/usr/lib/libncurses.so.5
- ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.5
- ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.6
}

Generated by cgit