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

Jan de Groot jgc at archlinux.org
Tue Mar 3 09:06:54 UTC 2015


    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 <cinelli at aur.archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at 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 <cinelli at aur.archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at 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() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list