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

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

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

Added:
  gtkpod/repos/community-i686/PKGBUILD
(from rev 172393, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-x86_64/PKGBUILD
(from rev 172393, gtkpod/trunk/PKGBUILD)
Deleted:
  gtkpod/repos/community-i686/PKGBUILD
  gtkpod/repos/community-i686/gtkpod.install
  gtkpod/repos/community-x86_64/PKGBUILD
  gtkpod/repos/community-x86_64/gtkpod.install

-+
 /PKGBUILD   |   74 ++
 community-i686/PKGBUILD |   38 ---
 community-i686/gtkpod.install   |   12 --
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/gtkpod.install |   12 --
 5 files changed, 74 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-28 08:49:01 UTC (rev 172393)
+++ community-i686/PKGBUILD 2016-04-28 08:49:05 UTC (rev 172394)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-
-pkgname=gtkpod
-pkgver=2.1.5
-pkgrel=2
-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')
-makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-   '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')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtkpod/repos/community-i686/PKGBUILD (from rev 172393, 
gtkpod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-28 08:49:05 UTC (rev 172394)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.5
+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' 'webkitgtk' 'libmusicbrainz5' 'libdiscid' 'clutter-gtk')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
+md5sums=('f011d6bc403f06d8bb13829c1c3d25fe')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-28 08:49:01 UTC (rev 172393)
+++ community-x86_64/PKGBUILD   2016-04-28 08:49:05 UTC (rev 172394)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-
-pkgname=gtkpod
-pkgver=2.1.5
-pkgrel=2
-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' 

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

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

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gtkpod/repos/community-staging-i686/
  gtkpod/repos/community-staging-i686/PKGBUILD
(from rev 149848, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-i686/gtkpod.install
(from rev 149848, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/community-staging-x86_64/
  gtkpod/repos/community-staging-x86_64/PKGBUILD
(from rev 149848, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-x86_64/gtkpod.install
(from rev 149849, gtkpod/trunk/gtkpod.install)

-+
 community-staging-i686/PKGBUILD |   38 ++
 community-staging-i686/gtkpod.install   |   12 +
 community-staging-x86_64/PKGBUILD   |   38 ++
 community-staging-x86_64/gtkpod.install |   12 +
 4 files changed, 100 insertions(+)

Copied: gtkpod/repos/community-staging-i686/PKGBUILD (from rev 149848, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 12:59:20 UTC (rev 149850)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.5
+pkgrel=2
+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')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gtkpod/repos/community-staging-i686/gtkpod.install (from rev 149848, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-i686/gtkpod.install   (rev 0)
+++ community-staging-i686/gtkpod.install   2015-12-07 12:59:20 UTC (rev 
149850)
@@ -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
+}

Copied: gtkpod/repos/community-staging-x86_64/PKGBUILD (from rev 149848, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 12:59:20 UTC (rev 149850)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.5
+pkgrel=2
+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')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gtkpod/repos/community-staging-x86_64/gtkpod.install (from rev 149849, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-x86_64/gtkpod.install (rev 0)
+++ community-staging-x86_64/gtkpod.install 2015-12-07 12:59:20 UTC (rev 
149850)
@@ -0,0 +1,12 @@
+post_install() {
+  

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

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

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gtkpod/repos/community-staging-i686/
  gtkpod/repos/community-staging-i686/PKGBUILD
(from rev 128592, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-i686/gtkpod.install
(from rev 128592, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/community-staging-x86_64/
  gtkpod/repos/community-staging-x86_64/PKGBUILD
(from rev 128592, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-x86_64/gtkpod.install
(from rev 128592, gtkpod/trunk/gtkpod.install)

-+
 community-staging-i686/PKGBUILD |   38 ++
 community-staging-i686/gtkpod.install   |   12 +
 community-staging-x86_64/PKGBUILD   |   38 ++
 community-staging-x86_64/gtkpod.install |   12 +
 4 files changed, 100 insertions(+)

Copied: gtkpod/repos/community-staging-i686/PKGBUILD (from rev 128592, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-03 09:06:53 UTC (rev 128593)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.4
+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')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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=('66c12ccb529c0f7de9a48a7f0d277c80')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gtkpod/repos/community-staging-i686/gtkpod.install (from rev 128592, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-i686/gtkpod.install   (rev 0)
+++ community-staging-i686/gtkpod.install   2015-03-03 09:06:53 UTC (rev 
128593)
@@ -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
+}

Copied: gtkpod/repos/community-staging-x86_64/PKGBUILD (from rev 128592, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-03 09:06:53 UTC (rev 128593)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.4
+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')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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=('66c12ccb529c0f7de9a48a7f0d277c80')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gtkpod/repos/community-staging-x86_64/gtkpod.install (from rev 128592, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-x86_64/gtkpod.install (rev 0)
+++ community-staging-x86_64/gtkpod.install 2015-03-03 09:06:53 UTC (rev 
128593)
@@ -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() {
+  

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

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

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gtkpod/repos/community-staging-i686/
  gtkpod/repos/community-staging-i686/PKGBUILD
(from rev 122616, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-i686/gtkpod.install
(from rev 122616, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/community-staging-x86_64/
  gtkpod/repos/community-staging-x86_64/PKGBUILD
(from rev 122616, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-x86_64/gtkpod.install
(from rev 122616, gtkpod/trunk/gtkpod.install)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/gtkpod.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/gtkpod.install |   12 ++
 4 files changed, 96 insertions(+)

Copied: gtkpod/repos/community-staging-i686/PKGBUILD (from rev 122616, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-15 15:06:16 UTC (rev 122617)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.4
+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' 'webkitgtk')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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=('66c12ccb529c0f7de9a48a7f0d277c80')
+
+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/community-staging-i686/gtkpod.install (from rev 122616, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-i686/gtkpod.install   (rev 0)
+++ community-staging-i686/gtkpod.install   2014-11-15 15:06:16 UTC (rev 
122617)
@@ -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
+}

Copied: gtkpod/repos/community-staging-x86_64/PKGBUILD (from rev 122616, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-15 15:06:16 UTC (rev 122617)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.4
+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' 'webkitgtk')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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=('66c12ccb529c0f7de9a48a7f0d277c80')
+
+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/community-staging-x86_64/gtkpod.install (from rev 122616, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-x86_64/gtkpod.install (rev 0)
+++ community-staging-x86_64/gtkpod.install 2014-11-15 15:06:16 UTC (rev 
122617)
@@ -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
+}


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

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

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gtkpod/repos/community-staging-i686/
  gtkpod/repos/community-staging-i686/PKGBUILD
(from rev 109405, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-i686/gtkpod.install
(from rev 109405, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/community-staging-x86_64/
  gtkpod/repos/community-staging-x86_64/PKGBUILD
(from rev 109405, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-x86_64/gtkpod.install
(from rev 109405, gtkpod/trunk/gtkpod.install)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/gtkpod.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/gtkpod.install |   12 ++
 4 files changed, 96 insertions(+)

Copied: gtkpod/repos/community-staging-i686/PKGBUILD (from rev 109405, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-14 16:05:09 UTC (rev 109406)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.4
+pkgrel=2
+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')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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=('66c12ccb529c0f7de9a48a7f0d277c80')
+
+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/community-staging-i686/gtkpod.install (from rev 109405, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-i686/gtkpod.install   (rev 0)
+++ community-staging-i686/gtkpod.install   2014-04-14 16:05:09 UTC (rev 
109406)
@@ -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
+}

Copied: gtkpod/repos/community-staging-x86_64/PKGBUILD (from rev 109405, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-14 16:05:09 UTC (rev 109406)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.4
+pkgrel=2
+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')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   '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=('66c12ccb529c0f7de9a48a7f0d277c80')
+
+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/community-staging-x86_64/gtkpod.install (from rev 109405, 
gtkpod/trunk/gtkpod.install)
===
--- community-staging-x86_64/gtkpod.install (rev 0)
+++ community-staging-x86_64/gtkpod.install 2014-04-14 16:05:09 UTC (rev 
109406)
@@ -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
+}



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 18:59:52
  Author: tomegun
Revision: 164285

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

Added:
  gtkpod/repos/staging-i686/
  gtkpod/repos/staging-i686/PKGBUILD
(from rev 164284, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-i686/gtkpod.install
(from rev 164284, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/staging-x86_64/
  gtkpod/repos/staging-x86_64/PKGBUILD
(from rev 164284, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-x86_64/gtkpod.install
(from rev 164284, gtkpod/trunk/gtkpod.install)

---+
 staging-i686/PKGBUILD |   34 ++
 staging-i686/gtkpod.install   |   12 
 staging-x86_64/PKGBUILD   |   34 ++
 staging-x86_64/gtkpod.install |   12 
 4 files changed, 92 insertions(+)

Copied: gtkpod/repos/staging-i686/PKGBUILD (from rev 164284, 
gtkpod/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=2
+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' '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/staging-i686/gtkpod.install (from rev 164284, 
gtkpod/trunk/gtkpod.install)
===
--- staging-i686/gtkpod.install (rev 0)
+++ staging-i686/gtkpod.install 2012-07-29 22:59:52 UTC (rev 164285)
@@ -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
+}

Copied: gtkpod/repos/staging-x86_64/PKGBUILD (from rev 164284, 
gtkpod/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=2
+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' '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/staging-x86_64/gtkpod.install (from rev 164284, 
gtkpod/trunk/gtkpod.install)
===
--- staging-x86_64/gtkpod.install   (rev 0)
+++ staging-x86_64/gtkpod.install   2012-07-29 22:59:52 UTC (rev 164285)
@@ -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
+}



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

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

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

Added:
  gtkpod/repos/staging-i686/
  gtkpod/repos/staging-i686/PKGBUILD
(from rev 159366, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-i686/gtkpod.install
(from rev 159366, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/staging-x86_64/
  gtkpod/repos/staging-x86_64/PKGBUILD
(from rev 159366, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-x86_64/gtkpod.install
(from rev 159366, gtkpod/trunk/gtkpod.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/gtkpod.install   |   12 
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/gtkpod.install |   12 
 4 files changed, 88 insertions(+)

Copied: gtkpod/repos/staging-i686/PKGBUILD (from rev 159366, 
gtkpod/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-22 19:05:45 UTC (rev 159367)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.1
+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')
+makedepends=('flex' 'intltool')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+'id3v2: mp3 conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
+
+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/staging-i686/gtkpod.install (from rev 159366, 
gtkpod/trunk/gtkpod.install)
===
--- staging-i686/gtkpod.install (rev 0)
+++ staging-i686/gtkpod.install 2012-05-22 19:05:45 UTC (rev 159367)
@@ -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
+}

Copied: gtkpod/repos/staging-x86_64/PKGBUILD (from rev 159366, 
gtkpod/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-22 19:05:45 UTC (rev 159367)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.1
+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')
+makedepends=('flex' 'intltool')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+'id3v2: mp3 conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
+
+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/staging-x86_64/gtkpod.install (from rev 159366, 
gtkpod/trunk/gtkpod.install)
===
--- staging-x86_64/gtkpod.install   (rev 0)
+++ staging-x86_64/gtkpod.install   2012-05-22 19:05:45 UTC (rev 159367)
@@ -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
+}



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

2012-04-22 Thread Jan Steffens
Date: Sunday, April 22, 2012 @ 19:50:01
  Author: heftig
Revision: 156691

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

Added:
  gtkpod/repos/testing-i686/
  gtkpod/repos/testing-i686/PKGBUILD
(from rev 156690, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/testing-i686/gtkpod.install
(from rev 156690, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/testing-x86_64/
  gtkpod/repos/testing-x86_64/PKGBUILD
(from rev 156690, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/testing-x86_64/gtkpod.install
(from rev 156690, gtkpod/trunk/gtkpod.install)

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/gtkpod.install   |   12 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/gtkpod.install |   12 
 4 files changed, 88 insertions(+)

Copied: gtkpod/repos/testing-i686/PKGBUILD (from rev 156690, 
gtkpod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-22 23:50:01 UTC (rev 156691)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.1
+pkgrel=2
+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')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+'id3v2: mp3 conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
+
+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/testing-i686/gtkpod.install (from rev 156690, 
gtkpod/trunk/gtkpod.install)
===
--- testing-i686/gtkpod.install (rev 0)
+++ testing-i686/gtkpod.install 2012-04-22 23:50:01 UTC (rev 156691)
@@ -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
+}

Copied: gtkpod/repos/testing-x86_64/PKGBUILD (from rev 156690, 
gtkpod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-22 23:50:01 UTC (rev 156691)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.1
+pkgrel=2
+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')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+'id3v2: mp3 conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
+
+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/testing-x86_64/gtkpod.install (from rev 156690, 
gtkpod/trunk/gtkpod.install)
===
--- testing-x86_64/gtkpod.install   (rev 0)
+++ testing-x86_64/gtkpod.install   2012-04-22 23:50:01 UTC (rev 156691)
@@ -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
+}