[arch-commits] Commit in openbox/repos (12 files)
Florian Pritz
bluewind at archlinux.org
Thu Jul 2 09:09:55 UTC 2015
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 <bluewind at xinu.at>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: tobias <tobias at 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 <bluewind at xinu.at>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+
+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
+}
Deleted: community-i686/openbox-3.5.0-title-matching.patch
===================================================================
--- community-i686/openbox-3.5.0-title-matching.patch 2015-07-02 09:09:49 UTC (rev 136250)
+++ community-i686/openbox-3.5.0-title-matching.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -1,11 +0,0 @@
---- openbox-3.5.0/openbox/client.c 2011-08-01 22:14:58.000000000 +0200
-+++ openbox-3.5.0/openbox/client.c 2011-10-22 14:59:56.000000000 +0200
-@@ -883,7 +883,7 @@
- !g_pattern_match(app->role,
- strlen(self->role), self->role, NULL))
- match = FALSE;
-- else if (app->title &&
-+ else if (app->title && self->title &&
- !g_pattern_match(app->title,
- strlen(self->title), self->title, NULL))
- match = FALSE;
Copied: openbox/repos/community-i686/openbox-3.5.0-title-matching.patch (from rev 136250, openbox/trunk/openbox-3.5.0-title-matching.patch)
===================================================================
--- community-i686/openbox-3.5.0-title-matching.patch (rev 0)
+++ community-i686/openbox-3.5.0-title-matching.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -0,0 +1,11 @@
+--- openbox-3.5.0/openbox/client.c 2011-08-01 22:14:58.000000000 +0200
++++ openbox-3.5.0/openbox/client.c 2011-10-22 14:59:56.000000000 +0200
+@@ -883,7 +883,7 @@
+ !g_pattern_match(app->role,
+ strlen(self->role), self->role, NULL))
+ match = FALSE;
+- else if (app->title &&
++ else if (app->title && self->title &&
+ !g_pattern_match(app->title,
+ strlen(self->title), self->title, NULL))
+ match = FALSE;
Deleted: community-i686/openbox-3.5.0-which-2.20.patch
===================================================================
--- community-i686/openbox-3.5.0-which-2.20.patch 2015-07-02 09:09:49 UTC (rev 136250)
+++ community-i686/openbox-3.5.0-which-2.20.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -1,11 +0,0 @@
---- openbox-3.5.0/data/autostart/autostart.in~ 2011-08-02 15:50:01.963531310 +0000
-+++ openbox-3.5.0/data/autostart/autostart.in 2011-08-02 15:51:57.277879458 +0000
-@@ -8,7 +8,7 @@
- #
- #if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
- # @libexecdir@/gnome-settings-daemon &
--#elif which gnome-settings-daemon >/dev/null; then
-+#elif which gnome-settings-daemon >/dev/null 2>&1; then
- # gnome-settings-daemon &
- #fi
-
Copied: 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)
===================================================================
--- community-i686/openbox-3.5.0-which-2.20.patch (rev 0)
+++ community-i686/openbox-3.5.0-which-2.20.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -0,0 +1,11 @@
+--- openbox-3.5.0/data/autostart/autostart.in~ 2011-08-02 15:50:01.963531310 +0000
++++ openbox-3.5.0/data/autostart/autostart.in 2011-08-02 15:51:57.277879458 +0000
+@@ -8,7 +8,7 @@
+ #
+ #if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
+ # @libexecdir@/gnome-settings-daemon &
+-#elif which gnome-settings-daemon >/dev/null; then
++#elif which gnome-settings-daemon >/dev/null 2>&1; then
+ # gnome-settings-daemon &
+ #fi
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-07-02 09:09:49 UTC (rev 136250)
+++ community-x86_64/PKGBUILD 2015-07-02 09:09:55 UTC (rev 136251)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Florian pritz <bluewind at xinu.at>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: tobias <tobias at 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-x86_64/PKGBUILD (from rev 136250, openbox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-07-02 09:09:55 UTC (rev 136251)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Florian pritz <bluewind at xinu.at>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+
+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
+}
Deleted: community-x86_64/openbox-3.5.0-title-matching.patch
===================================================================
--- community-x86_64/openbox-3.5.0-title-matching.patch 2015-07-02 09:09:49 UTC (rev 136250)
+++ community-x86_64/openbox-3.5.0-title-matching.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -1,11 +0,0 @@
---- openbox-3.5.0/openbox/client.c 2011-08-01 22:14:58.000000000 +0200
-+++ openbox-3.5.0/openbox/client.c 2011-10-22 14:59:56.000000000 +0200
-@@ -883,7 +883,7 @@
- !g_pattern_match(app->role,
- strlen(self->role), self->role, NULL))
- match = FALSE;
-- else if (app->title &&
-+ else if (app->title && self->title &&
- !g_pattern_match(app->title,
- strlen(self->title), self->title, NULL))
- match = FALSE;
Copied: openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch (from rev 136250, openbox/trunk/openbox-3.5.0-title-matching.patch)
===================================================================
--- community-x86_64/openbox-3.5.0-title-matching.patch (rev 0)
+++ community-x86_64/openbox-3.5.0-title-matching.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -0,0 +1,11 @@
+--- openbox-3.5.0/openbox/client.c 2011-08-01 22:14:58.000000000 +0200
++++ openbox-3.5.0/openbox/client.c 2011-10-22 14:59:56.000000000 +0200
+@@ -883,7 +883,7 @@
+ !g_pattern_match(app->role,
+ strlen(self->role), self->role, NULL))
+ match = FALSE;
+- else if (app->title &&
++ else if (app->title && self->title &&
+ !g_pattern_match(app->title,
+ strlen(self->title), self->title, NULL))
+ match = FALSE;
Deleted: community-x86_64/openbox-3.5.0-which-2.20.patch
===================================================================
--- community-x86_64/openbox-3.5.0-which-2.20.patch 2015-07-02 09:09:49 UTC (rev 136250)
+++ community-x86_64/openbox-3.5.0-which-2.20.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -1,11 +0,0 @@
---- openbox-3.5.0/data/autostart/autostart.in~ 2011-08-02 15:50:01.963531310 +0000
-+++ openbox-3.5.0/data/autostart/autostart.in 2011-08-02 15:51:57.277879458 +0000
-@@ -8,7 +8,7 @@
- #
- #if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
- # @libexecdir@/gnome-settings-daemon &
--#elif which gnome-settings-daemon >/dev/null; then
-+#elif which gnome-settings-daemon >/dev/null 2>&1; then
- # gnome-settings-daemon &
- #fi
-
Copied: 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)
===================================================================
--- community-x86_64/openbox-3.5.0-which-2.20.patch (rev 0)
+++ community-x86_64/openbox-3.5.0-which-2.20.patch 2015-07-02 09:09:55 UTC (rev 136251)
@@ -0,0 +1,11 @@
+--- openbox-3.5.0/data/autostart/autostart.in~ 2011-08-02 15:50:01.963531310 +0000
++++ openbox-3.5.0/data/autostart/autostart.in 2011-08-02 15:51:57.277879458 +0000
+@@ -8,7 +8,7 @@
+ #
+ #if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
+ # @libexecdir@/gnome-settings-daemon &
+-#elif which gnome-settings-daemon >/dev/null; then
++#elif which gnome-settings-daemon >/dev/null 2>&1; then
+ # gnome-settings-daemon &
+ #fi
+
More information about the arch-commits
mailing list