[arch-commits] Commit in lxtask/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Tue Jan 21 17:24:07 UTC 2014
Date: Tuesday, January 21, 2014 @ 18:24:07
Author: bpiotrowski
Revision: 104478
upgpkg: lxtask 0.1.4-4
rebuild for the sake of rebuilding
Modified:
lxtask/trunk/PKGBUILD
----------+
PKGBUILD | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-21 17:16:23 UTC (rev 104477)
+++ PKGBUILD 2014-01-21 17:24:07 UTC (rev 104478)
@@ -1,26 +1,27 @@
# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
pkgname=lxtask
pkgver=0.1.4
-pkgrel=3
-pkgdesc="Task manager of the LXDE Desktop"
+pkgrel=4
+pkgdesc='Task manager of the LXDE Desktop'
arch=('i686' 'x86_64')
license=('GPL2')
-url="http://lxde.org/"
+url='http://lxde.org/'
groups=('lxde')
depends=('gtk2')
makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- autoreconf
- ./configure --sysconfdir=/etc --prefix=/usr
- make
+ cd $pkgname-$pkgver
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list