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

Andrea Scarpino andrea at archlinux.org
Wed Jul 27 22:51:03 UTC 2011


    Date: Wednesday, July 27, 2011 @ 18:51:02
  Author: andrea
Revision: 133245

upgpkg: oxygen-gtk 1.1.1-1
upstream release

Modified:
  oxygen-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-27 22:50:45 UTC (rev 133244)
+++ PKGBUILD	2011-07-27 22:51:02 UTC (rev 133245)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh <antkoul at gmail dot com>
 
 pkgname=oxygen-gtk
-pkgver=1.0.5
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK"
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 depends=('gtk2')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('4a30da4b5442d896c054cfcae783248e')
+md5sums=('8e7454f2a1a97f7580995276d78aa35d')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list