summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-05-25 14:00:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-25 14:00:16 +0700
commita119a94af3b05d95aca0b0a4b4f9da8bc5c46423 (patch)
tree6484820be1408e88ed40359665d38feb9660a99a /desktop
parent44f97d284df101689c3e7354131c1fb65ff18a7f (diff)
downloadslackbuilds-a119a94af3b05d95aca0b0a4b4f9da8bc5c46423.tar.gz
slackbuilds-a119a94af3b05d95aca0b0a4b4f9da8bc5c46423.tar.xz
desktop/gtk-engines: Remove patch and cleanup + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gtk-engines/glib-single-include.patch13
-rw-r--r--desktop/gtk-engines/gtk-engines.SlackBuild18
-rw-r--r--desktop/gtk-engines/gtk-engines.info6
3 files changed, 11 insertions, 26 deletions
diff --git a/desktop/gtk-engines/glib-single-include.patch b/desktop/gtk-engines/glib-single-include.patch
deleted file mode 100644
index ca64fee330..0000000000
--- a/desktop/gtk-engines/glib-single-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gtk-engines-2.20.2/engines/clearlooks/src/animation.c
-===================================================================
---- gtk-engines-2.20.2.orig/engines/clearlooks/src/animation.c
-+++ gtk-engines-2.20.2/engines/clearlooks/src/animation.c
-@@ -28,7 +28,7 @@
- #include "animation.h"
-
- #ifdef HAVE_WORKING_ANIMATION
--#include <glib/gtimer.h>
-+#include <glib.h>
-
- struct _AnimationInfo {
- GTimer *timer;
diff --git a/desktop/gtk-engines/gtk-engines.SlackBuild b/desktop/gtk-engines/gtk-engines.SlackBuild
index 163ab8d779..cb6a0eb2b6 100644
--- a/desktop/gtk-engines/gtk-engines.SlackBuild
+++ b/desktop/gtk-engines/gtk-engines.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/sh
# Slackware build script for gtk-engines
-# Copyright 2007-2010 Grigorios Bouzakis <grbzks@xsmail.com>
+# Copyright 2007-2010 Grigorios Bouzakis <grbzks@xsmail.com>
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -21,7 +22,7 @@
PRGNAM=gtk-engines
VERSION=${VERSION:-2.20.2}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -60,14 +61,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
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 {} \;
-
-# Starting with glib 2.32 it is now mandatory to
-# include glib.h instead of individual headers.
-patch -p1 -i $CWD/glib-single-include.patch
+ \( -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" \
CXXFLAGS="$SLKCFLAGS" \
@@ -79,6 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-animation \
+ --disable-static \
--build=$ARCH-slackware-linux
make
diff --git a/desktop/gtk-engines/gtk-engines.info b/desktop/gtk-engines/gtk-engines.info
index 469c785b7e..bfe196a397 100644
--- a/desktop/gtk-engines/gtk-engines.info
+++ b/desktop/gtk-engines/gtk-engines.info
@@ -2,9 +2,9 @@ PRGNAM="gtk-engines"
VERSION="2.20.2"
HOMEPAGE="http://ftp.gnome.org/pub/gnome/sources/gtk-engines/"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/gtk-engines-2.20.2.tar.gz"
-MD5SUM="e0f7ac7eaad3896762804312f03c6f46"
+MD5SUM="fe8e0540932b4de8b4b320bfca178c84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Grigorios Bouzakis"
-EMAIL="grbzks@xsmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"