[arch-commits] Commit in oxygen-icons/kde-unstable (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Mon Jun 8 14:51:17 UTC 2009


    Date: Monday, June 8, 2009 @ 10:51:17
  Author: pierre
Revision: 41945

inital implementation of splitted packages; generated by a script -> might be insane

Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-08 14:51:13 UTC (rev 41944)
+++ PKGBUILD	2009-06-08 14:51:17 UTC (rev 41945)
@@ -3,7 +3,7 @@
 
 pkgname=oxygen-icons
 pkgver=4.2.90
-pkgrel=1
+pkgrel=2
 pkgdesc="The Oxygen Icon Theme"
 arch=('i686' 'x86_64')
 url='http://www.oxygen-icons.org/'
@@ -17,9 +17,8 @@
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 	make DESTDIR=$pkgdir install
 }
-options=('!strip')




More information about the arch-commits mailing list