From a119a94af3b05d95aca0b0a4b4f9da8bc5c46423 Mon Sep 17 00:00:00 2001 From: Ryan P.C. McQuen Date: Sun, 25 May 2014 14:00:16 +0700 Subject: desktop/gtk-engines: Remove patch and cleanup + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- desktop/gtk-engines/glib-single-include.patch | 13 ------------- desktop/gtk-engines/gtk-engines.SlackBuild | 18 ++++++++---------- desktop/gtk-engines/gtk-engines.info | 6 +++--- 3 files changed, 11 insertions(+), 26 deletions(-) delete mode 100644 desktop/gtk-engines/glib-single-include.patch (limited to 'desktop/gtk-engines') 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 -+#include - - 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 +# Copyright 2007-2010 Grigorios Bouzakis +# 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" -- cgit v1.2.3