[arch-commits] Commit in lxtask/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jan 21 17:24:16 UTC 2014


    Date: Tuesday, January 21, 2014 @ 18:24:15
  Author: bpiotrowski
Revision: 104479

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxtask/repos/community-i686/PKGBUILD
    (from rev 104478, lxtask/trunk/PKGBUILD)
  lxtask/repos/community-x86_64/PKGBUILD
    (from rev 104478, lxtask/trunk/PKGBUILD)
Deleted:
  lxtask/repos/community-i686/PKGBUILD
  lxtask/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ---------------------
 community-x86_64/PKGBUILD |   26 ---------------------
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-21 17:24:07 UTC (rev 104478)
+++ community-i686/PKGBUILD	2014-01-21 17:24:15 UTC (rev 104479)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: 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"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://lxde.org/"
-groups=('lxde')
-depends=('gtk2')
-makedepends=('pkgconfig' 'intltool')
-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
-}
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: lxtask/repos/community-i686/PKGBUILD (from rev 104478, lxtask/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-21 17:24:15 UTC (rev 104479)
@@ -0,0 +1,27 @@
+# $Id$
+# 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=4
+pkgdesc='Task manager of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2')
+makedepends=('pkgconfig' 'intltool')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-21 17:24:07 UTC (rev 104478)
+++ community-x86_64/PKGBUILD	2014-01-21 17:24:15 UTC (rev 104479)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: 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"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://lxde.org/"
-groups=('lxde')
-depends=('gtk2')
-makedepends=('pkgconfig' 'intltool')
-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
-}
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: lxtask/repos/community-x86_64/PKGBUILD (from rev 104478, lxtask/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-21 17:24:15 UTC (rev 104479)
@@ -0,0 +1,27 @@
+# $Id$
+# 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=4
+pkgdesc='Task manager of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2')
+makedepends=('pkgconfig' 'intltool')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list