[arch-commits] Commit in lxde-common/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Nov 21 21:12:48 UTC 2014


    Date: Friday, November 21, 2014 @ 22:12:47
  Author: bgyorgy
Revision: 122880

upgpkg: lxde-common 0.99.0-1

Update to version 0.99.0

Modified:
  lxde-common/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-21 19:36:30 UTC (rev 122879)
+++ PKGBUILD	2014-11-21 21:12:47 UTC (rev 122880)
@@ -4,7 +4,7 @@
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=lxde-common
-pkgver=0.5.6
+pkgver=0.99.0
 pkgrel=1
 pkgdesc='Common files of the LXDE Desktop'
 arch=('any')
@@ -14,8 +14,9 @@
 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=('259b4a2db50117e632e34912251cfcb9')
+md5sums=('5a417f5a0e5b510a0c018b66b0dc4081')
 
 build() {
     cd $srcdir/$pkgname-$pkgver
@@ -26,14 +27,4 @@
 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"
 }



More information about the arch-commits mailing list