diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-02-10 19:20:52 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-02-10 19:20:52 -0500 |
commit | 328248313e66bb847a1620f945e446232772d032 (patch) | |
tree | bde90f5a6de641954709337e6b2103478edfd802 /community | |
parent | 63b4e1f753a187003bc92ab02a47ee5e91096ef4 (diff) |
Add gtk-aurora-engine-1.5.1-glib.patch
Diffstat (limited to 'community')
-rw-r--r-- | community/gtk-aurora-engine/PKGBUILD | 9 | ||||
-rw-r--r-- | community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch | 11 |
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; |