summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2020-01-18 20:12:26 +0100
committergéballin2020-01-18 20:12:26 +0100
commite292c2f128ad1b62ebae08c9c6f37fc9d8ea72d4 (patch)
tree7b2174ff034629e399cc1c2dd81b8ab0713a21db
parent8ba929d9ec67b0c5a0a34592b1c5cffb0c927704 (diff)
downloadaur-e292c2f128ad1b62ebae08c9c6f37fc9d8ea72d4.tar.gz
Add librsvg, gdk-pixbuf2, libxml2 as fixed version from archived versions.
-rw-r--r--PKGBUILD15
1 files changed, 12 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d6d4982abf9..d42f3ae398ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=acroread
pkgver=9.5.5
-pkgrel=11
+pkgrel=12
pkgdesc="Adobe Acrobat Reader is a PDF file viewer"
arch=('i686' 'x86_64')
url="http://www.adobe.com/products/reader/"
@@ -28,13 +28,19 @@ source=($pkgname.desktop
http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/$pkgver/enu/AdbeRdr$pkgver-1_i486linux_enu.bin
http://archive.virtapi.org/packages/l/lib32-glib2/lib32-glib2-2.56.0%252B7%252Bg66948ae23-1-x86_64.pkg.tar.xz
http://archive.virtapi.org/packages/l/lib32-harfbuzz/lib32-harfbuzz-1.7.6-2-x86_64.pkg.tar.xz
- http://archive.virtapi.org/packages/l/lib32-pango/lib32-pango-1.43.0-1-x86_64.pkg.tar.xz)
+ http://archive.virtapi.org/packages/l/lib32-pango/lib32-pango-1.43.0-1-x86_64.pkg.tar.xz
+ http://archive.virtapi.org/packages/l/lib32-librsvg/lib32-librsvg-2.44.9-1-x86_64.pkg.tar.xz
+ http://archive.virtapi.org/packages/l/lib32-gdk-pixbuf2/lib32-gdk-pixbuf2-2.38.1-1-x86_64.pkg.tar.xz
+ http://archive.virtapi.org/packages/l/lib32-libxml2/lib32-libxml2-2.9.9-3-x86_64.pkg.tar.xz)
noextract=("${source[@]%%::*}")
sha512sums=('178ca8a3abf630195eaebd6a76a7e5ac19165708acd52b99acab2de3d0bdb57fdf81d666edae41a947fa5a3fc14442c86fa855860d5d3d0d3e1db0386c583b96'
'f9c18ca0dc0687de353afeb90925439a557a14604e6361ff2b229ec29257ff051ea9eac6a90671b38a745473b5c87135377d035520f441ceaabf2510d690675b'
'd47b60567907c624929086b6dfa529227ae43342fd892bfbcba4c3f07efd4c6625b6756aec41ea0332ee0f4aa9fdba5c952cbbb639b41ae03c6fe41fb0206d33'
'b9b5a088224cdd04f418eda17e64996fbd09410173c9951ec99aa7827015a3366bb67e641e3a78cd819aba382f7bb0e1a5ebeb2745caaebfb0ae3e78b988a206'
- 'f6c02ebebd95946d0a4fad5e5a2420885c51aa3ec16f656534857e2b9192f16f5cd479a592027631fdad40c1f43b39478e7f9179227228ba0e165b8bc29727ad')
+ 'f6c02ebebd95946d0a4fad5e5a2420885c51aa3ec16f656534857e2b9192f16f5cd479a592027631fdad40c1f43b39478e7f9179227228ba0e165b8bc29727ad'
+ '214082ac08193fa8170bf30506c9a98d8b1eda0314b1d8ff7d87d98b264ae6809a2725d6b5aa40adc06cdf73771a8b8f04f980406a93bec2fad9a0662f273183'
+ 'd5844b9fd88ffb885b1e9c206905592a19851fe83997ad1cb0f84f2713be337255604ee66e4509a97edb915c0e0b92cce6daf6d643bc7f81a1e7d23cbf5706f2'
+ 'fde6a6ddfbbb3bdafaa273c0428728c8b8a842c86fa1437d85e47490688da2ec1c0d8dd3d61885874d3884588b11585d76e173fb880714be99ff3e59984a6c53')
prepare() {
# Extracting content from bin file
tail -c+6889 AdbeRdr9.5.5-1_i486linux_enu.bin | xz -qqd | tar x
@@ -42,6 +48,9 @@ prepare() {
tar -C oldlib -axf lib32-glib2-2.56.0%252B7%252Bg66948ae23-1-x86_64.pkg.tar.xz
tar -C oldlib -axf lib32-harfbuzz-1.7.6-2-x86_64.pkg.tar.xz
tar -C oldlib -axf lib32-pango-1.43.0-1-x86_64.pkg.tar.xz
+ tar -C oldlib -axf lib32-librsvg-2.44.9-1-x86_64.pkg.tar.xz
+ tar -C oldlib -axf lib32-gdk-pixbuf2-2.38.1-1-x86_64.pkg.tar.xz
+ tar -C oldlib -axf lib32-libxml2-2.9.9-3-x86_64.pkg.tar.xz
cd AdobeReader/
bsdtar -xf COMMON.TAR