[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2017-01-19 Thread Antonio Rojas
Date: Thursday, January 19, 2017 @ 22:42:50
  Author: arojas
Revision: 208071

Drop webkit dependency

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-19 22:26:30 UTC (rev 208070)
+++ PKGBUILD2017-01-19 22:42:50 UTC (rev 208071)
@@ -5,12 +5,12 @@
 
 pkgname=gtkpod
 pkgver=2.1.5
-pkgrel=3
+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' 'webkitgtk' 'libmusicbrainz5' 'libdiscid' 'clutter-gtk')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libmusicbrainz5' 'libdiscid' 'clutter-gtk' 
'gst-plugins-base-libs')
 makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'


[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod.install)

2016-04-28 Thread Christian Hesse
Date: Thursday, April 28, 2016 @ 10:49:01
  Author: eworm
Revision: 172393

upgpkg: gtkpod 2.1.5-3

Hooks! (Remove install file...)

Modified:
  gtkpod/trunk/PKGBUILD
Deleted:
  gtkpod/trunk/gtkpod.install

+
 PKGBUILD   |3 +--
 gtkpod.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 08:35:04 UTC (rev 172392)
+++ PKGBUILD2016-04-28 08:49:01 UTC (rev 172393)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net;
@@ -17,7 +17,6 @@
'libvorbis: OGG support'
 'id3v2: mp3 conversion support'
 'faad2: m4a conversion support')
-install=gtkpod.install
 source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
 md5sums=('f011d6bc403f06d8bb13829c1c3d25fe')
 

Deleted: gtkpod.install
===
--- gtkpod.install  2016-04-28 08:35:04 UTC (rev 172392)
+++ gtkpod.install  2016-04-28 08:49:01 UTC (rev 172393)
@@ -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
-}


[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 13:58:20
  Author: allan
Revision: 149848

C++11 ABI rebuild

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 12:57:41 UTC (rev 149847)
+++ PKGBUILD2015-12-07 12:58:20 UTC (rev 149848)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net;


[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2015-06-10 Thread Antonio Rojas
Date: Wednesday, June 10, 2015 @ 09:18:48
  Author: arojas
Revision: 135116

Update to 2.1.5, enable clarity display, enable musicbrainz and discid support

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 05:34:06 UTC (rev 135115)
+++ PKGBUILD2015-06-10 07:18:48 UTC (rev 135116)
@@ -4,13 +4,13 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=2.1.4
-pkgrel=4
+pkgver=2.1.5
+pkgrel=1
 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' 'webkitgtk')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'webkitgtk' 'libmusicbrainz5' 'libdiscid' 'clutter-gtk')
 makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'
@@ -19,7 +19,7 @@
 'faad2: m4a conversion support')
 install=gtkpod.install
 source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
-md5sums=('66c12ccb529c0f7de9a48a7f0d277c80')
+md5sums=('f011d6bc403f06d8bb13829c1c3d25fe')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2015-03-03 Thread Jan de Groot
Date: Tuesday, March 3, 2015 @ 10:06:49
  Author: jgc
Revision: 128592

upgpkg: gtkpod 2.1.4-4

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 03:27:39 UTC (rev 128591)
+++ PKGBUILD2015-03-03 09:06:49 UTC (rev 128592)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
@@ -21,11 +21,13 @@
 source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
 md5sums=('66c12ccb529c0f7de9a48a7f0d277c80')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
-
   sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }


[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2014-11-15 Thread Bartłomiej Piotrowski
Date: Saturday, November 15, 2014 @ 16:06:07
  Author: bpiotrowski
Revision: 122616

upgpkg: gtkpod 2.1.4-3

rebuild against libimobiledevice 1.1.7

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-15 14:57:20 UTC (rev 122615)
+++ PKGBUILD2014-11-15 15:06:07 UTC (rev 122616)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;


[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod-2.1.3-gdl-3.6.patch)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 18:05:04
  Author: jgc
Revision: 109405

upgpkg: gtkpod 2.1.4-2

libplist rebuild

Modified:
  gtkpod/trunk/PKGBUILD
Deleted:
  gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch

+
 PKGBUILD   |9 ++
 gtkpod-2.1.3-gdl-3.6.patch |   59 ---
 2 files changed, 3 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 15:03:07 UTC (rev 109404)
+++ PKGBUILD2014-04-14 16:05:04 UTC (rev 109405)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
@@ -18,15 +18,12 @@
 'id3v2: mp3 conversion support'
 'faad2: m4a conversion support')
 install=gtkpod.install
