Skip to content
Snippets Groups Projects
Commit ba514b8c authored by Chih-Hsuan Yen's avatar Chih-Hsuan Yen
Browse files

cherry-pick a change for glib2 2.76 compatibility

And update makedepends to make namcap a little bit happier
parent 4955fea1
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
pkgname=openbox
pkgver=3.6.1
pkgrel=9
pkgrel=10
pkgdesc='Highly configurable and lightweight X11 window manager'
arch=('x86_64')
url='http://openbox.org'
......@@ -15,7 +15,7 @@ license=('GPL')
provides=(libobrender.so)
depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm')
makedepends=('python')
makedepends=('python-xdg')
optdepends=('plasma-workspace: for the KDE/Openbox xsession'
'python-xdg: for the openbox-xdg-autostart script')
groups=('lxde' 'lxde-gtk3' 'lxqt')
......@@ -27,7 +27,8 @@ source=(http://openbox.org/dist/openbox/$pkgname-$pkgver.tar.gz{,.asc}
$pkgname-kde-paths.patch
py3.patch
debian-887908.patch
https://github.com/mati75/openbox-debian/raw/debian/3.6.1-8/debian/patches/917204_undecorated_maximized_no_border.patch)
https://github.com/mati75/openbox-debian/raw/debian/3.6.1-8/debian/patches/917204_undecorated_maximized_no_border.patch
https://github.com/Mikachu/openbox/commit/9ed6fdd71890c5cc43747f105382d5677e5d37e7.patch)
md5sums=('b72794996c6a3ad94634727b95f9d204'
'SKIP'
'0a11d7149da210a31ef88f8a9c717711'
......@@ -35,7 +36,8 @@ md5sums=('b72794996c6a3ad94634727b95f9d204'
'f7df0df8c1d2da279e48d0fdc984fb71'
'67ae9735c283637ef6d11b17a3f81953'
'4ff275746641e840605e9a74043079fe'
'bf629dfad2b4bef6330dd914922cae48')
'bf629dfad2b4bef6330dd914922cae48'
'783f40691cc84e6a9e401677e0e10d01')
sha256sums=('8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7'
'SKIP'
'adc0820671e6ec42ff1bb4cbb04c65e19cdf74c62bcef3a3b727adb208eb82c7'
......@@ -43,7 +45,8 @@ sha256sums=('8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7'
'40b6feb8fd83da0c9073ffc3ee4c009b5b036d105199bcaf6aa03cb18bf0b7e0'
'4cd2708320ab3cdf4868bd66f20481dbad504d0e9aa43f13bca5c149b94a49cf'
'f13d0aa857ea0a4304d8529b58cdda22d74b827cac78b991f92289f341a61fd8'
'057761c75f9c3ccc799a2a3f453b729d950e6b78a271f5269d1b0f2b982d45c2')
'057761c75f9c3ccc799a2a3f453b729d950e6b78a271f5269d1b0f2b982d45c2'
'a371d116483f37cd888bdeb1a5a1b594ddc9bf92c9c91478a1d5bff48a24b537')
validpgpkeys=(4B71379A9D5263D112A85620A5A4E99C711D3B61)
prepare() {
......@@ -59,6 +62,10 @@ prepare() {
patch -Np1 -i "$srcdir"/debian-887908.patch
# https://bugs.archlinux.org/task/72023
patch -Np1 -i "$srcdir"/917204_undecorated_maximized_no_border.patch
# https://bugs.archlinux.org/task/77853
# The patch is proposed on https://bugzilla.icculus.org/show_bug.cgi?id=6669
# and commited to a work branch in the upstream repo
patch -Np1 -i "$srcdir"/9ed6fdd71890c5cc43747f105382d5677e5d37e7.patch
# py3.patch modifies configure.ac
autoreconf -ifv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment