[arch-commits] Commit in lxde-icon-theme/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Feb 20 16:06:20 UTC 2016


    Date: Saturday, February 20, 2016 @ 17:06:20
  Author: bgyorgy
Revision: 162832

upgpkg: lxde-icon-theme 0.5.1-2

Add to the lxde-gtk3 group

Modified:
  lxde-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 16:04:34 UTC (rev 162831)
+++ PKGBUILD	2016-02-20 16:06:20 UTC (rev 162832)
@@ -5,12 +5,12 @@
 
 pkgname=lxde-icon-theme
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="LXDE default icon theme based on nuoveXT2"
 arch=('any')
 url="http://lxde.org"
 license=('GPL')
-groups=('lxde')
+groups=('lxde' 'lxde-gtk3')
 depends=('gtk-update-icon-cache')
 install=lxde-icon-theme.install
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
@@ -17,12 +17,12 @@
 md5sums=('7467133275edbbcc79349379235d4411')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list