summaryrefslogtreecommitdiff
path: root/community/gtk-aurora-engine
diff options
context:
space:
mode:
Diffstat (limited to 'community/gtk-aurora-engine')
-rw-r--r--community/gtk-aurora-engine/PKGBUILD9
-rw-r--r--community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch11
2 files changed, 17 insertions, 3 deletions
diff --git a/community/gtk-aurora-engine/PKGBUILD b/community/gtk-aurora-engine/PKGBUILD
index b1dae6d08..9487a1838 100644
--- a/community/gtk-aurora-engine/PKGBUILD
+++ b/community/gtk-aurora-engine/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gtk-aurora-engine
pkgver=1.5.1
-pkgrel=3
+pkgrel=3.1
pkgdesc="gtk-engine: latest member of the clearlooks family"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438"
@@ -13,13 +13,16 @@ license=('GPL')
depends=('gtk2')
makedepends=('pkgconfig')
options=('!libtool')
-source=(http://www.gnome-look.org/CONTENT/content-files/56438-aurora-${pkgver}.tar.bz2)
-md5sums=('5eeea57c5938306ad7ccfc7cd71d009d')
+source=(http://www.gnome-look.org/CONTENT/content-files/56438-aurora-${pkgver}.tar.bz2
+ gtk-aurora-engine-1.5.1-glib.patch)
+md5sums=('5eeea57c5938306ad7ccfc7cd71d009d'
+ '2ca6931d6e0bd5d84efdaa21ec482716')
build() {
cd ${srcdir}
tar xzf aurora-gtk-engine-1.5.tar.gz -C ${srcdir}
cd ${srcdir}/aurora-1.5
+ patch -Np1 -i ${srcdir}/gtk-aurora-engine-1.5.1-glib.patch
./configure --prefix=/usr --enable-animation
make
}
diff --git a/community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch b/community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch
new file mode 100644
index 000000000..4c4d29677
--- /dev/null
+++ b/community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch
@@ -0,0 +1,11 @@
+--- aurora-1.5.orig/src/animation.c 2008-05-04 14:59:36.000000000 -0500
++++ aurora-1.5/src/animation.c 2013-02-10 18:57:26.648315428 -0500
+@@ -7,7 +7,7 @@
+ #include "animation.h"
+
+ #ifdef HAVE_ANIMATION
+-#include <glib/gtimer.h>
++#include <glib.h>
+
+ struct _AnimationInfo {
+ GTimer *timer;