[arch-commits] Commit in lxde-common/trunk (PKGBUILD default-config.patch)

Balló György bgyorgy at archlinux.org
Sat Feb 20 16:04:29 UTC 2016


    Date: Saturday, February 20, 2016 @ 17:04:28
  Author: bgyorgy
Revision: 162830

upgpkg: lxde-common 0.99.0-4

Use Adwaita as default GTK+ theme, add to the lxde-gtk3 group

Added:
  lxde-common/trunk/default-config.patch
Modified:
  lxde-common/trunk/PKGBUILD

----------------------+
 PKGBUILD             |   23 +++++++++++++----------
 default-config.patch |   12 ++++++++++++
 2 files changed, 25 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 15:51:28 UTC (rev 162829)
+++ PKGBUILD	2016-02-20 16:04:28 UTC (rev 162830)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
 # Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
@@ -5,35 +6,37 @@
 
 pkgname=lxde-common
 pkgver=0.99.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Common files of the LXDE Desktop'
 arch=('any')
 url='http://lxde.org/'
 license=('GPL2')
-groups=('lxde')
+groups=('lxde' 'lxde-gtk3')
 backup=(etc/xdg/lxsession/LXDE/desktop.conf
         etc/xdg/lxsession/LXDE/autostart)
-depends=('lxsession')
 makedepends=('intltool')
-optdepends=('gtk-engines: default GTK+ theme'
+optdepends=('gnome-themes-standard: default GTK+ theme'
             'lxde-icon-theme: default icon theme')
 source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz
-        dbus-update-environment.patch)
+        dbus-update-environment.patch
+        default-config.patch)
 md5sums=('5a417f5a0e5b510a0c018b66b0dc4081'
-         '9f5cdfb8aef6286b6de79a50d1fddd7f')
+         '9f5cdfb8aef6286b6de79a50d1fddd7f'
+         '61b3a79b6d1397fd295c8f88561ece82')
 
 prepare() {
-    cd $srcdir/$pkgname-$pkgver
+    cd $pkgname-$pkgver
     patch -Np1 -i ../dbus-update-environment.patch
+    patch -Np1 -i ../default-config.patch
 }
 
 build() {
-    cd $srcdir/$pkgname-$pkgver
+    cd $pkgname-$pkgver
     ./configure --sysconfdir=/etc --prefix=/usr
     make
 }
 
 package() {
-    cd $srcdir/$pkgname-$pkgver
-    make DESTDIR=$pkgdir install
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
 }

Added: default-config.patch
===================================================================
--- default-config.patch	                        (rev 0)
+++ default-config.patch	2016-02-20 16:04:28 UTC (rev 162830)
@@ -0,0 +1,12 @@
+diff -Naur lxde-common-0.99.0.orig/desktop.conf lxde-common-0.99.0/desktop.conf
+--- lxde-common-0.99.0.orig/desktop.conf	2016-02-20 15:25:47.971017849 +0000
++++ lxde-common-0.99.0/desktop.conf	2016-02-20 15:26:29.844166792 +0000
+@@ -2,7 +2,7 @@
+ window_manager=openbox-lxde
+ 
+ [GTK]
+-sNet/ThemeName=Clearlooks
++sNet/ThemeName=Adwaita
+ sNet/IconThemeName=nuoveXT2
+ sGtk/FontName=Sans 10
+ iGtk/ToolbarStyle=3



More information about the arch-commits mailing list