-source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;
-   gtkpod-2.1.3-gdl-3.6.patch)
-md5sums=('66c12ccb529c0f7de9a48a7f0d277c80'
- '94a4cc0b47ba8895c0a51e53e94da517')
+source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
+md5sums=('66c12ccb529c0f7de9a48a7f0d277c80')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-# patch -p1 -i $srcdir/gtkpod-2.1.3-gdl-3.6.patch
   sed -i 's#python#python2#' scripts/sync-palm-jppy.py
 
   ./configure --prefix=/usr

Deleted: gtkpod-2.1.3-gdl-3.6.patch
===
--- gtkpod-2.1.3-gdl-3.6.patch  2014-04-14 15:03:07 UTC (rev 109404)
+++ gtkpod-2.1.3-gdl-3.6.patch  2014-04-14 16:05:04 UTC (rev 109405)
@@ -1,59 +0,0 @@
-Index: gtkpod-2.1.3/src/anjuta-action-callbacks.c
-===
 gtkpod-2.1.3.orig/src/anjuta-action-callbacks.c
-+++ gtkpod-2.1.3/src/anjuta-action-callbacks.c
-@@ -65,7 +65,7 @@ void
- on_layout_lock_toggle (GtkAction *action, AnjutaApp *app)
- {
-   if (app-layout_manager)
--  g_object_set (app-layout_manager-master, locked,
-+  g_object_set (gdl_dock_layout_get_master (app-layout_manager), 
locked,
- gtk_toggle_action_get_active 
(GTK_TOGGLE_ACTION (action)),
- NULL);
- }
-Index: gtkpod-2.1.3/src/anjuta-app.c
-===
 gtkpod-2.1.3.orig/src/anjuta-app.c
-+++ gtkpod-2.1.3/src/anjuta-app.c
-@@ -252,7 +252,7 @@ static void on_gdl_style_changed(GSettin
- else if (g_strcmp0(pr_style, Tabs) == 0)
- style = GDL_SWITCHER_STYLE_TABS;
- 
--g_object_set(G_OBJECT(app-layout_manager-master), switcher-style, 
style, NULL);
-+g_object_set(G_OBJECT(gdl_dock_layout_get_master (app-layout_manager)), 
switcher-style, style, NULL);
- g_free(pr_style);
- }
- 
-@@ -478,14 +478,14 @@ static void anjuta_app_instance_init(Anj
- gtk_widget_show(app-dock);
- gtk_box_pack_end(GTK_BOX (hbox), app-dock, TRUE, TRUE, 0);
- 
--dockbar = gdl_dock_bar_new(GDL_DOCK(app-dock));
-+dockbar = gdl_dock_bar_new(G_OBJECT(app-dock));
- gtk_widget_show(dockbar);
- gtk_box_pack_start(GTK_BOX (hbox), dockbar, FALSE, FALSE, 0);
- 
--app-layout_manager = gdl_dock_layout_new(GDL_DOCK (app-dock));
-+app-layout_manager = gdl_dock_layout_new(G_OBJECT (app-dock));
- g_signal_connect (app-layout_manager, notify::dirty,
- G_CALLBACK (on_layout_dirty_notify), app);
--g_signal_connect (app-layout_manager-master, notify::locked,
-+g_signal_connect (gdl_dock_layout_get_master (app-layout_manager), 
notify::locked,
- G_CALLBACK (on_layout_locked_notify), app);
- 
- /* UI engine */
-Index: gtkpod-2.1.3/src/gtkpod.c
-===
 gtkpod-2.1.3.orig/src/gtkpod.c
-+++ gtkpod.2.1.3/src/gtkpod.c
-@@ -235,8 +235,8 @@ void
- session_dir = get_user_session_dir();
- anjuta_shell_session_save(ANJUTA_SHELL(app), session_dir, NULL);
- g_free(session_dir);
--
--anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL);
-+
-+/* anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL); */
- 
- if (!gtkpod_cleanup_quit()) {
- // Dont want to quit so avoid signalling any destroy event



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2013-10-21 Thread Jelle van der Waa
Date: Monday, October 21, 2013 @ 19:36:44
  Author: jelle
Revision: 98957

upgpkg: gtkpod 2.1.4-1

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-21 17:35:03 UTC (rev 98956)
+++ PKGBUILD2013-10-21 17:36:44 UTC (rev 98957)
@@ -4,8 +4,8 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=2.1.3
-pkgrel=4
+pkgver=2.1.4
+pkgrel=1
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
@@ -21,13 +21,13 @@
 options=('!libtool')
 source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;
gtkpod-2.1.3-gdl-3.6.patch)
-md5sums=('57f04578de6e3262a436ec574422b144'
-'94a4cc0b47ba8895c0a51e53e94da517')
+md5sums=('66c12ccb529c0f7de9a48a7f0d277c80'
+ '94a4cc0b47ba8895c0a51e53e94da517')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -p1 -i $srcdir/gtkpod-2.1.3-gdl-3.6.patch
+# patch -p1 -i $srcdir/gtkpod-2.1.3-gdl-3.6.patch
   sed -i 's#python#python2#' scripts/sync-palm-jppy.py
 
   ./configure --prefix=/usr



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:12
  Author: tomegun
Revision: 90337

upgpkg: gtkpod 2.1.3-4

libimobiledevice rebuild

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:04:09 UTC (rev 90336)
+++ PKGBUILD2013-05-11 16:04:12 UTC (rev 90337)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;



[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod-2.1.3-gdl-3.6.patch)

2013-04-29 Thread Federico Cinelli
Date: Tuesday, April 30, 2013 @ 07:37:01
  Author: cinelli
Revision: 89561

Fixed. FS#34950 - [gtkpod] segfault 

Modified:
  gtkpod/trunk/PKGBUILD
  gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch

+
 PKGBUILD   |7 +++
 gtkpod-2.1.3-gdl-3.6.patch |   27 +--
 2 files changed, 24 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-30 03:38:06 UTC (rev 89560)
+++ PKGBUILD2013-04-30 05:37:01 UTC (rev 89561)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
@@ -20,9 +20,9 @@
 install=gtkpod.install
 options=('!libtool')
 source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;
-gtkpod-2.1.3-gdl-3.6.patch)
+   gtkpod-2.1.3-gdl-3.6.patch)
 md5sums=('57f04578de6e3262a436ec574422b144'
- '8d725015081bd89bc8f9a4521d170aef')
+'94a4cc0b47ba8895c0a51e53e94da517')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -36,6 +36,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
 }

