desktop/gtk-nodoka-engine: Updated for version 0.7.5.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-09-12 15:35:05 -05:00
parent db6a398d3a
commit ed00d60f97
3 changed files with 21 additions and 7 deletions

View file

@ -0,0 +1,14 @@
Index: gtk-nodoka-engine-0.7.5/src/GTKEngine/animation.c
===================================================================
--- gtk-nodoka-engine-0.7.5.orig/src/GTKEngine/animation.c
+++ gtk-nodoka-engine-0.7.5/src/GTKEngine/animation.c
@@ -23,7 +23,7 @@
#include "animation.h"
#ifdef HAVE_ANIMATION
-#include <glib/gtimer.h>
+#include <glib.h>
struct _AnimationInfo
{

View file

@ -2,7 +2,7 @@
#
# Slackware build script for the Nodoka GTK+ Engine
#
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gtk-nodoka-engine
VERSION=0.7.2
VERSION=0.7.5
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -71,6 +69,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
patch -p1 < $CWD/gtk-engines-nodoka-0.7.5-glib2.32.patch
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \

View file

@ -1,8 +1,8 @@
PRGNAM="gtk-nodoka-engine"
VERSION="0.7.2"
VERSION="0.7.5"
HOMEPAGE="https://fedorahosted.org/nodoka/"
DOWNLOAD="https://fedorahosted.org/releases/n/o/nodoka/gtk-nodoka-engine-0.7.2.tar.gz"
MD5SUM="0d9531719fe4e66e3c3b0311eb298126"
DOWNLOAD="https://fedorahosted.org/releases/n/o/nodoka/gtk-nodoka-engine-0.7.5.tar.gz"
MD5SUM="22227adf29231ba2b87202ac3522e70f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""