mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/pangomm: Updated for version 2.26.2.
This commit is contained in:
parent
3412f17a83
commit
19b2cf6cd9
3 changed files with 18 additions and 6 deletions
16
libraries/pangomm/pangomm.SlackBuild
Normal file → Executable file
16
libraries/pangomm/pangomm.SlackBuild
Normal file → Executable file
|
@ -23,11 +23,20 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pangomm
|
||||
VERSION=${VERSION:-2.14.1}
|
||||
ARCH=${ARCH:-i486}
|
||||
VERSION=${VERSION:-2.26.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) export ARCH=i486 ;;
|
||||
arm*) export ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) export ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
|
@ -42,6 +51,9 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pangomm"
|
||||
VERSION="2.14.1"
|
||||
VERSION="2.26.2"
|
||||
HOMEPAGE="http://www.gtkmm.org/"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/pangomm/2.14/pangomm-2.14.1.tar.bz2"
|
||||
MD5SUM="c67228ea93dd977394d2872b61754b53"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/pangomm/2.26/pangomm-2.26.2.tar.bz2"
|
||||
MD5SUM="b363b09faf884db8bf8d1458d719ff00"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
pangomm: pangomm (C++ API for Pango)
|
||||
pangomm:
|
||||
pangomm:
|
||||
pangomm: Pangomm is a C++ API for Pango.
|
||||
pangomm:
|
||||
pangomm: Homepage: http://gtkmm.org
|
||||
|
|
Loading…
Reference in a new issue