Modified: gtkpod-2.1.3-gdl-3.6.patch
===
--- gtkpod-2.1.3-gdl-3.6.patch  2013-04-30 03:38:06 UTC (rev 89560)
+++ gtkpod-2.1.3-gdl-3.6.patch  2013-04-30 05:37:01 UTC (rev 89561)
@@ -1,7 +1,7 @@
-Index: gtkpod-2.1.2/src/anjuta-action-callbacks.c
+Index: gtkpod-2.1.3/src/anjuta-action-callbacks.c
 ===
 gtkpod-2.1.2.orig/src/anjuta-action-callbacks.c
-+++ gtkpod-2.1.2/src/anjuta-action-callbacks.c
+--- gtkpod-2.1.3.orig/src/anjuta-action-callbacks.c
 gtkpod-2.1.3/src/anjuta-action-callbacks.c
 @@ -65,7 +65,7 @@ void
  on_layout_lock_toggle (GtkAction *action, AnjutaApp *app)
  {
@@ -11,10 +11,10 @@
  gtk_toggle_action_get_active 
(GTK_TOGGLE_ACTION (action)),
  NULL);
  }
-Index: gtkpod-2.1.2/src/anjuta-app.c
+Index: gtkpod-2.1.3/src/anjuta-app.c
 ===
 gtkpod-2.1.2.orig/src/anjuta-app.c
-+++ gtkpod-2.1.2/src/anjuta-app.c
+--- gtkpod-2.1.3.orig/src/anjuta-app.c
 gtkpod-2.1.3/src/anjuta-app.c
 @@ -252,7 +252,7 @@ static void on_gdl_style_changed(GSettin
  else if (g_strcmp0(pr_style, Tabs) == 0)
  style = GDL_SWITCHER_STYLE_TABS;
@@ -42,3 +42,18 @@
  G_CALLBACK (on_layout_locked_notify), app);
  
  /* UI engine */
