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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Oct 1 06:40:46 UTC 2014


    Date: Wednesday, October 1, 2014 @ 08:40:46
  Author: jlichtblau
Revision: 119923

kde4 translation rebuild: kuickshow 0.9.1-6

Modified:
  kuickshow/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-01 06:30:16 UTC (rev 119922)
+++ PKGBUILD	2014-10-01 06:40:46 UTC (rev 119923)
@@ -5,7 +5,7 @@
 
 pkgname=kuickshow
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A very fast and convenient image viewer"
 url="http://userbase.kde.org/KuickShow"
 arch=('i686' 'x86_64')
@@ -12,21 +12,24 @@
 license=('GPL')
 depends=('kdebase-runtime' 'imlib')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
-install=${pkgname}.install
-source=("http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2")
+install=$pkgname.install
+source=(http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('6866128ee3ef3d0dde809cd5b23d2472')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
+
   make
 }
 
 package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list