[arch-commits] Commit in oxygen-icons/repos (2 files)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 11 22:28:15 UTC 2009
Date: Thursday, June 11, 2009 @ 18:28:15
Author: pierre
Revision: 42238
Merged revisions 41945,42113 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/oxygen-icons/kde-unstable
........
r41945 | pierre | 2009-06-08 16:51:17 +0200 (Mo, 08 Jun 2009) | 1 line
inital implementation of splitted packages; generated by a script -> might be insane
........
r42113 | pierre | 2009-06-11 17:42:26 +0200 (Do, 11 Jun 2009) | 1 line
update to snapshot; cleanup
........
Modified:
oxygen-icons/repos/kde-unstable-x86_64/ (properties)
oxygen-icons/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Property changes on: oxygen-icons/repos/kde-unstable-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /oxygen-icons/kde-unstable:1-41573
+ /oxygen-icons/kde-unstable:1-42237
Modified: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2009-06-11 22:27:37 UTC (rev 42237)
+++ kde-unstable-x86_64/PKGBUILD 2009-06-11 22:28:15 UTC (rev 42238)
@@ -2,7 +2,7 @@
# Maintainer: Pierre Schmitz <pierre at archlinux.de>
pkgname=oxygen-icons
-pkgver=4.2.90
+pkgver=4.2.91svn979380
pkgrel=1
pkgdesc="The Oxygen Icon Theme"
arch=('i686' 'x86_64')
@@ -10,16 +10,15 @@
license=('LGPL')
makedepends=('pkgconfig' 'cmake' 'automoc4')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('a8d230f5e4359acd9af4f68e89e039f6')
+md5sums=('fcb5d4026c455cc94c1c818e480dc30f')
build() {
cd $srcdir
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