desktop/obconf: Updated for version git_85e3e6ef.

This version uses gtk3 instead of gtk2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-11-03 12:09:23 -06:00
parent ae093eaf82
commit 7abdc96315
2 changed files with 7 additions and 5 deletions

View file

@ -25,7 +25,7 @@
# Currently maintained by Robby Workman <rw@rlworkman.net>
PRGNAM=obconf
VERSION=git_cc7a188076
VERSION=git_85e3e6ef
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -44,7 +44,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="AUTHORS CHANGELOG COPYING NEWS README TODO"
DOCS="AUTHORS CHANGELOG COPYING README"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@ -78,6 +78,8 @@ find . \
# Include a patch by Andrew Rowland to fix build errors:
patch -p1 < $CWD/obconf_git_preview.patch
./bootstrap
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="obconf"
VERSION="git_cc7a188076"
VERSION="git_85e3e6ef"
HOMEPAGE="http://openbox.org/wiki/ObConf:About"
DOWNLOAD="ftp://harrier.slackbuilds.org/misc/obconf-git_cc7a188076.tar.xz"
MD5SUM="6423cc63186a386abbd14a221e830f30"
DOWNLOAD="ftp://harrier.slackbuilds.org/misc/obconf-git_85e3e6ef.tar.xz"
MD5SUM="f1dff81386c1c3910db1aa4b4ca7f814"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openbox"