diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/opensp/APKBUILD | 22 | ||||
-rw-r--r-- | main/opensp/opensp-1.5-InternalInputSource-fix.patch | 11 | ||||
-rw-r--r-- | main/opensp/opensp-1.5-wideCharMax-fix.patch | 10 |
3 files changed, 8 insertions, 35 deletions
diff --git a/main/opensp/APKBUILD b/main/opensp/APKBUILD index ab05fe2120..328ec1762a 100644 --- a/main/opensp/APKBUILD +++ b/main/opensp/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=opensp _realname=OpenSP -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=0 pkgdesc="Implementation of the DSSSL style language" url="http://openjade.sourceforge.net" @@ -11,12 +11,10 @@ arch="all" license="custom" depends="" depends_dev="" -makedepends="$depends_dev" +makedepends="$depends_dev xmlto" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://prdownloads.sourceforge.net/openjade/$_realname-$pkgver.tar.gz - opensp-1.5-wideCharMax-fix.patch - opensp-1.5-InternalInputSource-fix.patch opensp-1.5-install.patch" _builddir="$srcdir"/$_realname-$pkgver @@ -40,6 +38,8 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ + --disable-static \ + --enable-shared \ || return 1 make || return 1 } @@ -51,15 +51,9 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/COPYING || return 1 } -md5sums="f46fe0a04b76a4454ec27b7fcc84ec54 OpenSP-1.5.1.tar.gz -dd5e3d89995dea240c36ce0bad1bddf6 opensp-1.5-wideCharMax-fix.patch -a8b5378b8501a50f78366bf819176435 opensp-1.5-InternalInputSource-fix.patch +md5sums="670b223c5d12cee40c9137be86b6c39b OpenSP-1.5.2.tar.gz cfa9bf5850bafea0c2d2ac01a615b929 opensp-1.5-install.patch" -sha256sums="3f0649840dc3d6ec432e3c8d933b178208f3feccb6db111d22c8995ad07c736b OpenSP-1.5.1.tar.gz -8f25c56dc58ba6293fe5ef4c860eacfea122d945aa7ecbc5b1ffe54fab62a6c8 opensp-1.5-wideCharMax-fix.patch -3a1f328c94b49eae2d4c3051b6d2550092d1ebbf3c1ce4399fe97f5adcd7abb1 opensp-1.5-InternalInputSource-fix.patch +sha256sums="57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce OpenSP-1.5.2.tar.gz 32570cedb02dbaa8fc544cb3706f73c4065b19dcb1dd41fdadc5e7af1fb080fd opensp-1.5-install.patch" -sha512sums="c89c256d384001d73669181e0894e7ca083bedc3f8bfd77eb7c2d1e9fc5a7c91a33a0bc5ca50491e3a644bb1f58224b027d996e111e5d82d518f5d9f41c8546a OpenSP-1.5.1.tar.gz -7634358bd5bd2a567a6d449e904e9f95045a83dc45da378adbb551677b25e46c2525484d3c64c31a735acfbacf7af88b348791192ed29610a8166dc69cba962a opensp-1.5-wideCharMax-fix.patch -4da57ece0246d66bb5d5b71df6f7b01699012a0cc52f6a1cb26af9689277ac9e393b2e3c418ad211e90eba92fe966e2f19d71c611345a69268296be9cfc5e23c opensp-1.5-InternalInputSource-fix.patch +sha512sums="a7dcc246ba7f58969ecd6d107c7b82dede811e65f375b7aa3e683621f2c6ff3e7dccefdd79098fcadad6cca8bb94c2933c63f4701be2c002f9a56f1bbe6b047e OpenSP-1.5.2.tar.gz 6d4cddb3c98313643ef7ab57ce154dd8a188b7ea8edc608a62ff25e4f995ab4167be94e40c2a62ae568e22e1ada4bd9bf0c9687e4dfa43dafde4d87e8b73fdf8 opensp-1.5-install.patch" diff --git a/main/opensp/opensp-1.5-InternalInputSource-fix.patch b/main/opensp/opensp-1.5-InternalInputSource-fix.patch deleted file mode 100644 index 0e8e393457..0000000000 --- a/main/opensp/opensp-1.5-InternalInputSource-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/include/InternalInputSource.h -+++ b/include/InternalInputSource.h -@@ -34,7 +34,7 @@ - void pushCharRef(Char ch, const NamedCharRef &); - Boolean rewind(Messenger &); - const StringC *contents(); -- InternalInputSource *InternalInputSource::asInternalInputSource(); -+ InternalInputSource *asInternalInputSource(); - ~InternalInputSource(); - private: - InternalInputSource(const InternalInputSource &); // undefined diff --git a/main/opensp/opensp-1.5-wideCharMax-fix.patch b/main/opensp/opensp-1.5-wideCharMax-fix.patch deleted file mode 100644 index 2d45217c3c..0000000000 --- a/main/opensp/opensp-1.5-wideCharMax-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/include/RangeMap.cxx -+++ b/include/RangeMap.cxx -@@ -7,6 +7,7 @@ - #include "RangeMap.h" - #include "ISet.h" - #include "types.h" -+#include "constant.h" - - #ifdef SP_NAMESPACE - namespace SP_NAMESPACE { |