summaryrefslogtreecommitdiff
path: root/community/ario
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-10 20:57:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-10 20:57:43 -0500
commit2cf13e49339ff877dfbe043a813c2d8b41281d02 (patch)
tree59d409f373b40c31eecd37154d08319ed1b24d43 /community/ario
parent328248313e66bb847a1620f945e446232772d032 (diff)
Add ario-1.5.1-glib.patch
Diffstat (limited to 'community/ario')
-rw-r--r--community/ario/PKGBUILD10
-rw-r--r--community/ario/ario-1.5.1-glib.patch33
2 files changed, 39 insertions, 4 deletions
diff --git a/community/ario/PKGBUILD b/community/ario/PKGBUILD
index 1673e6952..db5e3a091 100644
--- a/community/ario/PKGBUILD
+++ b/community/ario/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ario
pkgver=1.5.1
-pkgrel=2
+pkgrel=2.1
pkgdesc="A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster"
arch=('i686' 'x86_64' 'mips64el')
url="http://ario-player.sourceforge.net/"
@@ -13,12 +13,14 @@ makedepends=('intltool' 'perl-xml-parser')
options=('!libtool')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz)
-sha256sums=('0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz
+ ario-1.5.1-glib.patch)
+sha256sums=('0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e'
+ '2e42992e7ed0be590278198b75bc9a7259cdfdde4de41a38ddbf2f093ccda930')
build() {
cd "${srcdir}/$pkgname-$pkgver"
-
+ patch -Np1 -i ${srcdir}/ario-1.5.1-glib.patch
./configure --prefix=/usr --sysconfdir=/etc
make
}
diff --git a/community/ario/ario-1.5.1-glib.patch b/community/ario/ario-1.5.1-glib.patch
new file mode 100644
index 000000000..d183c9511
--- /dev/null
+++ b/community/ario/ario-1.5.1-glib.patch
@@ -0,0 +1,33 @@
+--- ario-1.5.1.orig/src/ario-util.h 2011-02-27 10:07:31.000000000 -0500
++++ ario-1.5.1/src/ario-util.h 2013-02-10 20:07:13.587768553 -0500
+@@ -18,7 +18,7 @@
+ */
+
+ #include "servers/ario-server.h"
+-#include "glib/gslist.h"
++#include "glib.h"
+ #include "gdk/gdkpixbuf.h"
+
+ /* Number of covers used to generate the drag & drop image */
+--- ario-1.5.1.orig/src/ario-profiles.h 2011-05-17 12:54:49.000000000 -0500
++++ ario-1.5.1/src/ario-profiles.h 2013-02-10 20:20:12.934814452 -0500
+@@ -20,7 +20,7 @@
+ #ifndef __ARIO_PROFILES_H
+ #define __ARIO_PROFILES_H
+
+-#include <glib/gslist.h>
++#include <glib.h>
+ #include "servers/ario-server.h"
+
+ G_BEGIN_DECLS
+--- ario-1.5.1.orig/src/plugins/ario-plugin-info.c 2011-02-27 10:07:28.000000000 -0500
++++ ario-1.5.1/src/plugins/ario-plugin-info.c 2013-02-10 20:32:41.847900389 -0500
+@@ -27,7 +27,7 @@
+
+ #include <string.h>
+ #include <glib/gi18n.h>
+-#include <glib/gkeyfile.h>
++#include <glib.h>
+
+ #include "plugins/ario-plugin-info-priv.h"
+ #include "ario-debug.h"