+Index: gtkpod-2.1.3/src/gtkpod.c
+===
+--- gtkpod-2.1.3.orig/src/gtkpod.c
 gtkpod.2.1.3/src/gtkpod.c
+@@ -235,8 +235,8 @@ void
+ session_dir = get_user_session_dir();
+ anjuta_shell_session_save(ANJUTA_SHELL(app), session_dir, NULL);
+ g_free(session_dir);
+-
+-anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL);
++
++/* anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL); */
+ 
+ if (!gtkpod_cleanup_quit()) {
+ // Dont want to quit so avoid signalling any destroy event



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2013-04-29 Thread Federico Cinelli
Date: Tuesday, April 30, 2013 @ 07:49:18
  Author: cinelli
Revision: 89563

Fixed typo

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-30 05:43:23 UTC (rev 89562)
+++ PKGBUILD2013-04-30 05:49:18 UTC (rev 89563)
@@ -22,7 +22,7 @@
 source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;
gtkpod-2.1.3-gdl-3.6.patch)
 md5sums=('57f04578de6e3262a436ec574422b144'
-'94a4cc0b47ba8895c0a51e53e94da517')
+'94a4cc0b47ba8895c0a51e53e94da517')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:18:10
  Author: cinelli
Revision: 86098

upgpkg: gtkpod 2.1.3-2

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:05:22 UTC (rev 86097)
+++ PKGBUILD2013-03-12 01:18:10 UTC (rev 86098)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2013-03-02 Thread Federico Cinelli
Date: Sunday, March 3, 2013 @ 03:43:49
  Author: cinelli
Revision: 85547

upgpkg: gtkpod 2.1.3-1

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 02:24:18 UTC (rev 85546)
+++ PKGBUILD2013-03-03 02:43:49 UTC (rev 85547)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
 # Contributor: Kevin Piche ke...@archlinux.org
 # Contributor: Aaron Griffin aa...@archlinux.org
 
@@ -9,8 +10,8 @@
 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')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'
'libvorbis: OGG support'
@@ -18,20 +19,23 @@
 'faad2: m4a conversion support')
 install=gtkpod.install
 options=('!libtool')
-source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;
+source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;
 gtkpod-2.1.3-gdl-3.6.patch)
 md5sums=('57f04578de6e3262a436ec574422b144'
  '8d725015081bd89bc8f9a4521d170aef')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/gtkpod-2.1.3-gdl-3.6.patch
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p1 -i $srcdir/gtkpod-2.1.3-gdl-3.6.patch
   sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod-2.1.2-anjuta.patch)

2012-11-03 Thread Ionut Biru
Date: Saturday, November 3, 2012 @ 08:33:42
  Author: ibiru
Revision: 170130

rebuild for gdl soname bump FS#32412

Added:
  gtkpod/trunk/gtkpod-2.1.2-anjuta.patch
Modified:
  gtkpod/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 gtkpod-2.1.2-anjuta.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-03 12:27:12 UTC (rev 170129)
+++ PKGBUILD2012-11-03 12:33:42 UTC (rev 170130)
@@ -4,7 +4,7 @@
 
 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 @@
 '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

Added: gtkpod-2.1.2-anjuta.patch
===
--- gtkpod-2.1.2-anjuta.patch   (rev 0)
+++ gtkpod-2.1.2-anjuta.patch   2012-11-03 12:33:42 UTC (rev 170130)
@@ -0,0 +1,11 @@
+--- src/anjuta-app.c~  2012-06-01 03:14:23.0 -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);



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2012-08-01 Thread Jan de Groot
Date: Wednesday, August 1, 2012 @ 09:53:24
  Author: jgc
Revision: 164514

upgpkg: gtkpod 2.1.2-3

Reduce dependencies a bit by using libanjuta

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-01 11:21:32 UTC (rev 164513)
+++ PKGBUILD2012-08-01 13:53:24 UTC (rev 164514)
@@ -4,12 +4,12 @@
 
 pkgname=gtkpod
 pkgver=2.1.2
-pkgrel=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=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+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'



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 18:58:34
  Author: tomegun
