summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Brodsky2017-01-20 21:28:29 +0000
committerKevin Brodsky2017-01-20 21:28:29 +0000
commit82c375fec11ce16c16cba1516eaa577b502e58fa (patch)
tree4a8b5aba27416ad03fa9c622972816c63aeea53c
parent046b879cc8aa7d8bd0faddc8685098362fdd7375 (diff)
downloadaur-82c375fec11ce16c16cba1516eaa577b502e58fa.tar.gz
updpkg: 0.84-2
New upstream release. It fixes the libicu issue (and now provides both 54 and 56, just in case...). Some people complained about font issues when using the system Qt libs, so let's revert to using the bundled ones, now that they work again.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00b0b670e20..44b54e14de93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 22:12:42 UTC 2017
+# Fri Jan 20 21:28:06 UTC 2017
pkgbase = xnviewmp
pkgdesc = An efficient multimedia viewer, browser and converter.
pkgver = 0.84
- pkgrel = 1
+ pkgrel = 2
url = http://www.xnview.com/en/xnviewmp/
arch = x86_64
arch = i686
@@ -20,7 +20,7 @@ pkgbase = xnviewmp
depends = qt5-x11extras
optdepends = gvfs: support for moving files to trash
source_x86_64 = http://download.xnview.com/XnViewMP-linux-x64.tgz
- md5sums_x86_64 = bbb8bfac5a212103830c9b1dca51c2ae
+ md5sums_x86_64 = a1202367f23f32e14a6a0d860564e1da
source_i686 = http://download.xnview.com/XnViewMP-linux.tgz
md5sums_i686 = 75e9e03aa41da988eb66524574794b31
diff --git a/PKGBUILD b/PKGBUILD
index 0df97ff47ac9..2ae6eefdf5b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=xnviewmp
pkgver=0.84
-pkgrel=1
+pkgrel=2
pkgdesc="An efficient multimedia viewer, browser and converter."
url="http://www.xnview.com/en/xnviewmp/"
@@ -19,7 +19,7 @@ depends=('glib2' 'expat' 'libpng12' 'gstreamer0.10-base' 'desktop-file-utils' 'l
optdepends=('gvfs: support for moving files to trash')
source_x86_64=("http://download.xnview.com/XnViewMP-linux-x64.tgz")
-md5sums_x86_64=('bbb8bfac5a212103830c9b1dca51c2ae')
+md5sums_x86_64=('a1202367f23f32e14a6a0d860564e1da')
source_i686=("http://download.xnview.com/XnViewMP-linux.tgz")
md5sums_i686=('75e9e03aa41da988eb66524574794b31')
@@ -34,14 +34,13 @@ package() {
install -m644 "${startdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -D -m644 "${srcdir}/XnView/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- # Remove the bundled framework libs (Qt and icu). They don't even work in 0.84,
- # and at least for now it works with the system libraries. Also everyone likes
- # dividing their package size by 4 :-)
- rm "${pkgdir}/opt/${pkgname}/lib/"lib*
-
# Clean up
rm "${pkgdir}/opt/${pkgname}/XnView.desktop"{,~}
chmod -x "${pkgdir}/opt/${pkgname}/xnview.png"
+
+ # 0.84 clean-up: the second release of 0.84 fixed the libicu issue but forgot
+ # to remove the old version...
+ rm "${pkgdir}/opt/${pkgname}/lib/"libicu*.54*
}
# vim:set ts=2 sw=2 et: