mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/gtkmm: Updated for version 2.24.0.
I had to disable documentation building in this, as it was erroring out with a missing component from glibmm. It's possible that the missing component will be present in the stable 2.28.0 version of glibmm, so perhaps we'll try then. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
59022a0a2a
commit
1d0cb83fe8
3 changed files with 7 additions and 7 deletions
|
@ -5,4 +5,4 @@ user interfaces either in code or with the Glade User Interface
|
|||
designer, using libglademm. There's extensive documentation,
|
||||
including API reference and a tutorial.
|
||||
|
||||
This requires pangomm.
|
||||
This requires pangomm and atkmm.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=gtkmm
|
||||
VERSION=${VERSION:-2.18.2}
|
||||
VERSION=${VERSION:-2.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,16 +78,16 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--disable-documentation \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make libdocdir=/usr/doc/$PRGNAM-$VERSION
|
||||
make install-strip DESTDIR=$PKG libdocdir=/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS PORTING README* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
## Remove API docs
|
||||
rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/docs/{reference,examples}
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gtkmm"
|
||||
VERSION="2.18.2"
|
||||
VERSION="2.24.0"
|
||||
HOMEPAGE="http://www.gtkmm.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.18/gtkmm-2.18.2.tar.bz2"
|
||||
MD5SUM="3e43e9eef1da8988a76a2815d6b31c91"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.0.tar.bz2"
|
||||
MD5SUM="d0413781fdb884e0ccba52844c94485f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="paul wisehart"
|
||||
|
|
Loading…
Reference in a new issue