Date: Tuesday, November 15, 2022 @ 20:49:23
Author: andyrtr
Revision: 461805
archrelease: copy trunk to extra-x86_64
Added:
libe-book/repos/extra-x86_64/PKGBUILD
(from rev 461804, libe-book/trunk/PKGBUILD)
libe-book/repos/extra-x86_64/icu68.patch
(from rev 461804, libe-book/trunk/icu68.patch)
Deleted:
libe-book/repos/extra-x86_64/PKGBUILD
libe-book/repos/extra-x86_64/icu68.patch
-------------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++----------------------------
icu68.patch | 40 +++++++++++++++---------------
2 files changed, 60 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 20:49:16 UTC (rev 461804)
+++ PKGBUILD 2022-11-15 20:49:23 UTC (rev 461805)
@@ -1,37 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-# Contributor: Thomas Arnhold <thomas at arnhold dot org>
-
-pkgname=libe-book
-pkgver=0.1.3
-pkgrel=12
-pkgdesc="Library for import of reflowable e-book formats."
-arch=('x86_64')
-url="https://sourceforge.net/projects/libebook/"
-license=('LGPL2.1' 'MPL')
-depends=('librevenge' 'libxml2' 'liblangtag')
-makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
-source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz
- icu68.patch)
-sha1sums=('18fde9588c236d51eea9437ed882d8b751daf01f'
- '132fd6bf8622f2d922a9e844c665a906d6b2bbdb')
-
-prepare() {
- cd "${pkgname}"-${pkgver}
- patch -Np0 -i ../icu68.patch
-}
-
-build() {
- cd "${pkgname}"-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "${pkgname}"-${pkgver}
- make check
-}
-
-package() {
- cd "${pkgname}"-${pkgver}
- make DESTDIR="$pkgdir" install
-}
Copied: libe-book/repos/extra-x86_64/PKGBUILD (from rev 461804,
libe-book/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-15 20:49:23 UTC (rev 461805)
@@ -0,0 +1,40 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=libe-book
+pkgver=0.1.3
+pkgrel=13
+pkgdesc="Library for import of reflowable e-book formats."
+arch=('x86_64')
+url="https://sourceforge.net/projects/libebook/"
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2' 'liblangtag')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+options=('debug')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz
+ icu68.patch)
+sha1sums=('18fde9588c236d51eea9437ed882d8b751daf01f'
+ '132fd6bf8622f2d922a9e844c665a906d6b2bbdb')
+sha256sums=('7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9'
+ '33953b0430e5f80ac75fc80270ef9b52f996632bc8ee30d8c88999658beb056e')
+
+prepare() {
+ cd "${pkgname}"-${pkgver}
+ patch -Np0 -i ../icu68.patch
+}
+
+build() {
+ cd "${pkgname}"-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "${pkgname}"-${pkgver}
+ make check
+}
+
+package() {
+ cd "${pkgname}"-${pkgver}
+ make DESTDIR="$pkgdir" install
+}
Deleted: icu68.patch
===================================================================
--- icu68.patch 2022-11-15 20:49:16 UTC (rev 461804)
+++ icu68.patch 2022-11-15 20:49:23 UTC (rev 461805)
@@ -1,20 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-EBOOKCharsetConverter.cpp:127:7: error: use of undeclared identifier 'TRUE'
- TRUE, TRUE, &status)
- ^
-EBOOKCharsetConverter.cpp:127:13: error: use of undeclared identifier 'TRUE'
- TRUE, TRUE, &status)
- ^
-
---- src/lib/EBOOKCharsetConverter.cpp.orig 2018-01-01 11:16:28 UTC
-+++ src/lib/EBOOKCharsetConverter.cpp
-@@ -124,7 +124,7 @@ bool EBOOKCharsetConverter::convertBytes(const char *c
- m_converterToUTF8.get(), m_converterToUnicode.get(),
- &outText, outText + out.size(), &inText, inText + length,
- nullptr, nullptr, nullptr, nullptr,
-- TRUE, TRUE, &status)
-+ true, true, &status)
- ;
- if (status==U_BUFFER_OVERFLOW_ERROR)
- {
Copied: libe-book/repos/extra-x86_64/icu68.patch (from rev 461804,
libe-book/trunk/icu68.patch)
===================================================================
--- icu68.patch (rev 0)
+++ icu68.patch 2022-11-15 20:49:23 UTC (rev 461805)
@@ -0,0 +1,20 @@
+Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
+
+EBOOKCharsetConverter.cpp:127:7: error: use of undeclared identifier 'TRUE'
+ TRUE, TRUE, &status)
+ ^
+EBOOKCharsetConverter.cpp:127:13: error: use of undeclared identifier 'TRUE'
+ TRUE, TRUE, &status)
+ ^
+
+--- src/lib/EBOOKCharsetConverter.cpp.orig 2018-01-01 11:16:28 UTC
++++ src/lib/EBOOKCharsetConverter.cpp
+@@ -124,7 +124,7 @@ bool EBOOKCharsetConverter::convertBytes(const char *c
+ m_converterToUTF8.get(), m_converterToUnicode.get(),
+ &outText, outText + out.size(), &inText, inText + length,
+ nullptr, nullptr, nullptr, nullptr,
+- TRUE, TRUE, &status)
++ true, true, &status)
+ ;
+ if (status==U_BUFFER_OVERFLOW_ERROR)
+ {