[arch-commits] Commit in lxappearance-obconf/trunk (PKGBUILD obconf-rrbutton.patch)

Balló György bgyorgy at archlinux.org
Tue Oct 7 11:52:30 UTC 2014


    Date: Tuesday, October 7, 2014 @ 13:52:30
  Author: bgyorgy
Revision: 120349

upgpkg: lxappearance-obconf 0.2.2-1

Update to version 0.2.2

Modified:
  lxappearance-obconf/trunk/PKGBUILD
Deleted:
  lxappearance-obconf/trunk/obconf-rrbutton.patch

-----------------------+
 PKGBUILD              |    8 +++----
 obconf-rrbutton.patch |   49 ------------------------------------------------
 2 files changed, 4 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-07 07:02:29 UTC (rev 120348)
+++ PKGBUILD	2014-10-07 11:52:30 UTC (rev 120349)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
 
 pkgname=lxappearance-obconf
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -11,8 +11,8 @@
 groups=('lxde')
 depends=('lxappearance' 'openbox' 'libsm')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('1f061c96e0c78a6476421ca294ac24aa')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('d958ac5514ba1707429ff6794ab59abf')
 
 build() {
   cd $pkgname-$pkgver

Deleted: obconf-rrbutton.patch
===================================================================
--- obconf-rrbutton.patch	2014-10-07 07:02:29 UTC (rev 120348)
+++ obconf-rrbutton.patch	2014-10-07 11:52:30 UTC (rev 120349)
@@ -1,49 +0,0 @@
-commit 9cffa6a9ddfc4074f3de8d0302404d70c2818d8f
-Author: Markos Chandras <hwoarang at gentoo.org>
-Date:   Fri Aug 5 16:24:57 2011 +0100
-
-    Use new RrButton structure
-
-diff --git a/src/preview.c b/src/preview.c
-index a82cf15..320e7ac 100644
---- a/src/preview.c
-+++ b/src/preview.c
-@@ -327,28 +327,28 @@ static GdkPixbuf* preview_window(RrTheme *theme, const gchar *titlelayout,
-             switch (*layout) {
-             case 'D':
-                 a = focus ?
--                    theme->a_focused_unpressed_desk :
--                    theme->a_unfocused_unpressed_desk;
-+                    theme->btn_desk->a_focused_unpressed :
-+                    theme->btn_desk->a_unfocused_unpressed;
-                 break;
-             case 'S':
-                 a = focus ?
--                    theme->a_focused_unpressed_shade :
--                    theme->a_unfocused_unpressed_shade;
-+                    theme->btn_shade->a_focused_unpressed :
-+                    theme->btn_shade->a_unfocused_unpressed;
-                 break;
-             case 'I':
-                 a = focus ?
--                    theme->a_focused_unpressed_iconify :
--                    theme->a_unfocused_unpressed_iconify;
-+                    theme->btn_iconify->a_focused_unpressed :
-+                    theme->btn_iconify->a_unfocused_unpressed;
-                 break;
-             case 'M':
-                 a = focus ?
--                    theme->a_focused_unpressed_max :
--                    theme->a_unfocused_unpressed_max;
-+                    theme->btn_max->a_focused_unpressed :
-+                    theme->btn_max->a_unfocused_unpressed;
-                 break;
-             case 'C':
-                 a = focus ?
--                    theme->a_focused_unpressed_close :
--                    theme->a_unfocused_unpressed_close;
-+                    theme->btn_close->a_focused_unpressed :
-+                    theme->btn_close->a_unfocused_unpressed;
-                 break;
-             default:
-                 continue;



More information about the arch-commits mailing list