[arch-commits] Commit in gtkpod/repos (10 files)

Ionut Biru ibiru at archlinux.org
Sat Nov 3 12:34:41 UTC 2012


    Date: Saturday, November 3, 2012 @ 08:34:41
  Author: ibiru
Revision: 170131

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gtkpod/repos/extra-i686/PKGBUILD
    (from rev 170130, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/extra-i686/gtkpod-2.1.2-anjuta.patch
    (from rev 170130, gtkpod/trunk/gtkpod-2.1.2-anjuta.patch)
  gtkpod/repos/extra-i686/gtkpod.install
    (from rev 170130, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/extra-x86_64/PKGBUILD
    (from rev 170130, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/extra-x86_64/gtkpod-2.1.2-anjuta.patch
    (from rev 170130, gtkpod/trunk/gtkpod-2.1.2-anjuta.patch)
  gtkpod/repos/extra-x86_64/gtkpod.install
    (from rev 170130, gtkpod/trunk/gtkpod.install)
Deleted:
  gtkpod/repos/extra-i686/PKGBUILD
  gtkpod/repos/extra-i686/gtkpod.install
  gtkpod/repos/extra-x86_64/PKGBUILD
  gtkpod/repos/extra-x86_64/gtkpod.install

----------------------------------------+
 extra-i686/PKGBUILD                    |   71 ++++++++++++++++---------------
 extra-i686/gtkpod-2.1.2-anjuta.patch   |   11 ++++
 extra-i686/gtkpod.install              |   24 +++++-----
 extra-x86_64/PKGBUILD                  |   71 ++++++++++++++++---------------
 extra-x86_64/gtkpod-2.1.2-anjuta.patch |   11 ++++
 extra-x86_64/gtkpod.install            |   24 +++++-----
 6 files changed, 120 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-03 12:33:42 UTC (rev 170130)
+++ extra-i686/PKGBUILD	2012-11-03 12:34:41 UTC (rev 170131)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-pkgname=gtkpod
-pkgver=2.1.2
-pkgrel=3
-pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
-arch=('i686' 'x86_64')
-url="http://gtkpod.sourceforge.net"
-license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'dconf' 'libwebkit3')
-makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
-optdepends=('libmp4v2: MP4/h264 support'
-            'vorbis-tools: OGG support'
-	    'libvorbis: OGG support'
-            'id3v2: mp3 conversion support'
-            'faad2: m4a conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
-md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtkpod/repos/extra-i686/PKGBUILD (from rev 170130, gtkpod/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-03 12:34:41 UTC (rev 170131)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=4
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net"
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'dconf' 'libwebkit3')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+            'vorbis-tools: OGG support'
+	    'libvorbis: OGG support'
+            'id3v2: mp3 conversion support'
+            'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkpod/repos/extra-i686/gtkpod-2.1.2-anjuta.patch (from rev 170130, gtkpod/trunk/gtkpod-2.1.2-anjuta.patch)
===================================================================
--- extra-i686/gtkpod-2.1.2-anjuta.patch	                        (rev 0)
+++ extra-i686/gtkpod-2.1.2-anjuta.patch	2012-11-03 12:34:41 UTC (rev 170131)
@@ -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);

Deleted: extra-i686/gtkpod.install
===================================================================
--- extra-i686/gtkpod.install	2012-11-03 12:33:42 UTC (rev 170130)
+++ extra-i686/gtkpod.install	2012-11-03 12:34:41 UTC (rev 170131)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gtkpod/repos/extra-i686/gtkpod.install (from rev 170130, gtkpod/trunk/gtkpod.install)
===================================================================
--- extra-i686/gtkpod.install	                        (rev 0)
+++ extra-i686/gtkpod.install	2012-11-03 12:34:41 UTC (rev 170131)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-03 12:33:42 UTC (rev 170130)
+++ extra-x86_64/PKGBUILD	2012-11-03 12:34:41 UTC (rev 170131)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-pkgname=gtkpod
-pkgver=2.1.2
-pkgrel=3
-pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
-arch=('i686' 'x86_64')
-url="http://gtkpod.sourceforge.net"
-license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'dconf' 'libwebkit3')
-makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
-optdepends=('libmp4v2: MP4/h264 support'
-            'vorbis-tools: OGG support'
-	    'libvorbis: OGG support'
-            'id3v2: mp3 conversion support'
-            'faad2: m4a conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
-md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtkpod/repos/extra-x86_64/PKGBUILD (from rev 170130, gtkpod/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-03 12:34:41 UTC (rev 170131)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=4
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net"
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'dconf' 'libwebkit3')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+            'vorbis-tools: OGG support'
+	    'libvorbis: OGG support'
+            'id3v2: mp3 conversion support'
+            'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkpod/repos/extra-x86_64/gtkpod-2.1.2-anjuta.patch (from rev 170130, gtkpod/trunk/gtkpod-2.1.2-anjuta.patch)
===================================================================
--- extra-x86_64/gtkpod-2.1.2-anjuta.patch	                        (rev 0)
+++ extra-x86_64/gtkpod-2.1.2-anjuta.patch	2012-11-03 12:34:41 UTC (rev 170131)
@@ -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);

Deleted: extra-x86_64/gtkpod.install
===================================================================
--- extra-x86_64/gtkpod.install	2012-11-03 12:33:42 UTC (rev 170130)
+++ extra-x86_64/gtkpod.install	2012-11-03 12:34:41 UTC (rev 170131)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gtkpod/repos/extra-x86_64/gtkpod.install (from rev 170130, gtkpod/trunk/gtkpod.install)
===================================================================
--- extra-x86_64/gtkpod.install	                        (rev 0)
+++ extra-x86_64/gtkpod.install	2012-11-03 12:34:41 UTC (rev 170131)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list