[openbox] obconf crashes with lastest openbox

Filip Wojciechowski fwojciec at gmail.com
Tue Apr 22 09:50:17 EDT 2008


On Tue, Apr 22, 2008 at 9:15 AM, Dana Jansens <danakj at orodu.net> wrote:
> That sort of thing happens when you compile obconf against one version
>  of openbox (and it's header files), but have it linked to/using a
>  different version of libobrender.  When the headers and the library
>  file don't match up, boom.
>
[snip]

Here is a working PKGBUILD:

# $Id: PKGBUILD,v 1.12 2008/02/07 20:32:22 tobias Exp $
# Maintainer: tobias <tobias at archlinux.org>
# Contributor: Tobias Kieslich <tobias at justdreams.de>

pkgname=obconf
pkgver=2.0.3
pkgrel=2
pkgdesc="A gtk2 based configuration tool for the Openbox windowmanager"
arch=(i686 x86_64)
license=('GPL')
url="http://tr.openmonkey.com/pages/obconf/"
depends=('openbox>=3.4.5' 'gtk2' 'libglade')
install=${pkgname}.install
source=(http://icculus.org/openbox/${pkgname}/${pkgname}-${pkgver}.tar.gz \
        http://icculus.org/openbox/mw/images/8/80/Obconf-72.png)
md5sums=('b22e273721851dedad72acbc77eefb68' '340ae4732e76731d2838473541eb8d4e')

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}
  PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --prefix=/usr
  make || return 1
  sed -i 's/=openbox/=obconf/' obconf.desktop
  make DESTDIR=${startdir}/pkg install
  install -Dm644 ../Obconf-72.png ${startdir}/pkg/usr/share/pixmaps/obconf.png
}



More information about the openbox mailing list