[arch-commits] Commit in lxappearance/repos (6 files)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:57:33
  Author: bgyorgy
Revision: 162913

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxappearance/repos/community-i686/PKGBUILD
(from rev 162912, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-x86_64/PKGBUILD
(from rev 162912, lxappearance/trunk/PKGBUILD)
Deleted:
  lxappearance/repos/community-i686/PKGBUILD
  lxappearance/repos/community-i686/gtk3.patch
  lxappearance/repos/community-x86_64/PKGBUILD
  lxappearance/repos/community-x86_64/gtk3.patch

-+
 /PKGBUILD   |  102 ++
 community-i686/PKGBUILD |   59 
 community-i686/gtk3.patch   |  123 --
 community-x86_64/PKGBUILD   |   59 
 community-x86_64/gtk3.patch |  123 --
 5 files changed, 102 insertions(+), 364 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 00:57:24 UTC (rev 162912)
+++ community-i686/PKGBUILD 2016-02-21 00:57:33 UTC (rev 162913)
@@ -1,59 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=lxappearance
-pkgname=(lxappearance lxappearance-gtk3)
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-depends=('gtk2' 'gtk3')
-makedepends=('intltool' 'dbus-glib')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-md5sums=('79740125628a8374c1101cf26e558fa5'
- 'a557783031555b63db69ae3674515735')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-  autoreconf -fi
-}
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus --enable-gtk3
-  make
-}
-
-package_lxappearance() {
-  groups=('lxde')
-  depends=('gtk2')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}
-
-package_lxappearance-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3')
-  conflicts=('lxappearance')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance/repos/community-i686/PKGBUILD (from rev 162912, 
lxappearance/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 00:57:33 UTC (rev 162913)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=lxappearance
+pkgname=(lxappearance lxappearance-gtk3)
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3')
+makedepends=('intltool' 'dbus-glib')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('21ee79c7686a80efddaa1b7928f51e21')
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus --enable-gtk3
+  make
+}
+
+package_lxappearance() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxappearance-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxappearance')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gtk3.patch
===
--- community-i686/gtk3.patch   2016-02-21 00:57:24 UTC (rev 162912)
+++ community-i686/gtk3.patch   2016-02-21 00:57:33 UTC (rev 162913)
@@ -1,123 +0,0 @@
-From bf3144bacb01a577b71fe9194a0d9f309a2f20b5 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 15 Dec 2014 17:27:09 +0100
-Subject: [PATCH] Substitute the correct GTK+ version in pkgconfig file
-
-This fixes the build of GTK+ 3 version of lxappearance-obconf.

- configure.ac| 1 +
- data/lxappearance.pc.in | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)

[arch-commits] Commit in lxappearance/repos (6 files)

2016-02-17 Thread Balló György
Date: Wednesday, February 17, 2016 @ 23:24:08
  Author: bgyorgy
Revision: 162134

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxappearance/repos/community-i686/PKGBUILD
(from rev 162133, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-i686/gtk3.patch
(from rev 162133, lxappearance/trunk/gtk3.patch)
  lxappearance/repos/community-x86_64/PKGBUILD
(from rev 162133, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-x86_64/gtk3.patch
(from rev 162133, lxappearance/trunk/gtk3.patch)
Deleted:
  lxappearance/repos/community-i686/PKGBUILD
  lxappearance/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  118 
 community-i686/PKGBUILD |   28 -
 community-i686/gtk3.patch   |  123 ++
 community-x86_64/PKGBUILD   |   28 -
 community-x86_64/gtk3.patch |  123 ++
 5 files changed, 364 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 22:24:00 UTC (rev 162133)
+++ community-i686/PKGBUILD 2016-02-17 22:24:08 UTC (rev 162134)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Geoffroy Carrier 
-
-pkgname=lxappearance
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2')
-makedepends=('intltool' 'dbus-glib')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('79740125628a8374c1101cf26e558fa5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-dbus
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: lxappearance/repos/community-i686/PKGBUILD (from rev 162133, 
lxappearance/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 22:24:08 UTC (rev 162134)
@@ -0,0 +1,59 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=lxappearance
+pkgname=(lxappearance lxappearance-gtk3)
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3')
+makedepends=('intltool' 'dbus-glib')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgbase-$pkgver.tar.xz
+gtk3.patch)
+md5sums=('79740125628a8374c1101cf26e558fa5'
+ 'a557783031555b63db69ae3674515735')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../gtk3.patch
+  autoreconf -fi
+}
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus --enable-gtk3
+  make
+}
+
+package_lxappearance() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxappearance-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxappearance')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Copied: lxappearance/repos/community-i686/gtk3.patch (from rev 162133, 
lxappearance/trunk/gtk3.patch)
===
--- community-i686/gtk3.patch   (rev 0)
+++ community-i686/gtk3.patch   2016-02-17 22:24:08 UTC (rev 162134)
@@ -0,0 +1,123 @@
+From bf3144bacb01a577b71fe9194a0d9f309a2f20b5 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 15 Dec 2014 17:27:09 +0100
+Subject: [PATCH] Substitute the correct GTK+ version in pkgconfig file
+
+This fixes the build of GTK+ 3 version of lxappearance-obconf.
+---
+ configure.ac| 1 +
+ data/lxappearance.pc.in | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index a91c34b..2ba5d34 100644
+--- a/configure.ac
 b/configure.ac
