summaryrefslogtreecommitdiff
path: root/community/lxde-common
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-08 10:54:13 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-08 10:54:13 -0300
commite0981df8c5fce1353e1499a5085e27f92afddcea (patch)
tree06de6ad8de74d4b7b040d67f050c1fd43fe83a33 /community/lxde-common
parent97a74a6a87ccbeb5649f226377d0c10ae824f1e1 (diff)
parent0f9e4ba23bb6296d8bb8010f70d868fd08db9c54 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/curlftpfs/PKGBUILD core/libcap/PKGBUILD core/libsasl/PKGBUILD core/udev/PKGBUILD extra/cyrus-sasl/PKGBUILD extra/dbus/PKGBUILD extra/fluidsynth/PKGBUILD extra/mercurial/PKGBUILD extra/redland/PKGBUILD extra/soprano/PKGBUILD multilib/lib32-curl/PKGBUILD multilib/lib32-freetype2/PKGBUILD multilib/lib32-mesa/PKGBUILD multilib/wine/PKGBUILD
Diffstat (limited to 'community/lxde-common')
-rw-r--r--community/lxde-common/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/lxde-common/PKGBUILD b/community/lxde-common/PKGBUILD
index dea1d7caf..2bf03bb55 100644
--- a/community/lxde-common/PKGBUILD
+++ b/community/lxde-common/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 49034 2011-06-09 21:26:14Z andrea $
+# $Id: PKGBUILD 53456 2011-08-03 20:00:26Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
pkgname=lxde-common
-pkgver=0.5.0
-pkgrel=3
+pkgver=0.5.5
+pkgrel=1
pkgdesc="Common files of the LXDE Desktop"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
@@ -15,16 +15,12 @@ url="http://lxde.org/"
makedepends=(automake)
optdepends=(lxsession-lite)
backup=(etc/xdg/lxsession/LXDE/{desktop.conf,autostart})
-source=("http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz"
- "${pkgname}-arch.patch" "${pkgname}-invalid-distfile.patch")
-md5sums=('23606ab3d6e1039386d62a4b68b4ffc6'
- '21657157d9ab377de55deb19a42d68e8'
- '24938631783683fd98dfd533023e6d4e')
+source=("http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e51a6b2a815a89fda1f497b509465a97')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i ${srcdir}/${pkgname}-arch.patch
autoreconf
./configure --sysconfdir=/etc --prefix=/usr
}