mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/glibmm: Updated for version 2.12.10
This commit is contained in:
parent
b6ad3720ab
commit
8fc89b7881
3 changed files with 16 additions and 6 deletions
|
@ -25,9 +25,9 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PKGNAME=glibmm
|
||||
VERSION=2.12.4
|
||||
VERSION=2.12.10
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glibmm"
|
||||
VERSION="2.12.4"
|
||||
VERSION="2.12.10"
|
||||
HOMEPAGE="http://www.gtkmm.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.12/glibmm-2.12.4.tar.gz"
|
||||
MD5SUM="0b655136ef378b073351160a7d8ff48f"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.12/glibmm-2.12.10.tar.gz"
|
||||
MD5SUM="8a33d61ef570cc6da26ad6d2c8561013"
|
||||
MAINTAINER="paul wisehart"
|
||||
EMAIL="wise@lupulin.net"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
glibmm: glibmm
|
||||
# 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------------------------------------------------------|
|
||||
glibmm: glibmm (C++ bindings for glib)
|
||||
glibmm:
|
||||
glibmm: glibmm is a set of C++ bindings for glib, including cross- platform
|
||||
glibmm: APIs such as a std::string-like UTF8 string class, string utility
|
||||
|
@ -7,3 +15,5 @@ glibmm: and threads.
|
|||
glibmm:
|
||||
glibmm:
|
||||
glibmm:
|
||||
glibmm:
|
||||
glibmm:
|
||||
|
|
Loading…
Reference in a new issue