[arch-commits] Commit in lxappearance-obconf-gtk3/repos (4 files)

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

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

Added:
  lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD
(from rev 198354, lxappearance-obconf-gtk3/trunk/PKGBUILD)
  lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD
(from rev 198354, lxappearance-obconf-gtk3/trunk/PKGBUILD)
Deleted:
  lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD
  lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-07 18:38:57 UTC (rev 198354)
+++ community-i686/PKGBUILD 2016-12-07 18:39:08 UTC (rev 198355)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf-gtk3
-_pkgname=lxappearance-obconf
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Plugin for LXAppearance to configure Openbox (GTK+ 3 version)'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('lxappearance-gtk3' 'openbox' 'libobrender.so')
-makedepends=('intltool')
-conflicts=($_pkgname)
-source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Hide theme preview as it's broken with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/768/
-  sed -i /frame1/,+19d src/obconf.glade
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD (from rev 
198354, lxappearance-obconf-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-07 18:39:08 UTC (rev 198355)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lxappearance-obconf-gtk3
+_pkgname=lxappearance-obconf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Plugin for LXAppearance to configure Openbox (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde-gtk3')
+depends=('lxappearance-gtk3' 'openbox' 'libobrender.so')
+makedepends=('intltool')
+conflicts=($_pkgname)
+source=(https://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Hide theme preview as it's broken with GTK+ 3
+  # https://sourceforge.net/p/lxde/bugs/768/
+  sed -i /frame1/,+19d src/obconf.glade
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk3
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-07 18:38:57 UTC (rev 198354)
+++ community-x86_64/PKGBUILD   2016-12-07 18:39:08 UTC (rev 198355)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf-gtk3
-_pkgname=lxappearance-obconf
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Plugin for LXAppearance to configure Openbox (GTK+ 3 version)'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('lxappearance-gtk3' 'openbox' 'libobrender.so')
-makedepends=('intltool')
-conflicts=($_pkgname)
-source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Hide theme preview as it's broken with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/768/
-  sed -i /frame1/,+19d src/obconf.glade
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD (from rev 
198354, 

[arch-commits] Commit in lxappearance-obconf-gtk3/repos (4 files)

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

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

Added:
  lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD
(from rev 162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)
  lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD
(from rev 162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)
Deleted:
  lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD
  lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 01:02:51 UTC (rev 162916)
+++ community-i686/PKGBUILD 2016-02-21 01:03:00 UTC (rev 162917)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf-gtk3
-_pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('lxappearance-gtk3' 'openbox' 'libsm' 'libobrender.so')
-makedepends=('intltool')
-conflicts=($_pkgname)
-source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Hide theme preview as it's broken with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/768/
-  sed -i /frame1/,+19d src/obconf.glade
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD (from rev 
162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 01:03:00 UTC (rev 162917)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lxappearance-obconf-gtk3
+_pkgname=lxappearance-obconf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Plugin for LXAppearance to configure Openbox (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde-gtk3')
+depends=('lxappearance-gtk3' 'openbox' 'libobrender.so')
+makedepends=('intltool')
+conflicts=($_pkgname)
+source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Hide theme preview as it's broken with GTK+ 3
+  # https://sourceforge.net/p/lxde/bugs/768/
+  sed -i /frame1/,+19d src/obconf.glade
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk3
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-21 01:02:51 UTC (rev 162916)
+++ community-x86_64/PKGBUILD   2016-02-21 01:03:00 UTC (rev 162917)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf-gtk3
-_pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('lxappearance-gtk3' 'openbox' 'libsm' 'libobrender.so')
-makedepends=('intltool')
-conflicts=($_pkgname)
-source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Hide theme preview as it's broken with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/768/
-  sed -i /frame1/,+19d src/obconf.glade
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD (from rev 
162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)