[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 11:29:42
  Author: felixonmars
Revision: 384315

upgpkg: oxygen-gtk2 1.4.6-4: reproducibility rebuild

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 11:29:22 UTC (rev 384314)
+++ PKGBUILD2020-05-16 11:29:42 UTC (rev 384315)
@@ -4,7 +4,7 @@
 
 pkgname=oxygen-gtk2
 pkgver=1.4.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2"
 arch=(x86_64)
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'


[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2018-05-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 30, 2018 @ 20:17:14
  Author: arojas
Revision: 325211

Rebuild

Modified:
  oxygen-gtk2/trunk/PKGBUILD

--+
 PKGBUILD |   26 --
 1 file changed, 12 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 20:14:11 UTC (rev 325210)
+++ PKGBUILD2018-05-30 20:17:14 UTC (rev 325211)
@@ -1,29 +1,27 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: birdflesh 
 
 pkgname=oxygen-gtk2
 pkgver=1.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2"
-arch=('x86_64')
+arch=(x86_64)
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk2')
-conflicts=('oxygen-gtk')
-replaces=('oxygen-gtk')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('493892fc36302bfe862604f667a6c04e')
+license=(LGPL)
+depends=(gtk2)
+makedepends=(cmake)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a289434347cc96054c75d1e4e4408b84adc2e8c7862f0be4e2da8fafbf26bf26')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -30,5 +28,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 17:39:38
  Author: fyan
Revision: 252850

C++11 ABI rebuild

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:33:40 UTC (rev 252849)
+++ PKGBUILD2015-12-06 16:39:38 UTC (rev 252850)
@@ -4,7 +4,7 @@
 
 pkgname=oxygen-gtk2
 pkgver=1.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'


[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2014-10-22 Thread Andrea Scarpino
Date: Wednesday, October 22, 2014 @ 20:04:09
  Author: andrea
Revision: 225191

upgpkg: oxygen-gtk2 1.4.6-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-22 17:39:08 UTC (rev 225190)
+++ PKGBUILD2014-10-22 18:04:09 UTC (rev 225191)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b368d074cb13a6020e6ed43016866d93')
+md5sums=('493892fc36302bfe862604f667a6c04e')
 
 prepare() {
   mkdir build


[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD kdebug-331879.patch)

2014-04-10 Thread Andrea Scarpino
Date: Thursday, April 10, 2014 @ 14:04:07
  Author: andrea
Revision: 210147

upgpkg: oxygen-gtk2 1.4.5-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD
Deleted:
  oxygen-gtk2/trunk/kdebug-331879.patch

-+
 PKGBUILD|   13 -
 kdebug-331879.patch |   35 ---
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-10 11:59:27 UTC (rev 210146)
+++ PKGBUILD2014-04-10 12:04:07 UTC (rev 210147)
@@ -3,8 +3,8 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
@@ -13,16 +13,11 @@
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'kdebug-331879.patch')
-md5sums=('dd55d704f97e0c9e2fcc0d4d88d2eb1d'
- '1900b38a9e5fbfe681aa3074fd95b64e')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b368d074cb13a6020e6ed43016866d93')
 
 prepare() {
   mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/kdebug-331879.patch
 }
 
 build() {

Deleted: kdebug-331879.patch
===
--- kdebug-331879.patch 2014-04-10 11:59:27 UTC (rev 210146)
+++ kdebug-331879.patch 2014-04-10 12:04:07 UTC (rev 210147)
@@ -1,35 +0,0 @@
-From: Hugo Pereira Da Costa hugo.pere...@free.fr
-Date: Sun, 09 Mar 2014 12:00:33 +
-Subject: make sure parent is registered to innerShadowEngine before 
registering child
-X-Git-Url: 
http://quickgit.kde.org/?p=oxygen-gtk.gita=commitdiffh=b39931fa3ad7a2756bcb1494d5c3559513406ce2

-make sure parent is registered to innerShadowEngine before registering child
-CCBUG: 331879

-
-
 a/src/oxygenstylewrapper.cpp
-+++ b/src/oxygenstylewrapper.cpp
-@@ -1669,7 +1669,10 @@
- }
- 
- // register to inner shadow engine
--if( shadow == GTK_SHADOW_IN  
gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( widget ) ) == 
GTK_SHADOW_IN )
-+if(
-+shadow == GTK_SHADOW_IN 
-+gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( 
widget ) ) == GTK_SHADOW_IN 
-+Style::instance().animations().innerShadowEngine().contains( 
widget ) )
- { 
Style::instance().animations().innerShadowEngine().registerChild( widget, 
gtk_bin_get_child( GTK_BIN( widget ) ) ); }
- 
- } else if(
-@@ -2074,7 +2077,8 @@
- if( gtk_scrolled_window_get_shadow_type( scrolledWindow ) 
!= GTK_SHADOW_IN )
- {
- gtk_scrolled_window_set_shadow_type( scrolledWindow, 
GTK_SHADOW_IN );
--
Style::instance().animations().innerShadowEngine().registerChild( child, 
gtk_bin_get_child( GTK_BIN( child ) ) );
-+if( 
Style::instance().animations().innerShadowEngine().contains( child ) )
-+{ 
Style::instance().animations().innerShadowEngine().registerChild( child, 
gtk_bin_get_child( GTK_BIN( child ) ) ); }
- }
- 
- return;
-



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD kdebug-331879.patch)

