summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2017-10-25 18:40:19 +0200
committerJames Crompton2017-10-25 18:40:19 +0200
commitf1ff23fd2042c7b5d29985fa092a771ddd2080e0 (patch)
treeb1b2e9bfdf6844b5f2d43d8f82bba6a683abb591
parentb20407e5dce04a76d4632249c1cad21fc7da967d (diff)
downloadaur-f1ff23fd2042c7b5d29985fa092a771ddd2080e0.tar.gz
Version 6.3.0: no gstreamer0.10; nouveau + qt web engine bug workaround
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5633a03fd9f..601ea0b35195 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cewe-fotoservice
pkgdesc = an offline client for creating photobooks and other photo products and ordering them at cewe.de or partners
- pkgver = 6.2.4
+ pkgver = 6.3.0
pkgrel = 1
url = http://www.cewe.de/
install = cewe-fotoservice.install
@@ -12,11 +12,10 @@ pkgbase = cewe-fotoservice
depends = libjpeg
depends = curl
depends = wget
- depends = gstreamer0.10-base
conflicts = cewe-fotobuch
- source = https://dls.photoprintit.com/download/Data/6822-de_DE/hps/setup_OnlineFotoservice.tgz
+ source = https://dls.photoprintit.com/download/Data/6822-de_DE/hps/setup_CEWE_FOTOSERVICE.tgz
source = updater.pl
- md5sums = cbfd154aa3a5c26ccda51281fbd41b1c
+ md5sums = e570bddc840fe677e1cfb0ea74b73b1f
md5sums = 422a405d520e18ef9afade2e7c24440b
pkgname = cewe-fotoservice
diff --git a/PKGBUILD b/PKGBUILD
index 683d5e2d8e9d..6b774840f39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# forked from cewe-fotobuch, originally by Jozef Riha, updated by Manuel Conzelmann
_keyaccount=6822
-_productUrname='OnlineFotoservice'
+_productUrname='CEWE FOTOSERVICE'
_productRename='CEWE Fotoservice'
pkgname=cewe-fotoservice
conflicts=(cewe-fotobuch)
pkgdesc='an offline client for creating photobooks and other photo products and ordering them at cewe.de or partners'
-md5sums=('cbfd154aa3a5c26ccda51281fbd41b1c'
+md5sums=('e570bddc840fe677e1cfb0ea74b73b1f'
'422a405d520e18ef9afade2e7c24440b')
-pkgver=6.2.4
+pkgver=6.3.0
pkgrel=1
url="http://www.cewe.de/"
license=("custom:eula")
-depends=('libx11' 'libjpeg' 'curl' 'wget' 'gstreamer0.10-base')
+depends=('libx11' 'libjpeg' 'curl' 'wget')
makedepends=('unzip')
arch=('i686' 'x86_64')
source=("https://dls.photoprintit.com/download/Data/$_keyaccount-de_DE/hps/setup_${_productUrname// /_}.tgz"
@@ -55,7 +55,9 @@ package() {
cat > $pkgdir/usr/bin/$pkgname <<-EOF
#!/usr/bin/bash
cd ${_installDir#$pkgdir}
- KDEHOME=\$HOME/.kde4 exec ./"$_productUrname" "\$@"
+ # nouveau bug with QT web engine: https://bugreports.qt.io/browse/QTBUG-41242
+ lsmod | grep nouveau && export QT_XCB_FORCE_SOFTWARE_OPENGL=1
+ exec ./"$_productUrname" "\$@"
EOF
cat > $pkgdir/usr/share/applications/$pkgname.desktop <<-EOF
[Desktop Entry]