mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/gtkmm: Updated for version 2.10.10
This commit is contained in:
parent
450858c996
commit
e565c4eecf
4 changed files with 14 additions and 7 deletions
|
@ -7,4 +7,3 @@ including API reference and a tutorial.
|
||||||
|
|
||||||
This package requires cairomm, which is also available from the
|
This package requires cairomm, which is also available from the
|
||||||
SlackBuilds.org project.
|
SlackBuilds.org project.
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
# Modified by the SlackBuilds.org project
|
# Modified by the SlackBuilds.org project
|
||||||
|
|
||||||
PKGNAME=gtkmm
|
PKGNAME=gtkmm
|
||||||
VERSION=2.8.10
|
VERSION=2.10.10
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gtkmm"
|
PRGNAM="gtkmm"
|
||||||
VERSION="2.8.10"
|
VERSION="2.10.10"
|
||||||
HOMEPAGE="http://www.gtkmm.org/"
|
HOMEPAGE="http://www.gtkmm.org/"
|
||||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.8/gtkmm-2.8.10.tar.gz"
|
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.10/gtkmm-2.10.10.tar.gz"
|
||||||
MD5SUM="11f74358773c3be9a2b1bba8f1ce9528"
|
MD5SUM="d55e0a0023076760c69674fd5a2d1dee"
|
||||||
MAINTAINER="paul wisehart"
|
MAINTAINER="paul wisehart"
|
||||||
EMAIL="wise@lupulin.net"
|
EMAIL="wise@lupulin.net"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
gtkmm: gtkmm
|
# HOW TO EDIT THIS FILE:
|
||||||
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||||
|
# up the first '|' above the ':' following the base package name, and the '|'
|
||||||
|
# on the right side marks the last column you can put a character in. You must
|
||||||
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|
|-----handy-ruler------------------------------------------------------|
|
||||||
|
gtkmm: gtkmm (C++ interface for GTK+)
|
||||||
gtkmm:
|
gtkmm:
|
||||||
gtkmm: gtkmm is the official C++ interface for the popular GUI library
|
gtkmm: gtkmm is the official C++ interface for the popular GUI library
|
||||||
gtkmm: GTK+. Highlights include typesafe callbacks, and a comprehensive set
|
gtkmm: GTK+. Highlights include typesafe callbacks, and a comprehensive set
|
||||||
|
|
Loading…
Reference in a new issue