mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/atkmm: Updated for version 2.22.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5071ae4643
commit
4b33b383c4
3 changed files with 5 additions and 7 deletions
|
@ -1,3 +1 @@
|
|||
atkmm is the C++ binding for the ATK library.
|
||||
|
||||
This requires pangomm.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=atkmm
|
||||
VERSION=${VERSION:-2.22.4}
|
||||
VERSION=${VERSION:-2.22.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="atkmm"
|
||||
VERSION="2.22.4"
|
||||
VERSION="2.22.6"
|
||||
HOMEPAGE="http://www.gtkmm.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.22/atkmm-2.22.4.tar.bz2"
|
||||
MD5SUM="ad1ddcc707bf18a27968838a327195d7"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.22/atkmm-2.22.6.tar.xz"
|
||||
MD5SUM="30f8e34c92b14f17ba3029937b2f218a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pangomm"
|
||||
|
|
Loading…
Reference in a new issue