2014-03-18 Thread Andrea Scarpino
Date: Tuesday, March 18, 2014 @ 12:27:52
  Author: andrea
Revision: 208161

upgpkg: oxygen-gtk2 1.4.4-2

Fix crash with libreofffice, eclipse, gimp... (FS#39242)

Added:
  oxygen-gtk2/trunk/kdebug-331879.patch
Modified:
  oxygen-gtk2/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 kdebug-331879.patch |   35 +++
 2 files changed, 43 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:25:13 UTC (rev 208160)
+++ PKGBUILD2014-03-18 11:27:52 UTC (rev 208161)
@@ -4,7 +4,7 @@
 
 pkgname=oxygen-gtk2
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
@@ -13,11 +13,16 @@
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dd55d704f97e0c9e2fcc0d4d88d2eb1d')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'kdebug-331879.patch')
+md5sums=('dd55d704f97e0c9e2fcc0d4d88d2eb1d'
+ '1900b38a9e5fbfe681aa3074fd95b64e')
 
 prepare() {
   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kdebug-331879.patch
 }
 
 build() {

Added: kdebug-331879.patch
===
--- kdebug-331879.patch (rev 0)
+++ kdebug-331879.patch 2014-03-18 11:27:52 UTC (rev 208161)
@@ -0,0 +1,35 @@
+From: Hugo Pereira Da Costa hugo.pere...@free.fr
+Date: Sun, 09 Mar 2014 12:00:33 +
+Subject: make sure parent is registered to innerShadowEngine before 
registering child
+X-Git-Url: 
http://quickgit.kde.org/?p=oxygen-gtk.gita=commitdiffh=b39931fa3ad7a2756bcb1494d5c3559513406ce2
+---
+make sure parent is registered to innerShadowEngine before registering child
+CCBUG: 331879
+---
+
+
+--- a/src/oxygenstylewrapper.cpp
 b/src/oxygenstylewrapper.cpp
+@@ -1669,7 +1669,10 @@
+ }
+ 
+ // register to inner shadow engine
+-if( shadow == GTK_SHADOW_IN  
gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( widget ) ) == 
GTK_SHADOW_IN )
++if(
++shadow == GTK_SHADOW_IN 
++gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( 
widget ) ) == GTK_SHADOW_IN 
++Style::instance().animations().innerShadowEngine().contains( 
widget ) )
+ { 
Style::instance().animations().innerShadowEngine().registerChild( widget, 
gtk_bin_get_child( GTK_BIN( widget ) ) ); }
+ 
+ } else if(
+@@ -2074,7 +2077,8 @@
+ if( gtk_scrolled_window_get_shadow_type( scrolledWindow ) 
!= GTK_SHADOW_IN )
+ {
+ gtk_scrolled_window_set_shadow_type( scrolledWindow, 
GTK_SHADOW_IN );
+-
Style::instance().animations().innerShadowEngine().registerChild( child, 
gtk_bin_get_child( GTK_BIN( child ) ) );
++if( 
Style::instance().animations().innerShadowEngine().contains( child ) )
++{ 
Style::instance().animations().innerShadowEngine().registerChild( child, 
gtk_bin_get_child( GTK_BIN( child ) ) ); }
+ }
+ 
+ return;
+



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:57:04
  Author: andrea
Revision: 207333

upgpkg: oxygen-gtk2 1.4.4-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-08 08:56:44 UTC (rev 207332)
+++ PKGBUILD2014-03-08 08:57:04 UTC (rev 207333)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('822cedb3ae46907fd262487150a195d4')
+md5sums=('dd55d704f97e0c9e2fcc0d4d88d2eb1d')
 
 prepare() {
   mkdir build



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2014-01-24 Thread Andrea Scarpino
Date: Friday, January 24, 2014 @ 17:03:32
  Author: andrea
Revision: 204655

upgpkg: oxygen-gtk2 1.4.2-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 15:56:47 UTC (rev 204654)
+++ PKGBUILD2014-01-24 16:03:32 UTC (rev 204655)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('27bb5826d936fe2bddab35057739908f')
+md5sums=('3c240d0edf1f7355dcbeec348cac68ec')
 
 prepare() {
   mkdir build



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2014-01-24 Thread Andrea Scarpino
Date: Friday, January 24, 2014 @ 22:31:33
  Author: andrea
Revision: 204678

upgpkg: oxygen-gtk2 1.4.3-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 19:14:26 UTC (rev 204677)
+++ PKGBUILD2014-01-24 21:31:33 UTC (rev 204678)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3c240d0edf1f7355dcbeec348cac68ec')
+md5sums=('822cedb3ae46907fd262487150a195d4')
 
 prepare() {
   mkdir build



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2013-12-11 Thread Andrea Scarpino
Date: Wednesday, December 11, 2013 @ 14:48:44
  Author: andrea
Revision: 201422

upgpkg: oxygen-gtk2 1.4.1-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-11 13:48:25 UTC (rev 201421)
+++ PKGBUILD2013-12-11 13:48:44 UTC (rev 201422)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,10 +14,13 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ccc9e468a5ea04159ca2040ee3f434e1')
+md5sums=('27bb5826d936fe2bddab35057739908f')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2013-08-29 Thread Andrea Scarpino
Date: Thursday, August 29, 2013 @ 15:10:45
  Author: andrea
Revision: 193726

upgpkg: oxygen-gtk2 1.4.0-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-29 13:10:15 UTC (rev 193725)
+++ PKGBUILD2013-08-29 13:10:45 UTC (rev 193726)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.3.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('10a78d31de95168eae861d9c5b4be9ed')
+md5sums=('ccc9e468a5ea04159ca2040ee3f434e1')
 
 build() {
   mkdir build



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2013-05-31 Thread Andrea Scarpino
Date: Friday, May 31, 2013 @ 20:38:09
  Author: andrea
Revision: 186907

upgpkg: oxygen-gtk2 1.3.4-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-31 18:10:20 UTC (rev 186906)
+++ PKGBUILD2013-05-31 18:38:09 UTC (rev 186907)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('37b24d69d386eca5b4382424002ed762')
+md5sums=('10a78d31de95168eae861d9c5b4be9ed')
 
 build() {
   mkdir build



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2013-04-22 Thread Andrea Scarpino
Date: Monday, April 22, 2013 @ 22:13:55
  Author: andrea
Revision: 183539

upgpkg: oxygen-gtk2 1.3.3-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-22 17:24:27 UTC (rev 183538)
+++ PKGBUILD2013-04-22 20:13:55 UTC (rev 183539)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.3.2.1
+pkgver=1.3.3
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cc33b2ac08f66d4b70f9c85303d44aad')
+md5sums=('37b24d69d386eca5b4382424002ed762')
 
 build() {
   mkdir build



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD fix-regression.patch)

2013-02-13 Thread Andrea Scarpino
Date: Wednesday, February 13, 2013 @ 14:32:58
  Author: andrea
Revision: 178009

upgpkg: oxygen-gtk2 1.3.2.1-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD
Deleted:
  oxygen-gtk2/trunk/fix-regression.patch

--+
 PKGBUILD |   14 --
 fix-regression.patch |   48 
 2 files changed, 4 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-13 13:30:36 UTC (rev 178008)
+++ PKGBUILD2013-02-13 13:32:58 UTC (rev 178009)
@@ -3,8 +3,8 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.2.1
+pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
@@ -13,16 +13,10 @@
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'fix-regression.patch')
-md5sums=('7c4ecfca330102b7ff50e472a62dfc60'
- 'bced3ab820c3eafbb4e40a279d05bff6')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cc33b2ac08f66d4b70f9c85303d44aad')
 
 build() {
-  cd ${pkgname}-${pkgver}/
-  patch -p1 -i ${srcdir}/fix-regression.patch
-  cd ../
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Deleted: fix-regression.patch
===
--- fix-regression.patch2013-02-13 13:30:36 UTC (rev 178008)
+++ fix-regression.patch2013-02-13 13:32:58 UTC (rev 178009)
@@ -1,48 +0,0 @@
-diff --git a/src/oxygenqtsettings.cpp b/src/oxygenqtsettings.cpp
-index f2ad1af..9965086 100644
 a/src/oxygenqtsettings.cpp
-+++ b/src/oxygenqtsettings.cpp
-@@ -102,6 +102,9 @@ namespace Oxygen
- 
- const bool forced( flagsForced );
- 
-+// no attempt at initializing if gtk settings is not yet set
-+if( !gtk_settings_get_default() ) return false;
-+
- if( _initialized  !forced ) return false;
- else if( !forced ) _initialized = true;
- 
-diff --git a/src/oxygenstylewrapper.cpp b/src/oxygenstylewrapper.cpp
-index ff0666b..a2572b0 100644
 a/src/oxygenstylewrapper.cpp
-+++ b/src/oxygenstylewrapper.cpp
-@@ -3741,6 +3741,10 @@ namespace Oxygen
- #endif
- 
- // style initialization
-+/*
-+this is normally achieved in theme_init, but is somehow not working 
with gnome shell
-+so that it is redone here, since duplication is avoided when 
initialization is called twice without modifications
-+*/
- Style::instance().initialize();
- 
- // hooks
-diff --git a/src/oxygentheme.cpp b/src/oxygentheme.cpp
-index 50b04e2..9bc49e1 100644
 a/src/oxygentheme.cpp
-+++ b/src/oxygentheme.cpp
-@@ -52,12 +52,8 @@ void theme_init( GTypeModule* module )
- Oxygen::RCStyle::registerType( module );
- Oxygen::StyleWrapper::registerType( module );
- 
--// initialize oxygen here, for XUL applications
--// special care is taken to not initialize everything
--Oxygen::ApplicationName applicationName;
--applicationName.initialize();
--if( applicationName.isXul() )
--{ Oxygen::Style::instance().initialize( Oxygen::QtSettings::Forced | 
Oxygen::QtSettings::Colors ); }
-+// style initialization
-+Oxygen::Style::instance().initialize();
- 
- }
- 



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD fix-regression.patch)

2013-02-07 Thread Andrea Scarpino
Date: Thursday, February 7, 2013 @ 14:44:24
  Author: andrea
Revision: 177571

upgpkg: oxygen-gtk2 1.3.2-2

Fix regression (FS#33669)

Added:
  oxygen-gtk2/trunk/fix-regression.patch
Modified:
  oxygen-gtk2/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 fix-regression.patch |   48 
 2 files changed, 57 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 12:01:58 UTC (rev 177570)
+++ PKGBUILD2013-02-07 13:44:24 UTC (rev 177571)
@@ -4,7 +4,7 @@
 
 pkgname=oxygen-gtk2
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
@@ -13,10 +13,16 @@
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7c4ecfca330102b7ff50e472a62dfc60')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'fix-regression.patch')
+md5sums=('7c4ecfca330102b7ff50e472a62dfc60'
+ 'bced3ab820c3eafbb4e40a279d05bff6')
 
 build() {
+  cd ${pkgname}-${pkgver}/
+  patch -p1 -i ${srcdir}/fix-regression.patch
+  cd ../
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Added: fix-regression.patch
===
--- fix-regression.patch(rev 0)
+++ fix-regression.patch2013-02-07 13:44:24 UTC (rev 177571)
@@ -0,0 +1,48 @@
+diff --git a/src/oxygenqtsettings.cpp b/src/oxygenqtsettings.cpp
+index f2ad1af..9965086 100644
+--- a/src/oxygenqtsettings.cpp
 b/src/oxygenqtsettings.cpp
+@@ -102,6 +102,9 @@ namespace Oxygen
+ 
+ const bool forced( flagsForced );
+ 
++// no attempt at initializing if gtk settings is not yet set
++if( !gtk_settings_get_default() ) return false;
++
+ if( _initialized  !forced ) return false;
+ else if( !forced ) _initialized = true;
+ 
+diff --git a/src/oxygenstylewrapper.cpp b/src/oxygenstylewrapper.cpp
+index ff0666b..a2572b0 100644
+--- a/src/oxygenstylewrapper.cpp
 b/src/oxygenstylewrapper.cpp
+@@ -3741,6 +3741,10 @@ namespace Oxygen
+ #endif
+ 
+ // style initialization
++/*
++this is normally achieved in theme_init, but is somehow not working 
with gnome shell
++so that it is redone here, since duplication is avoided when 
initialization is called twice without modifications
++*/
+ Style::instance().initialize();
+ 
+ // hooks
+diff --git a/src/oxygentheme.cpp b/src/oxygentheme.cpp
+index 50b04e2..9bc49e1 100644
+--- a/src/oxygentheme.cpp
 b/src/oxygentheme.cpp
+@@ -52,12 +52,8 @@ void theme_init( GTypeModule* module )
+ Oxygen::RCStyle::registerType( module );
+ Oxygen::StyleWrapper::registerType( module );
+ 
+-// initialize oxygen here, for XUL applications
+-// special care is taken to not initialize everything
+-Oxygen::ApplicationName applicationName;
+-applicationName.initialize();
+-if( applicationName.isXul() )
+-{ Oxygen::Style::instance().initialize( Oxygen::QtSettings::Forced | 
Oxygen::QtSettings::Colors ); }
++// style initialization
++Oxygen::Style::instance().initialize();
+ 
+ }
+ 



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2013-01-30 Thread Andrea Scarpino
Date: Wednesday, January 30, 2013 @ 14:08:49
  Author: andrea
Revision: 176329

upgpkg: oxygen-gtk2 1.3.2-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-30 11:29:10 UTC (rev 176328)
+++ PKGBUILD2013-01-30 13:08:49 UTC (rev 176329)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('269283e34c5ae547a062da29cab58aa9')
+md5sums=('7c4ecfca330102b7ff50e472a62dfc60')
 
 build() {
   mkdir build



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2012-10-04 Thread Andrea Scarpino
Date: Thursday, October 4, 2012 @ 15:21:30
  Author: andrea
Revision: 167989

upgpkg: oxygen-gtk2 1.3.1-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 19:20:40 UTC (rev 167988)
+++ PKGBUILD2012-10-04 19:21:30 UTC (rev 167989)
@@ -3,21 +3,20 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
 license=('LGPL')
-depends=('gtk2' 'dbus-glib')
+depends=('gtk2')
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9c9d996904db3f4897772788f3bf1599')
+md5sums=('269283e34c5ae547a062da29cab58aa9')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2012-07-18 Thread Andrea Scarpino
Date: Wednesday, July 18, 2012 @ 06:30:17
  Author: andrea
Revision: 163735

upgpkg: oxygen-gtk2 1.3.0-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-18 07:05:35 UTC (rev 163734)
+++ PKGBUILD2012-07-18 10:30:17 UTC (rev 163735)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.2.5
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ae01b5b42f6d8b9d58c938bb9a61a3ae')
+md5sums=('9c9d996904db3f4897772788f3bf1599')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2012-06-18 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 01:54:31
  Author: andrea
Revision: 162039

upgpkg: oxygen-gtk2 1.2.5-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 05:34:02 UTC (rev 162038)
+++ PKGBUILD2012-06-19 05:54:31 UTC (rev 162039)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('107c56ae519483fcb747b751680bbf37')
+md5sums=('ae01b5b42f6d8b9d58c938bb9a61a3ae')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2012-05-14 Thread Andrea Scarpino
Date: Monday, May 14, 2012 @ 14:16:47
  Author: andrea
Revision: 158999

upgpkg: oxygen-gtk2 1.2.4-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-14 17:48:56 UTC (rev 158998)
+++ PKGBUILD2012-05-14 18:16:47 UTC (rev 158999)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e829b07082280bc0744623ae477b550e')
+md5sums=('107c56ae519483fcb747b751680bbf37')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2012-04-14 Thread Andrea Scarpino
Date: Saturday, April 14, 2012 @ 06:01:57
  Author: andrea
Revision: 156128

upgpkg: oxygen-gtk2 1.2.3-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-14 09:33:09 UTC (rev 156127)
+++ PKGBUILD2012-04-14 10:01:57 UTC (rev 156128)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('88cc3da77fec3802564b6d16b4268300')
+md5sums=('e829b07082280bc0744623ae477b550e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2012-03-12 Thread Andrea Scarpino
Date: Monday, March 12, 2012 @ 13:49:51
  Author: andrea
Revision: 153264

upgpkg: oxygen-gtk2 1.2.2-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-12 17:30:08 UTC (rev 153263)
+++ PKGBUILD2012-03-12 17:49:51 UTC (rev 153264)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4a0a98a3499a9357d0f83191b48900ad')
+md5sums=('88cc3da77fec3802564b6d16b4268300')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD)

2012-02-15 Thread Andrea Scarpino
Date: Thursday, February 16, 2012 @ 02:56:15
  Author: andrea
Revision: 150268

upgpkg: oxygen-gtk2 1.2.1-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-16 07:53:14 UTC (rev 150267)
+++ PKGBUILD2012-02-16 07:56:15 UTC (rev 150268)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('975dfef679436c849a649c9d5d9ae0d3')
+md5sums=('4a0a98a3499a9357d0f83191b48900ad')
 
 build() {
   cd ${srcdir}