libraries/gtkmm-utils: Switch to github.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c002b6b637
commit
68cbf9f48c
|
@ -69,6 +69,8 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
./autogen.sh
|
||||
|
||||
CFLAGS="$SLKCFLAGS -DGLIB_COMPILATION" \
|
||||
CXXFLAGS="$SLKCFLAGS -DGLIB_COMPILATION -std=c++11" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gtkmm-utils"
|
||||
VERSION="0.4.1"
|
||||
HOMEPAGE="http://code.google.com/p/gtkmm-utils/"
|
||||
DOWNLOAD="http://gtkmm-utils.googlecode.com/files/gtkmm-utils-0.4.1.tar.gz"
|
||||
MD5SUM="8b9d5503aaba434f5811e530208962b3"
|
||||
HOMEPAGE="https://github.com/markoa/gtkmm-utils"
|
||||
DOWNLOAD="https://github.com/markoa/gtkmm-utils/archive/0.4.1/gtkmm-utils-0.4.1.tar.gz"
|
||||
MD5SUM="69ddc77bb96793d6a10995e0a0e92d31"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -15,5 +15,5 @@ gtkmm-utils: utilities, tile widgets, dialog helpers.
|
|||
gtkmm-utils: The package consists of two shared libraries which will be installed
|
||||
gtkmm-utils: to your pkg-config path, glibmm-utils and gtkmm-utils.
|
||||
gtkmm-utils:
|
||||
gtkmm-utils: homepage: http://code.google.com/p/gtkmm-utils/
|
||||
gtkmm-utils: homepage: https://github.com/markoa/gtkmm-utils
|
||||
gtkmm-utils:
|
||||
|
|
Loading…
Reference in New Issue