summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2024-04-27 23:47:27 +0200
committerJames Crompton2024-04-27 23:47:27 +0200
commit0206744f5861ae19f97d2ed5c2a333be2a745543 (patch)
treeb14b542bd95379b74e203207a2087fe0323e68e2
parente3dce16b36f53336ab38660708bbbb3a21337535 (diff)
downloadaur-0206744f5861ae19f97d2ed5c2a333be2a745543.tar.gz
fix directory permissions
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb84046cb5b6..eaae93553172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cewe-fotobuch
pkgdesc = an offline client for creating photobooks and other photo products and ordering them from CEWE or partners
pkgver = 7.4.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.cewe.de/
install = cewe-fotobuch.install
arch = i686
@@ -15,7 +15,6 @@ pkgbase = cewe-fotobuch
depends = wget
depends = snappy
depends = libxcrypt-compat
- depends = libtiff5
conflicts = cewe-fotowelt
conflicts = cewe-fotoservice
conflicts = cewe-monlivrephoto-fnac
diff --git a/PKGBUILD b/PKGBUILD
index 95344c1fb81d..a24c194b672a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_productVariant=Fotobuch
# leave this unset to get a package name based on the application name
pkgname=
-pkgrel=1
+pkgrel=2
## Begin shared code ##
pkgdesc='an offline client for creating photobooks and other photo products and ordering them from CEWE or partners'
@@ -85,7 +85,7 @@ pkgver=${_prams[3]}
url="http://www.cewe.de/"
license=("custom:eula")
-depends=('libx11' 'libjpeg' 'curl' 'wget' 'snappy' 'libxcrypt-compat' 'libtiff5')
+depends=('libx11' 'libjpeg' 'curl' 'wget' 'snappy' 'libxcrypt-compat')
makedepends=('unzip' 'xdg-utils')
arch=('i686' 'x86_64')
source=($source 'updater.pl')
@@ -152,7 +152,8 @@ package() {
Categories=Graphics;Photography;
MimeType=application/x-hps-mcf
EOF
- chmod 755 $pkgdir/usr/bin/$pkgname $pkgdir/usr/share/applications/$pkgname.desktop
+ # make executables executable and resources available to all users
+ chmod 755 $pkgdir/usr/bin/$pkgname $pkgdir/usr/share/applications/$pkgname.desktop $(find $_installDir -type d)
# adjust product name in mimetype comment
sed -i "s/$_productUrname/$_productRename/" $pkgdir/usr/share/mime/packages/*