summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2024-04-27 23:46:41 +0200
committerJames Crompton2024-04-27 23:46:41 +0200
commitefefa757d266f4798622c013efdd3276b43c7adb (patch)
treed63df5534f6ae0cae69d2d08779622ffc5d8f431
parent66154ee7fecbf806062889befe425fa02e9fd3ec (diff)
downloadaur-efefa757d266f4798622c013efdd3276b43c7adb.tar.gz
Fix permissions on directories
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0499c42d2778..8deddd94cd16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cewe-fotowelt
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-fotowelt.install
arch = i686
@@ -15,7 +15,6 @@ pkgbase = cewe-fotowelt
depends = wget
depends = snappy
depends = libxcrypt-compat
- depends = libtiff5
conflicts = cewe-fotobuch
conflicts = cewe-fotoservice
conflicts = cewe-monlivrephoto-fnac
diff --git a/PKGBUILD b/PKGBUILD
index 37c13e214b98..8075f71802f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_productVariant=Germany
# 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/*