mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libgee: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5470257545
commit
b754916c98
3 changed files with 10 additions and 8 deletions
|
@ -1,2 +1,4 @@
|
|||
libgee is a collection library providing GObject-based interfaces
|
||||
and classes for commonly used data structures.
|
||||
|
||||
This package can be installed alongside with libgee1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=libgee
|
||||
VERSION=${VERSION:-0.6.8}
|
||||
VERSION=${VERSION:-0.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgee"
|
||||
VERSION="0.6.8"
|
||||
VERSION="0.12.0"
|
||||
HOMEPAGE="http://live.gnome.org/Libgee"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgee/0.6/libgee-0.6.8.tar.xz"
|
||||
MD5SUM="2688c24f9a12e7616ee808f9092d0afe"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgee/0.12/libgee-0.12.0.tar.xz"
|
||||
MD5SUM="d9965e1797d76775ae440230f30585f8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="vala"
|
||||
|
|
Loading…
Reference in a new issue