[arch-commits] Commit in claws-mail/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Aug 16 17:58:58 UTC 2017


    Date: Wednesday, August 16, 2017 @ 17:58:57
  Author: andyrtr
Revision: 302233

upgpkg: claws-mail 3.15.0-3

fix tool config file permission; FS#55168

Modified:
  claws-mail/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 16:02:06 UTC (rev 302232)
+++ PKGBUILD	2017-08-16 17:58:57 UTC (rev 302233)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.15.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -45,7 +45,6 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   # upstream reintroduction of dillo plugin - after fancy plugin dropped
-#return 1
   patch -Np1 -i ../dillo-plugin.diff
   autoreconf -vfi
 }
@@ -73,12 +72,10 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  # build and install extra tools
+  # install extra tools
   cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; do
-      install -D -m755 ${i} \
-        ${pkgdir}/usr/lib/claws-mail/tools/${i}
+  install -m755 -d ${pkgdir}/usr/lib/claws-mail/tools
+  for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail update-po uudec uuooffice README; do
+    cp -arv $files ${pkgdir}/usr/lib/claws-mail/tools/${i}
   done
 }



More information about the arch-commits mailing list