diff options
Diffstat (limited to 'community/lxde-common/PKGBUILD')
-rw-r--r-- | community/lxde-common/PKGBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/community/lxde-common/PKGBUILD b/community/lxde-common/PKGBUILD deleted file mode 100644 index 2bf03bb55..000000000 --- a/community/lxde-common/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $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.5 -pkgrel=1 -pkgdesc="Common files of the LXDE Desktop" -arch=('i686' 'x86_64' 'mips64el') -license=('GPL2') -groups=('lxde') -depends=('libx11' 'glib2' 'lxde-icon-theme') -url="http://lxde.org/" -# startlxde is useless without lxsession -makedepends=(automake) -optdepends=(lxsession-lite) -backup=(etc/xdg/lxsession/LXDE/{desktop.conf,autostart}) -source=("http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz") -md5sums=('e51a6b2a815a89fda1f497b509465a97') - - -build() { - cd "$srcdir/$pkgname-$pkgver" - autoreconf - ./configure --sysconfdir=/etc --prefix=/usr -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 lxde-logout.desktop \ - ${pkgdir}/usr/share/applications/lxde-logout.desktop -} |