Revision: 164284

upgpkg: gtkpod 2.1.2-2

usbmuxd and libimobiledivec sobump

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 21:08:37 UTC (rev 164283)
+++ PKGBUILD2012-07-29 22:58:34 UTC (rev 164284)
@@ -4,7 +4,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2012-06-19 Thread Eric Bélanger
Date: Wednesday, June 20, 2012 @ 00:33:51
  Author: eric
Revision: 162105

upgpkg: gtkpod 2.1.2-1

Upstream update, Add libvorbis and faad2 makedepends to build ogg and m4a 
support (close FS#26291)

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 02:05:56 UTC (rev 162104)
+++ PKGBUILD2012-06-20 04:33:51 UTC (rev 162105)
@@ -3,21 +3,23 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.1.2
+pkgrel=1
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
 license=('GPL')
 depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
-makedepends=('flex' 'intltool')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'
-'id3v2: mp3 conversion 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=('36fd0324fd1d1da00fcddacef1b09983')
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2012-05-22 Thread Tom Gundersen
Date: Tuesday, May 22, 2012 @ 15:05:25
  Author: tomegun
Revision: 159366

upgpkg: gtkpod 2.1.1-3

libmp4v2 rebuild

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-22 18:41:11 UTC (rev 159365)
+++ PKGBUILD2012-05-22 19:05:25 UTC (rev 159366)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2012-04-22 Thread Jan Steffens
Date: Sunday, April 22, 2012 @ 19:41:30
  Author: heftig
Revision: 156685

gdl rebuild

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-22 23:38:33 UTC (rev 156684)
+++ PKGBUILD2012-04-22 23:41:30 UTC (rev 156685)
@@ -4,7 +4,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2012-02-25 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 09:28:12
  Author: pierre
Revision: 151327

upgpkg: gtkpod 2.1.1-1

upstream update

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 14:15:27 UTC (rev 151326)
+++ PKGBUILD2012-02-25 14:28:12 UTC (rev 151327)
@@ -3,20 +3,21 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
-pkgdesc=A platform independent GUI for Apple's iPod using GTK2
+pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
 license=('GPL')
-depends=('anjuta' 'curl' 'dconf' 'flac' 'libid3tag' 'libgpod=0.8.0')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
 makedepends=('flex' 'intltool')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'
 'id3v2: mp3 conversion support')
 install=gtkpod.install
-source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8e01f7cf2db1a421140eab561aee26d7')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod.install)

2011-09-27 Thread Kevin Piché
Date: Tuesday, September 27, 2011 @ 20:14:23
  Author: kevin
Revision: 138766

upgpkg: gtkpod 2.1.0-1

Updated to 2.1.0

Modified:
  gtkpod/trunk/PKGBUILD
  gtkpod/trunk/gtkpod.install

+
 PKGBUILD   |   10 +-
 gtkpod.install |1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 21:42:20 UTC (rev 138765)
+++ PKGBUILD2011-09-28 00:14:23 UTC (rev 138766)
@@ -3,20 +3,20 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=1.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc=A platform independent GUI for Apple's iPod using GTK2
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
 license=('GPL')
-depends=('awk' 'libgpod=0.8.0' 'libid3tag' 'flac' 'libvorbis' 'curl' 
'libglade' 'hicolor-icon-theme')
-makedepends=('intltool')
+depends=('anjuta' 'curl' 'dconf' 'flac' 'libid3tag' 'libgpod=0.8.0')
+makedepends=('flex' 'intltool')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'
 'id3v2: mp3 conversion support')
 install=gtkpod.install
 source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cadd402dcd1cfbedda0357bf24965a7c')