+@@ -88,6 +88,7 @@ gmodule_modules="gmodule-export-2.0"
+ PKG_CHECK_MODULES(GMODULE, [$gmodule_modules])
+ AC_SUBST(GMODULE_CFLAGS)
+ AC_SUBST(GMODULE_LIBS)
++AC_SUBST(gtk_modules)
+ 
+ # gio_modules="gthread-2.0 gio-unix-2.0 glib-2.0 >= 2.18.0"
+ # 

[arch-commits] Commit in lxappearance/repos (6 files)

2014-10-25 Thread Bartłomiej Piotrowski
Date: Saturday, October 25, 2014 @ 15:58:34
  Author: bpiotrowski
Revision: 121400

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxappearance/repos/community-i686/PKGBUILD
(from rev 121399, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-x86_64/PKGBUILD
(from rev 121399, lxappearance/trunk/PKGBUILD)
Deleted:
  lxappearance/repos/community-i686/PKGBUILD
  lxappearance/repos/community-i686/gtk-3.0.patch
  lxappearance/repos/community-x86_64/PKGBUILD
  lxappearance/repos/community-x86_64/gtk-3.0.patch

+
 /PKGBUILD  |   56 +++
 community-i686/PKGBUILD|   28 -
 community-i686/gtk-3.0.patch   |  111 ---
 community-x86_64/PKGBUILD  |   28 -
 community-x86_64/gtk-3.0.patch |  111 ---
 5 files changed, 56 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-25 13:58:21 UTC (rev 121399)
+++ community-i686/PKGBUILD 2014-10-25 13:58:34 UTC (rev 121400)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=lxappearance
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'dbus-glib')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('20effaef8d943a70533b366b468c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-dbus
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: lxappearance/repos/community-i686/PKGBUILD (from rev 121399, 
lxappearance/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-25 13:58:34 UTC (rev 121400)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=lxappearance
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2')
+makedepends=('intltool' 'dbus-glib')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('79740125628a8374c1101cf26e558fa5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--enable-dbus
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-i686/gtk-3.0.patch
===
--- community-i686/gtk-3.0.patch2014-10-25 13:58:21 UTC (rev 121399)
+++ community-i686/gtk-3.0.patch2014-10-25 13:58:34 UTC (rev 121400)
@@ -1,111 +0,0 @@
 src/lxappearance.c 2011-07-29 16:50:19.0 +0200
-+++ src/lxappearance1.c2011-07-30 18:51:40.323368701 +0200
-@@ -153,21 +153,33 @@
- 
- char* file_path = g_build_filename(g_get_home_dir(), .gtkrc-2.0, NULL);
- GString* content = g_string_sized_new(512);
-+GString* content3 = g_string_sized_new(512);
- g_string_append(content,
- # DO NOT EDIT! This file will be overwritten by LXAppearance.\n
- # Any customization should be done in ~/.gtkrc-2.0.mine 
instead.\n\n);
-+g_string_append(content3, [Settings]\n
-+# DO NOT EDIT! This file will be overwritten by LXAppearance.\n);
-+
- if(app.widget_theme)
- g_string_append_printf(content,
- gtk-theme-name=\%s\\n, app.widget_theme);
-+g_string_append_printf(content3,
-+gtk-theme-name = %s\n, app.widget_theme);
- if(app.icon_theme)
- g_string_append_printf(content,
--gtk-icon-theme-name=\%s\\n, app.icon_theme);
-+gtk-icon-theme-name=\%s\\n, app.icon_theme);
-+g_string_append_printf(content3,
-+gtk-icon-theme-name = %s\n, app.icon_theme);
- if(app.default_font)
- g_string_append_printf(content,
- gtk-font-name=\%s\\n, app.default_font);
-+g_string_append_printf(content3,
-+gtk-font-name = %s\n, app.default_font);
- if(app.cursor_theme)
- g_string_append_printf(content,
- gtk-cursor-theme-name=\%s\\n, app.cursor_theme);
-+g_string_append_printf(content3,
-+gtk-cursor-theme-name = %s\n, app.cursor_theme);
- save_cursor_theme_name();
- 
-