[arch-commits] Commit in lxde-common/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Nov 21 21:12:54 UTC 2014
Date: Friday, November 21, 2014 @ 22:12:54
Author: bgyorgy
Revision: 122881
archrelease: copy trunk to community-any
Added:
lxde-common/repos/community-any/PKGBUILD
(from rev 122880, lxde-common/trunk/PKGBUILD)
Deleted:
lxde-common/repos/community-any/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++-----------------------------------
1 file changed, 30 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-21 21:12:47 UTC (rev 122880)
+++ PKGBUILD 2014-11-21 21:12:54 UTC (rev 122881)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxde-common
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='Common files of the LXDE Desktop'
-arch=('any')
-url='http://lxde.org/'
-license=('GPL2')
-groups=('lxde')
-backup=(etc/xdg/lxsession/LXDE/desktop.conf
- etc/xdg/lxsession/LXDE/autostart)
-depends=('gtk-engines' 'lxde-icon-theme' 'lxsession')
-source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz)
-md5sums=('259b4a2db50117e632e34912251cfcb9')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --sysconfdir=/etc --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-
- # Install lxde-logout.desktop file.
- # https://sourceforge.net/p/lxde/bugs/399/
- install -Dm644 lxde-logout.desktop \
- "$pkgdir/usr/share/applications/lxde-logout.desktop"
-
- # Fix lxpanel profile location.
- # https://sourceforge.net/p/lxde/patches/482/
- mv "$pkgdir"/etc/xdg/lxpanel/{profile/,}LXDE
- rm -r "$pkgdir/etc/xdg/lxpanel/profile"
-}
Copied: lxde-common/repos/community-any/PKGBUILD (from rev 122880, lxde-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-11-21 21:12:54 UTC (rev 122881)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxde-common
+pkgver=0.99.0
+pkgrel=1
+pkgdesc='Common files of the LXDE Desktop'
+arch=('any')
+url='http://lxde.org/'
+license=('GPL2')
+groups=('lxde')
+backup=(etc/xdg/lxsession/LXDE/desktop.conf
+ etc/xdg/lxsession/LXDE/autostart)
+depends=('gtk-engines' 'lxde-icon-theme' 'lxsession')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz)
+md5sums=('5a417f5a0e5b510a0c018b66b0dc4081')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list