+md5sums=('8e01f7cf2db1a421140eab561aee26d7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: gtkpod.install
===
--- gtkpod.install  2011-09-27 21:42:20 UTC (rev 138765)
+++ gtkpod.install  2011-09-28 00:14:23 UTC (rev 138766)
@@ -1,5 +1,6 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2011-08-21 Thread Eric Bélanger
Date: Sunday, August 21, 2011 @ 23:18:11
  Author: eric
Revision: 136042

upgpkg: gtkpod 1.0.0-2

Add vorbis-tools optdepends (close FS#24464), Add id3v2 optdepends 
(close FS#24809), Add awk depends

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-22 00:36:55 UTC (rev 136041)
+++ PKGBUILD2011-08-22 03:18:11 UTC (rev 136042)
@@ -4,15 +4,17 @@
 
 pkgname=gtkpod
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A platform independent GUI for Apple's iPod using GTK2
 arch=('i686' 'x86_64')
+url=http://gtkpod.sourceforge.net;
 license=('GPL')
-url=http://gtkpod.sourceforge.net;
+depends=('awk' 'libgpod=0.8.0' 'libid3tag' 'flac' 'libvorbis' 'curl' 
'libglade' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+'id3v2: mp3 conversion support')
 install=gtkpod.install
-depends=('libgpod=0.8.0' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade' 
'hicolor-icon-theme')
-optdepends=('libmp4v2: MP4/h264 support')
-makedepends=('intltool')
 source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz)
 md5sums=('cadd402dcd1cfbedda0357bf24965a7c')
 



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2010-10-24 Thread Ionut Biru
Date: Sunday, October 24, 2010 @ 12:27:54
  Author: ibiru
Revision: 96753

upgpkg: gtkpod 1.0.0-1
update to 1.0.0

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-24 15:47:39 UTC (rev 96752)
+++ PKGBUILD2010-10-24 16:27:54 UTC (rev 96753)
@@ -3,27 +3,27 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=0.99.16
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=A platform independent GUI for Apple's iPod using GTK2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://gtkpod.sourceforge.net;
 install=gtkpod.install
-depends=('libgpod=0.7.2' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade' 
'hicolor-icon-theme')
+depends=('libgpod=0.8.0' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade' 
'hicolor-icon-theme')
 optdepends=('libmp4v2: MP4/h264 support')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1391537b3f84efb8b3b6001cd1f2df37')
+md5sums=('cadd402dcd1cfbedda0357bf24965a7c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-  ./configure --prefix=/usr || return 1
-  make || return 1
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2010-09-03 Thread Rémy Oudompheng
Date: Friday, September 3, 2010 @ 09:37:23
  Author: remy
Revision: 89733

upgpkg: gtkpod 0.99.16-2
Rebuild for python2.

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-03 13:12:13 UTC (rev 89732)
+++ PKGBUILD2010-09-03 13:37:23 UTC (rev 89733)
@@ -4,7 +4,7 @@
 
 pkgname=gtkpod
 pkgver=0.99.16
-pkgrel=1
+pkgrel=2
 pkgdesc=A platform independent GUI for Apple's iPod using GTK2
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,6 +18,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
   ./configure --prefix=/usr || return 1
   make || return 1
 }



[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod.install)

2010-05-03 Thread Jan de Groot
Date: Monday, May 3, 2010 @ 10:54:00
  Author: jgc
Revision: 79349

upgpkg: gtkpod 0.99.16-1
Update to 0.99.16
Fix dependencies (FS#19258)
Add icon theme cache update handling

Modified:
  gtkpod/trunk/PKGBUILD
  gtkpod/trunk/gtkpod.install

+
 PKGBUILD   |   16 
 gtkpod.install |   11 +--
 2 files changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-03 10:48:10 UTC (rev 79348)
+++ PKGBUILD2010-05-03 14:54:00 UTC (rev 79349)
@@ -3,26 +3,26 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=0.99.14.030610
+pkgver=0.99.16
 pkgrel=1
 pkgdesc=A platform independent GUI for Apple's iPod using GTK2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://gtkpod.sourceforge.net;
-install=${pkgname}.install
-depends=('libgpod=0.7.0' 'libmp4v2' 'flac' 'libid3tag' 'gnome-vfs' 
'libgnomecanvas' 'flac' 'libvorbis' 'curl' 'libglade')
+install=gtkpod.install
+depends=('libgpod=0.7.2' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade' 
'hicolor-icon-theme')
+optdepends=('libmp4v2: MP4/h264 support')
 makedepends=('intltool')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ebe076cc8b623c3ae6b0f0f733019eec')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz)
+md5sums=('1391537b3f84efb8b3b6001cd1f2df37')
 
 build() {
-  cd ${srcdir}/${pkgname}
-  ./autogen.sh
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr || return 1
   make || return 1
 }
 
 package() {
-  cd ${srcdir}/${pkgname}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }

Modified: gtkpod.install
===
--- gtkpod.install  2010-05-03 10:48:10 UTC (rev 79348)
+++ gtkpod.install  2010-05-03 14:54:00 UTC (rev 79349)
@@ -1,12 +1,11 @@
 post_install() {
-cat  EOF
-NOTE: HAL must be running to run gtkpod,
-or else it will segfault, mentioning that
-LibHalContext is NULL.
-:: Please make sure HAL is started before running ::
-EOF
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {
   post_install $1
 }
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2010-04-01 Thread Andrea Scarpino
Date: Thursday, April 1, 2010 @ 05:07:13
  Author: andrea
Revision: 75295

fix source

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-01 08:59:30 UTC (rev 75294)
+++ PKGBUILD2010-04-01 09:07:13 UTC (rev 75295)
@@ -12,7 +12,7 @@
 install=${pkgname}.install
 depends=('libgpod=0.7.0' 'libmp4v2' 'flac' 'libid3tag' 'gnome-vfs' 
'libgnomecanvas' 'flac' 'libvorbis' 'curl' 'libglade')
 makedepends=('intltool')
-source=(http://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('ebe076cc8b623c3ae6b0f0f733019eec')
 
 build() {



[arch-commits] Commit in gtkpod/trunk (PKGBUILD)

2010-03-06 Thread Andrea Scarpino
Date: Saturday, March 6, 2010 @ 13:46:22
  Author: andrea
Revision: 71350

upgpkg: gtkpod 0.99.14.030610-1
rebuilt and patched for mp4v2 1.9.1

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-06 18:46:18 UTC (rev 71349)
+++ PKGBUILD2010-03-06 18:46:22 UTC (rev 71350)
@@ -1,22 +1,28 @@
 # $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=0.99.14
+pkgver=0.99.14.030610
 pkgrel=1
-pkgdesc=a platform independent GUI for Apple's iPod using GTK2
-arch=(i686 x86_64)
+pkgdesc=A platform independent GUI for Apple's iPod using GTK2
+arch=('i686' 'x86_64')
 license=('GPL')
 url=http://gtkpod.sourceforge.net;
-install=gtkpod.install
+install=${pkgname}.install
 depends=('libgpod=0.7.0' 'libmp4v2' 'flac' 'libid3tag' 'gnome-vfs' 
'libgnomecanvas' 'flac' 'libvorbis' 'curl' 'libglade')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f7948eceb955b302f4c47da4c0e1ec12')
+source=(http://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('ebe076cc8b623c3ae6b0f0f733019eec')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh
   ./configure --prefix=/usr || return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
   make DESTDIR=${pkgdir} install || return 1
 }



[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod.install)

2009-12-15 Thread Jan de Groot
Date: Wednesday, December 16, 2009 @ 02:55:14
  Author: jgc
Revision: 61437

Fix FS#17527 - add makedepend on intltool
Do some PKGBUILD styling
Remove the invalid ops from .install file

Modified:
  gtkpod/trunk/PKGBUILD
  gtkpod/trunk/gtkpod.install

+
 PKGBUILD   |   12 ++--
 gtkpod.install |5 -
 2 files changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-16 07:04:58 UTC (rev 61436)
+++ PKGBUILD2009-12-16 07:55:14 UTC (rev 61437)
@@ -9,14 +9,14 @@
 license=('GPL')
 url=http://gtkpod.sourceforge.net;
 install=gtkpod.install
-depends=('libgpod=0.7.0' libmp4v2 flac libid3tag gnome-vfs
-libgnomecanvas flac libvorbis curl libglade)
+depends=('libgpod=0.7.0' 'libmp4v2' 'flac' 'libid3tag' 'gnome-vfs' 
'libgnomecanvas' 'flac' 'libvorbis' 'curl' 'libglade')
+makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f7948eceb955b302f4c47da4c0e1ec12')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }
-md5sums=('f7948eceb955b302f4c47da4c0e1ec12')

Modified: gtkpod.install
===
--- gtkpod.install  2009-12-16 07:04:58 UTC (rev 61436)
+++ gtkpod.install  2009-12-16 07:55:14 UTC (rev 61437)
@@ -10,8 +10,3 @@
 post_upgrade() {
   post_install $1
 }
-
-op=$1
-shift
-
-$op $*