libiconv: update to 1.15

This commit is contained in:
Tom G. Christensen 2018-04-11 21:19:55 +02:00
parent 9d3ac5ad39
commit e741a35e33
2 changed files with 8 additions and 4 deletions

View File

@ -6,9 +6,9 @@
###########################################################
# Check the following 4 variables before running the script
topdir=libiconv
version=1.14
pkgver=2
source[0]=$topdir-$version.tar.gz
version=1.15
pkgver=1
source[0]=https://mirrors.kernel.org/gnu/$topdir/$topdir-$version.tar.gz
# If there are no patches, simply comment this
#patch[0]=
@ -38,6 +38,7 @@ install()
generic_install DESTDIR
doc NOTES ChangeLog DESIGN NEWS COPYING AUTHORS README COPYING.LIB
${__rm} -f ${stagedir}${prefix}/${_libdir}/charset.alias
${__rm} -f ${stagedir}${prefix}/share/doc/*.html
# Sadly configure ignores --program-prefix, so we have to fix this manually
${__mv} ${stagedir}${prefix}/${_bindir}/iconv ${stagedir}${prefix}/${_bindir}/${gnu_prefix}iconv
@ -45,7 +46,7 @@ install()
# Compatible with previous package
compat libiconv 1.12 1 1
compat libiconv 1.14 1 1
compat libiconv 1.14 1 2
}
reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Sun Apr 08 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 1.15-1
- Update to 1.15
* Thu Nov 07 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.14-2
- Rebuild