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

Andrea Scarpino andrea at archlinux.org
Thu Oct 4 19:21:31 UTC 2012


    Date: Thursday, October 4, 2012 @ 15:21:30
  Author: andrea
Revision: 167989

upgpkg: oxygen-gtk2 1.3.1-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-04 19:20:40 UTC (rev 167988)
+++ PKGBUILD	2012-10-04 19:21:30 UTC (rev 167989)
@@ -3,21 +3,20 @@
 # Contributor: birdflesh <antkoul at gmail dot com>
 
 pkgname=oxygen-gtk2
-pkgver=1.3.0
+pkgver=1.3.1
 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')
+depends=('gtk2')
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('9c9d996904db3f4897772788f3bf1599')
+md5sums=('269283e34c5ae547a062da29cab58aa9')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list