Date: Tuesday, January 17, 2012 @ 03:04:00 Author: andrea Revision: 146766
Rename oxygen-gtk to oxygen-gtk2 and bump version Added: oxygen-gtk2/ oxygen-gtk2/repos/ oxygen-gtk2/trunk/ oxygen-gtk2/trunk/PKGBUILD Deleted: oxygen-gtk/ ----------+ PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Added: oxygen-gtk2/trunk/PKGBUILD =================================================================== --- oxygen-gtk2/trunk/PKGBUILD (rev 0) +++ oxygen-gtk2/trunk/PKGBUILD 2012-01-17 08:04:00 UTC (rev 146766) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: birdflesh <antkoul at gmail dot com> + +pkgname=oxygen-gtk2 +pkgver=1.2.0 +pkgrel=1 +pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/' +license=('LGPL') +depends=('gtk2' 'dbus-glib') +conflicts=('oxygen-gtk') +replaces=('oxygen-gtk') +makedepends=('cmake') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('975dfef679436c849a649c9d5d9ae0d3') + +build() { + 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 +} Property changes on: oxygen-gtk2/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id
