summaryrefslogtreecommitdiff
path: root/extra/gtkpod
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-04 01:49:10 -0700
committerroot <root@rshg054.dnsready.net>2012-11-04 01:49:10 -0700
commit2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (patch)
tree383f3fafef303aec9d89c9da313b51bbaf424ac0 /extra/gtkpod
parente3f70522f1f35359d9307f478c96dace20a51ca1 (diff)
Sun Nov 4 01:48:41 PDT 2012
Diffstat (limited to 'extra/gtkpod')
-rw-r--r--extra/gtkpod/PKGBUILD11
-rw-r--r--extra/gtkpod/gtkpod-2.1.2-anjuta.patch11
2 files changed, 18 insertions, 4 deletions
diff --git a/extra/gtkpod/PKGBUILD b/extra/gtkpod/PKGBUILD
index caee54895..717c6c763 100644
--- a/extra/gtkpod/PKGBUILD
+++ b/extra/gtkpod/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 164515 2012-08-01 13:53:49Z jgc $
+# $Id: PKGBUILD 170131 2012-11-03 12:34:41Z ibiru $
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=gtkpod
pkgver=2.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
arch=('i686' 'x86_64')
url="http://gtkpod.sourceforge.net"
@@ -18,11 +18,14 @@ optdepends=('libmp4v2: MP4/h264 support'
'faad2: m4a conversion support')
install=gtkpod.install
options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
-md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz"
+ "gtkpod-2.1.2-anjuta.patch")
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b'
+ '0a5f4ce0c9ef3d4d8db57290df43db27')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np0 -i "${srcdir}/gtkpod-2.1.2-anjuta.patch"
sed -i 's#python#python2#' scripts/sync-palm-jppy.py
./configure --prefix=/usr
make
diff --git a/extra/gtkpod/gtkpod-2.1.2-anjuta.patch b/extra/gtkpod/gtkpod-2.1.2-anjuta.patch
new file mode 100644
index 000000000..08c64f71b
--- /dev/null
+++ b/extra/gtkpod/gtkpod-2.1.2-anjuta.patch
@@ -0,0 +1,11 @@
+--- src/anjuta-app.c~ 2012-06-01 03:14:23.000000000 -0500
++++ src/anjuta-app.c 2012-07-25 08:15:37.289630966 -0500
+@@ -501,7 +501,7 @@
+ g_list_free(plugins_dirs);
+
+ /* Preferences */
+- app->preferences = anjuta_preferences_new(app->plugin_manager);
++ app->preferences = anjuta_preferences_new(app->plugin_manager, PREF_SCHEMA);
+ g_object_add_weak_pointer(G_OBJECT (app->preferences), (gpointer) &app->preferences);
+
+ g_signal_connect(app->settings, "changed::" GDL_STYLE, G_CALLBACK(on_gdl_style_changed), app);