From 2992f0d1c7675dad0e83f8544bbbba4a4907d20f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 3 Nov 2018 22:25:54 +0000 Subject: system/icu: bump to 63.1 --- system/icu/APKBUILD | 15 +++++---------- system/libxml2/APKBUILD | 2 +- user/firefox-esr/APKBUILD | 2 +- user/harfbuzz/APKBUILD | 2 +- user/kjs/APKBUILD | 2 +- user/libcdr/APKBUILD | 2 +- user/libe-book/APKBUILD | 2 +- user/libfreehand/APKBUILD | 2 +- user/libical/APKBUILD | 4 ++-- user/libmspub/APKBUILD | 2 +- user/libqalculate/APKBUILD | 2 +- user/libqxp/APKBUILD | 2 +- user/libvisio/APKBUILD | 2 +- user/libzmf/APKBUILD | 2 +- user/mozjs/APKBUILD | 2 +- user/php7/APKBUILD | 2 +- user/qemu/APKBUILD | 2 +- user/qt5-qtbase/APKBUILD | 2 +- user/qt5-qtpositioning/APKBUILD | 4 ++-- user/qt5-qtwebkit/APKBUILD | 2 +- user/r/APKBUILD | 2 +- user/thunderbird/APKBUILD | 2 +- 22 files changed, 28 insertions(+), 33 deletions(-) diff --git a/system/icu/APKBUILD b/system/icu/APKBUILD index 19ade3e18..c8db97c53 100644 --- a/system/icu/APKBUILD +++ b/system/icu/APKBUILD @@ -1,20 +1,20 @@ # Contributor: Sergey Lukin # Maintainer: A. Wilcox pkgname=icu -pkgver=62.1 +pkgver=63.1 # convert x.y.z to x_y_z _ver=${pkgver//./_} -pkgrel=3 +pkgrel=0 pkgdesc="International Components for Unicode library" url="http://www.icu-project.org/" arch="all" license="ICU" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" -depends= +depends="" checkdepends="diffutils" -makedepends= +makedepends="" source="http://download.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src.tgz icu-60.2-always-use-utf8.patch " @@ -78,16 +78,11 @@ package() { "$pkgdir"/usr/share/licenses/icu/license.html } -libs() { - default_libs - replaces="icu" -} - static() { pkgdesc="$pkgdesc (Static libraries)" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ } -sha512sums="8295f2754fb6907e2cc8f515dccca05530963b544e89a2b8e323cd0ddfdbbe0c9eba8b367c1dbc04d7bb906b66b1003fd545ca05298939747c832c9d4431cf2a icu4c-62_1-src.tgz +sha512sums="9ab407ed840a00cdda7470dcc4c40299a125ad246ae4d019c4b1ede54781157fd63af015a8228cd95dbc47e4d15a0932b2c657489046a19788e5e8266eac079c icu4c-63_1-src.tgz f86c62422f38f6485c58d4766e629bab69e4b0e00fa910854e40e7db1ace299152eaefa99ae2fbab7465e65d3156cbea7124612defa60680db58ab5c34d6262f icu-60.2-always-use-utf8.patch" diff --git a/system/libxml2/APKBUILD b/system/libxml2/APKBUILD index 8630b9445..ffeaf9772 100644 --- a/system/libxml2/APKBUILD +++ b/system/libxml2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=libxml2 pkgver=2.9.8 -pkgrel=0 +pkgrel=1 pkgdesc="XML parsing library" url="http://www.xmlsoft.org/" arch="all" diff --git a/user/firefox-esr/APKBUILD b/user/firefox-esr/APKBUILD index 08b3d6c4b..feca61fdf 100644 --- a/user/firefox-esr/APKBUILD +++ b/user/firefox-esr/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox-esr pkgver=52.9.0 _pkgver=$pkgver _xulver=$pkgver -pkgrel=2 +pkgrel=3 pkgdesc="Firefox web browser" url="https://www.mozilla.org/en-US/firefox/organizations/faq/" arch="all" diff --git a/user/harfbuzz/APKBUILD b/user/harfbuzz/APKBUILD index 6629b2639..a1ac03268 100644 --- a/user/harfbuzz/APKBUILD +++ b/user/harfbuzz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=harfbuzz pkgver=1.8.8 -pkgrel=0 +pkgrel=1 pkgdesc="Text shaping library" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" arch="all" diff --git a/user/kjs/APKBUILD b/user/kjs/APKBUILD index 7376445ba..b9bdf1e91 100644 --- a/user/kjs/APKBUILD +++ b/user/kjs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=kjs pkgver=5.51.0 -pkgrel=0 +pkgrel=1 pkgdesc="Independent, free JavaScript engine" url="https://www.kde.org/" arch="all" diff --git a/user/libcdr/APKBUILD b/user/libcdr/APKBUILD index 8ed5fd70b..cdddfc1a4 100644 --- a/user/libcdr/APKBUILD +++ b/user/libcdr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees pkgname=libcdr pkgver=0.1.4 -pkgrel=2 +pkgrel=3 pkgdesc="Import filter and tools for Corel DRAW files" url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" arch="all" diff --git a/user/libe-book/APKBUILD b/user/libe-book/APKBUILD index fefff969c..ee7097969 100644 --- a/user/libe-book/APKBUILD +++ b/user/libe-book/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees pkgname=libe-book pkgver=0.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Import filter and tools for various ebook formats" url="https://sourceforge.net/projects/libebook/" arch="all" diff --git a/user/libfreehand/APKBUILD b/user/libfreehand/APKBUILD index 85ff7cf1f..b8371ac74 100644 --- a/user/libfreehand/APKBUILD +++ b/user/libfreehand/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees pkgname=libfreehand pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Import filter and tools for Adobe FreeHand documents" url="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand" arch="all" diff --git a/user/libical/APKBUILD b/user/libical/APKBUILD index a866743c7..513674394 100644 --- a/user/libical/APKBUILD +++ b/user/libical/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: pkgname=libical pkgver=3.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Reference implementation of the iCalendar format" url="https://libical.github.io/libical/" arch="all" #options="!check" # Test suite is very broken. license="MPL-2.0 OR LGPL-2.1-only" depends="" -makedepends="cmake libxml2-dev perl glib-dev" +makedepends="cmake glib-dev icu-dev libxml2-dev perl" subpackages="$pkgname-dev" source="https://github.com/libical/libical/releases/download/v$pkgver/libical-$pkgver.tar.gz" diff --git a/user/libmspub/APKBUILD b/user/libmspub/APKBUILD index 9b2de9baf..746c1a84e 100644 --- a/user/libmspub/APKBUILD +++ b/user/libmspub/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees pkgname=libmspub pkgver=0.1.4 -pkgrel=0 +pkgrel=1 pkgdesc="Import filter and tools for Microsoft Publisher files" url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" arch="all" diff --git a/user/libqalculate/APKBUILD b/user/libqalculate/APKBUILD index fe9078500..313c3f823 100644 --- a/user/libqalculate/APKBUILD +++ b/user/libqalculate/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=libqalculate pkgver=2.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Library implementing a powerful, versatile desktop calculator" url="https://qalculate.github.io/" arch="all" diff --git a/user/libqxp/APKBUILD b/user/libqxp/APKBUILD index de0a29d66..6476cc5f0 100644 --- a/user/libqxp/APKBUILD +++ b/user/libqxp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees pkgname=libqxp pkgver=0.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Import filter and tools for QuarkXPress documents" url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp" arch="all" diff --git a/user/libvisio/APKBUILD b/user/libvisio/APKBUILD index 84a23c799..9e5a8dace 100644 --- a/user/libvisio/APKBUILD +++ b/user/libvisio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees pkgname=libvisio pkgver=0.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Import filter and tools for MS Visio diagrams" url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" arch="all" diff --git a/user/libzmf/APKBUILD b/user/libzmf/APKBUILD index 3307e6598..6829fb3f8 100644 --- a/user/libzmf/APKBUILD +++ b/user/libzmf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees pkgname=libzmf pkgver=0.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Import filter and tools for Zoner Callisto/Draw documents" url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf" arch="all" diff --git a/user/mozjs/APKBUILD b/user/mozjs/APKBUILD index 81d92f987..7760654b5 100644 --- a/user/mozjs/APKBUILD +++ b/user/mozjs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=mozjs pkgver=52.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Standalone JavaScript interpreter from Mozilla" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" arch="all" diff --git a/user/php7/APKBUILD b/user/php7/APKBUILD index f68ba54d2..8ed53f99d 100644 --- a/user/php7/APKBUILD +++ b/user/php7/APKBUILD @@ -26,7 +26,7 @@ pkgname=php7 _pkgname=php pkgver=7.2.11 -pkgrel=0 +pkgrel=1 _apiver=20170718 pkgdesc="The PHP7 language runtime engine" url="https://php.net/" diff --git a/user/qemu/APKBUILD b/user/qemu/APKBUILD index 41a6647bf..f64964b3c 100644 --- a/user/qemu/APKBUILD +++ b/user/qemu/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: A. Wilcox pkgname=qemu pkgver=3.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Machine emulator and virtualisation software" url="https://www.qemu.org/" arch="all" diff --git a/user/qt5-qtbase/APKBUILD b/user/qt5-qtbase/APKBUILD index 22b4db58c..bc81a6442 100644 --- a/user/qt5-qtbase/APKBUILD +++ b/user/qt5-qtbase/APKBUILD @@ -2,7 +2,7 @@ pkgname=qt5-qtbase _pkgname=qtbase-opensource-src pkgver=5.9.6 -pkgrel=0 +pkgrel=1 pkgdesc="Qt 5.9 base components" url="https://www.qt.io/" arch="all" diff --git a/user/qt5-qtpositioning/APKBUILD b/user/qt5-qtpositioning/APKBUILD index cb8d4c129..e10d6b170 100644 --- a/user/qt5-qtpositioning/APKBUILD +++ b/user/qt5-qtpositioning/APKBUILD @@ -3,14 +3,14 @@ pkgname=qt5-qtpositioning _pkgname=qtlocation-opensource-src pkgver=5.9.6 -pkgrel=0 +pkgrel=1 pkgdesc="Qt 5 - Geolocation services" url="https://www.qt.io/" arch="all" options="!check" license="LGPLv2 with exceptions OR GPLv3 with exceptions" depends="" -makedepends="qt5-qtbase-dev" +makedepends="icu-dev qt5-qtbase-dev" subpackages="$pkgname-dev" source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz no-getting-thread-names.patch diff --git a/user/qt5-qtwebkit/APKBUILD b/user/qt5-qtwebkit/APKBUILD index 59bbea61d..36b624e8a 100644 --- a/user/qt5-qtwebkit/APKBUILD +++ b/user/qt5-qtwebkit/APKBUILD @@ -2,7 +2,7 @@ pkgname=qt5-qtwebkit _pkgname=qtwebkit-opensource-src pkgver=5.9.1 -pkgrel=3 +pkgrel=4 pkgdesc="Qt 5 - WebKit components" url="https://www.qt.io/" arch="all" diff --git a/user/r/APKBUILD b/user/r/APKBUILD index e397a1598..67e0482c7 100644 --- a/user/r/APKBUILD +++ b/user/r/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=r pkgver=3.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Environment for statistical computing and graphics" url="https://www.r-project.org/" arch="all" diff --git a/user/thunderbird/APKBUILD b/user/thunderbird/APKBUILD index 9202bd063..47dfcd899 100644 --- a/user/thunderbird/APKBUILD +++ b/user/thunderbird/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=thunderbird pkgver=52.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="Email client from Mozilla" url="https://www.mozilla.org/thunderbird/" arch="all" -- cgit v1.2.3-60-g2f50