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

Maxime Gauduin alucryd at archlinux.org
Thu Mar 12 08:16:11 UTC 2015


    Date: Thursday, March 12, 2015 @ 09:16:11
  Author: alucryd
Revision: 129095

upgpkg: cairo-dock 3.4.1-1

Modified:
  cairo-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-12 08:11:44 UTC (rev 129094)
+++ PKGBUILD	2015-03-12 08:16:11 UTC (rev 129095)
@@ -4,7 +4,7 @@
 # Contributor: erm67 <erm67 at yahoo.it>
 
 pkgname=cairo-dock
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='Light eye-candy fully themable animated dock'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('bzr' 'cmake')
 optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
 source=("cairo-dock-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-core/archive/${pkgver}.tar.gz")
-sha256sums=('e92448c7d03d158c01c55c4e2e9c204c1d39a54288d8418a03c27f7b1739e0cc')
+sha256sums=('ca9b5769f60165b09d5cf2cae3c55fcc62fed19a279e8a279a0619f4189b4e00')
 
 build() {
   cd cairo-dock-core-${pkgver}
@@ -24,7 +24,9 @@
   fi
   mkdir build && cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr'
   make
 }
 



More information about the arch-commits mailing list