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

2014-03-12 Thread Bartłomiej Piotrowski
Date: Wednesday, March 12, 2014 @ 11:38:40
  Author: bpiotrowski
Revision: 107067

upgpkg: lxappearance-obconf 0.2.1-2

add libsm to dependencies (FS#39351

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 10:33:29 UTC (rev 107066)
+++ PKGBUILD2014-03-12 10:38:40 UTC (rev 107067)
@@ -3,13 +3,13 @@
 
 pkgname=lxappearance-obconf
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('lxappearance' 'openbox')
+depends=('lxappearance' 'openbox' 'libsm')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
 md5sums=('1f061c96e0c78a6476421ca294ac24aa')



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

2013-10-24 Thread Bartłomiej Piotrowski
Date: Thursday, October 24, 2013 @ 10:16:12
  Author: bpiotrowski
Revision: 99074

upgpkg: lxappearance-obconf 0.2.1-1

- new upstream release

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 8 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-24 08:15:59 UTC (rev 99073)
+++ PKGBUILD2013-10-24 08:16:12 UTC (rev 99074)
@@ -2,37 +2,26 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=lxappearance-obconf
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='A plugin for LXAppearance to configure Openbox'
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
-url="http://lxde.org/";
+url='http://lxde.org/'
 groups=('lxde')
 depends=('lxappearance' 'openbox')
 makedepends=('intltool')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-obconf-rrbutton.patch)
-md5sums=('8bf23c90febe6a655e0f86c80e44725d'
- '73cd418ff8dc68a76538fc829d6260c7')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('1f061c96e0c78a6476421ca294ac24aa')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix building with openbox-3.5.2
-  patch -Np1 -i ../obconf-rrbutton.patch
-}
-
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
-
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-



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

2015-06-01 Thread Florian Pritz
Date: Monday, June 1, 2015 @ 20:56:41
  Author: bluewind
Revision: 134487

upgpkg: lxappearance-obconf 0.2.2-2

rebuild against openbox 3.6

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 18:56:14 UTC (rev 134486)
+++ PKGBUILD2015-06-01 18:56:41 UTC (rev 134487)
@@ -3,7 +3,7 @@
 
 pkgname=lxappearance-obconf
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')


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

2015-07-02 Thread Florian Pritz
Date: Thursday, July 2, 2015 @ 11:10:07
  Author: bluewind
Revision: 136254

upgpkg: lxappearance-obconf 0.2.2-3

openbox rebuild

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-02 09:10:04 UTC (rev 136253)
+++ PKGBUILD2015-07-02 09:10:07 UTC (rev 136254)
@@ -3,13 +3,13 @@
 
 pkgname=lxappearance-obconf
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm')
+depends=('lxappearance' 'openbox' 'libsm' 'libobrender.so')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
 md5sums=('d958ac5514ba1707429ff6794ab59abf')


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

2016-02-20 Thread Balló György
Date: Saturday, February 20, 2016 @ 20:19:14
  Author: bgyorgy
Revision: 162868

Add myself as maintainer

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 18:31:24 UTC (rev 162867)
+++ PKGBUILD2016-02-20 19:19:14 UTC (rev 162868)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
 
 pkgname=lxappearance-obconf
 pkgver=0.2.2


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:00:45
  Author: bgyorgy
Revision: 162914

upgpkg: lxappearance-obconf 0.2.3-1

Update to new version

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 00:57:33 UTC (rev 162913)
+++ PKGBUILD2016-02-21 01:00:45 UTC (rev 162914)
@@ -3,21 +3,25 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm' 'libobrender.so')
+depends=('lxappearance' 'openbox' 'libobrender.so')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 18:37:12
  Author: bgyorgy
Revision: 198352

Use https source

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 18:36:47 UTC (rev 198351)
+++ PKGBUILD2016-12-07 18:37:12 UTC (rev 198352)
@@ -12,7 +12,7 @@
 groups=('lxde')
 depends=('lxappearance' 'openbox' 'libobrender.so')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+source=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
 md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
 
 build() {


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:29:39
  Author: felixonmars
Revision: 659269

upgpkg: lxappearance-obconf 0.2.3-3: reproducibility rebuild

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:29:34 UTC (rev 659268)
+++ PKGBUILD2020-07-07 16:29:39 UTC (rev 659269)
@@ -3,7 +3,7 @@
 
 pkgname=lxappearance-obconf
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('x86_64')
 license=('GPL2')


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 00:32:56
  Author: foutrelis
Revision: 405549

PIE/BUILDINFO rebuild

Modified:
  lxappearance-obconf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 00:32:46 UTC (rev 405548)
+++ PKGBUILD2018-11-10 00:32:56 UTC (rev 405549)
@@ -3,7 +3,7 @@
 
 pkgname=lxappearance-obconf
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('x86_64')
 license=('GPL2')


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

2014-10-07 Thread Balló György
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
===
--- PKGBUILD2014-10-07 07:02:29 UTC (rev 120348)
+++ PKGBUILD2014-10-07 11:52:30 UTC (rev 120349)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 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 
-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;


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

2013-09-02 Thread Balló György
Date: Tuesday, September 3, 2013 @ 03:00:07
  Author: bgyorgy
Revision: 96675

upgpkg: lxappearance-obconf 0.2.0-2

Fix building with openbox-3.5.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-02 21:31:14 UTC (rev 96674)
+++ PKGBUILD2013-09-03 01:00:07 UTC (rev 96675)
@@ -3,7 +3,7 @@
 
 pkgname=lxappearance-obconf
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -11,12 +11,22 @@
 groups=('lxde')
 depends=('lxappearance' 'openbox')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('8bf23c90febe6a655e0f86c80e44725d')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
+obconf-rrbutton.patch)
+md5sums=('8bf23c90febe6a655e0f86c80e44725d'
+ '73cd418ff8dc68a76538fc829d6260c7')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fix building with openbox-3.5.2
+  patch -Np1 -i ../obconf-rrbutton.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 

Added: obconf-rrbutton.patch
===
--- obconf-rrbutton.patch   (rev 0)
+++ obconf-rrbutton.patch   2013-09-03 01:00:07 UTC (rev 96675)
@@ -0,0 +1,49 @@
+commit 9cffa6a9ddfc4074f3de8d0302404d70c2818d8f
+Author: Markos Chandras 
+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;