[arch-commits] Commit in openbox/repos (12 files)

2016-02-20 Thread Balló György
Date: Saturday, February 20, 2016 @ 17:37:35
  Author: bgyorgy
Revision: 162848

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 162847, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 162847, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 162847, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 162847, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 162847, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 162847, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  128 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   64 -
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   64 -
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-20 16:37:24 UTC (rev 162847)
+++ community-i686/PKGBUILD 2016-02-20 16:37:35 UTC (rev 162848)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Florian pritz 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Andrea Scarpino 
-# Contributor: tobias 
-
-pkgname=openbox
-pkgver=3.6.1
-pkgrel=2
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-provides=(libobrender.so)
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm')
-optdepends=('plasma-workspace: for the KDE/Openbox xsession'
-'python2-xdg: for the openbox-xdg-autostart script')
-groups=('lxde' 'lxqt')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://openbox.org/dist/openbox/$pkgname-$pkgver.tar.gz{,.asc}
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('b72794996c6a3ad94634727b95f9d204'
- 'SKIP'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-validpgpkeys=(4B71379A9D5263D112A85620A5A4E99C711D3B61)
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # GNOME Panel is no longer available in the official repositories
-  rm -r 
"$pkgdir"/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \
-"$pkgdir"/usr/share/gnome{,-session} \
-"$pkgdir"/usr/share/man/man1/openbox-gnome-session.1 \
-"$pkgdir"/usr/share/xsessions/openbox-gnome.desktop
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-"$pkgdir"/usr/share/xsessions/openbox-kde.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 162847, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-20 16:37:35 UTC (rev 162848)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Florian pritz 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Andrea Scarpino 
+# Contributor: tobias 
+

[arch-commits] Commit in openbox/repos (12 files)

2015-12-11 Thread Antonio Rojas
Date: Friday, December 11, 2015 @ 16:49:49
  Author: arojas
Revision: 153034

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 153033, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 153033, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 153033, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 153033, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 153033, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 153033, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  128 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   64 -
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   64 -
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-11 15:49:16 UTC (rev 153033)
+++ community-i686/PKGBUILD 2015-12-11 15:49:49 UTC (rev 153034)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Florian pritz 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Andrea Scarpino 
-# Contributor: tobias 
-
-pkgname=openbox
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-provides=(libobrender.so)
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm')
-optdepends=('kdebase-workspace: for the KDE/Openbox xsession'
-'python2-xdg: for the openbox-xdg-autostart script')
-groups=('lxde' 'lxqt')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://openbox.org/dist/openbox/$pkgname-$pkgver.tar.gz{,.asc}
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('b72794996c6a3ad94634727b95f9d204'
- 'SKIP'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-validpgpkeys=(4B71379A9D5263D112A85620A5A4E99C711D3B61)
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # GNOME Panel is no longer available in the official repositories
-  rm -r 
"$pkgdir"/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \
-"$pkgdir"/usr/share/gnome{,-session} \
-"$pkgdir"/usr/share/man/man1/openbox-gnome-session.1 \
-"$pkgdir"/usr/share/xsessions/openbox-gnome.desktop
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-"$pkgdir"/usr/share/xsessions/openbox-kde.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 153033, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-11 15:49:49 UTC (rev 153034)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Florian pritz 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Andrea Scarpino 
+# Contributor: tobias 
+

[arch-commits] Commit in openbox/repos (12 files)

2015-07-02 Thread Florian Pritz
Date: Thursday, July 2, 2015 @ 11:09:55
  Author: bluewind
Revision: 136251

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 136250, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 136250, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 136250, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 136250, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 136250, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 136250, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  128 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   63 
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   63 
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 9 files changed, 172 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-02 09:09:49 UTC (rev 136250)
+++ community-i686/PKGBUILD 2015-07-02 09:09:55 UTC (rev 136251)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Florian pritz bluew...@xinu.at
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.6
-pkgrel=1
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm')
-optdepends=('kdebase-workspace: for the KDE/Openbox xsession'
-'python2-xdg: for the openbox-xdg-autostart script')
-groups=('lxde' 'lxqt')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://openbox.org/dist/openbox/$pkgname-$pkgver.tar.gz{,.asc}
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('a995a15361b18f24e45f9be752e89f4e'
- 'SKIP'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-validpgpkeys=(4B71379A9D5263D112A85620A5A4E99C711D3B61)
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # GNOME Panel is no longer available in the official repositories
-  rm -r 
$pkgdir/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \
-$pkgdir/usr/share/gnome{,-session} \
-$pkgdir/usr/share/man/man1/openbox-gnome-session.1 \
-$pkgdir/usr/share/xsessions/openbox-gnome.desktop
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-$pkgdir/usr/share/xsessions/openbox-kde.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 136250, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-02 09:09:55 UTC (rev 136251)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Florian pritz bluew...@xinu.at
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=openbox
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Highly configurable and 

[arch-commits] Commit in openbox/repos (12 files)

2015-06-01 Thread Florian Pritz
Date: Monday, June 1, 2015 @ 12:11:35
  Author: bluewind
Revision: 134457

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 134456, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 134456, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 134456, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 134456, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 134456, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 134456, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  126 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   61 
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   61 
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 9 files changed, 170 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 10:11:30 UTC (rev 134456)
+++ community-i686/PKGBUILD 2015-06-01 10:11:35 UTC (rev 134457)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Florian pritz bluew...@xinu.at
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.5.2
-pkgrel=7
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm')
-optdepends=('kdebase-workspace: for the KDE/Openbox xsession'
-'python2-xdg: for the openbox-xdg-autostart script')
-groups=('lxde')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('93df606606053b7e8578a5c116afb8ec'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # GNOME Panel is no longer available in the official repositories
-  rm -r 
$pkgdir/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \
-$pkgdir/usr/share/gnome{,-session} \
-$pkgdir/usr/share/man/man1/openbox-gnome-session.1 \
-$pkgdir/usr/share/xsessions/openbox-gnome.desktop
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-$pkgdir/usr/share/xsessions/openbox-kde.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 134456, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 10:11:35 UTC (rev 134457)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Florian pritz bluew...@xinu.at
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=openbox
+pkgver=3.6
+pkgrel=1
+pkgdesc='Highly configurable and lightweight X11 window manager'
+arch=('i686' 'x86_64')
+url='http://openbox.org'

[arch-commits] Commit in openbox/repos (12 files)

2013-10-26 Thread Bartłomiej Piotrowski
Date: Saturday, October 26, 2013 @ 16:31:37
  Author: bpiotrowski
Revision: 99259

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 99258, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 99258, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 99258, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 99258, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 99258, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 99258, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  122 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   61 -
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   61 -
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 14:31:34 UTC (rev 99258)
+++ community-i686/PKGBUILD 2013-10-26 14:31:37 UTC (rev 99259)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.5.2
-pkgrel=5
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2' 'librsvg')
-optdepends=('kdebase-workspace: for the KDE/Openbox xsession'
-'python2-xdg: for the openbox-xdg-autostart script')
-groups=('lxde')
-options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('93df606606053b7e8578a5c116afb8ec'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # GNOME Panel is no longer available in the official repositories
-  rm -r 
$pkgdir/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \
-$pkgdir/usr/share/gnome{,-session} \
-$pkgdir/usr/share/man/man1/openbox-gnome-session.1 \
-$pkgdir/usr/share/xsessions/openbox-gnome.desktop
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-$pkgdir/usr/share/xsessions/openbox-kde.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 99258, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 14:31:37 UTC (rev 99259)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=openbox
+pkgver=3.5.2
+pkgrel=6
+pkgdesc='Highly configurable and lightweight X11 window manager'
+arch=('i686' 'x86_64')
+url='http://openbox.org'
+license=('GPL')
+depends=('startup-notification' 'libxml2' 'libxinerama' 

[arch-commits] Commit in openbox/repos (12 files)

2013-09-01 Thread Bartłomiej Piotrowski
Date: Sunday, September 1, 2013 @ 09:12:43
  Author: bpiotrowski
Revision: 96565

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 96564, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 96564, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 96564, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 96564, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 96564, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 96564, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  114 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   59 -
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   59 -
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 9 files changed, 158 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-01 07:12:22 UTC (rev 96564)
+++ community-i686/PKGBUILD 2013-09-01 07:12:43 UTC (rev 96565)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.5.2
-pkgrel=2
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2')
-makedepends=('librsvg')
-optdepends=('python2: for the xdg-autostart script'
-'librsvg: for SVG icons support')
-groups=('lxde')
-options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('93df606606053b7e8578a5c116afb8ec'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/bin/{gdm-control,gnome-panel-control}
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-$pkgdir/usr/share/xsessions/openbox-kde.desktop
-  sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
-$pkgdir/usr/share/xsessions/openbox-gnome.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 96564, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-01 07:12:43 UTC (rev 96565)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=openbox
+pkgver=3.5.2
+pkgrel=3
+pkgdesc='Highly configurable and lightweight X11 window manager'
+arch=('i686' 'x86_64')
+url='http://openbox.org'
+license=('GPL')
+depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
+ 'libxcursor' 'pango' 'imlib2' 'librsvg')
+optdepends=('python2: for the xdg-autostart script')
+groups=('lxde')
+options=('!libtool')

[arch-commits] Commit in openbox/repos (12 files)

2013-08-30 Thread Bartłomiej Piotrowski
Date: Friday, August 30, 2013 @ 17:52:24
  Author: bpiotrowski
Revision: 96487

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 96486, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 96486, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 96486, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 96486, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 96486, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 96486, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  118 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   58 
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   58 
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 9 files changed, 162 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-30 15:52:11 UTC (rev 96486)
+++ community-i686/PKGBUILD 2013-08-30 15:52:24 UTC (rev 96487)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2')
-optdepends=('python2: for the xdg-autostart script'
-'librsvg: for SVG icons support')
-groups=('lxde')
-options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('93df606606053b7e8578a5c116afb8ec'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/bin/{gdm-control,gnome-panel-control}
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-$pkgdir/usr/share/xsessions/openbox-kde.desktop
-  sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
-$pkgdir/usr/share/xsessions/openbox-gnome.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 96486, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-30 15:52:24 UTC (rev 96487)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=openbox
+pkgver=3.5.2
+pkgrel=2
+pkgdesc='Highly configurable and lightweight X11 window manager'
+arch=('i686' 'x86_64')
+url='http://openbox.org'
+license=('GPL')
+depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
+ 'libxcursor' 'pango' 'imlib2')
+makedepends=('librsvg')
+optdepends=('python2: for the xdg-autostart script'
+'librsvg: for SVG icons support')
+groups=('lxde')