summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Brodsky2017-01-20 21:28:29 +0000
committerKevin Brodsky2017-01-20 21:28:29 +0000
commit82c375fec11ce16c16cba1516eaa577b502e58fa (patch)
tree4a8b5aba27416ad03fa9c622972816c63aeea53c /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
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: