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

Christian Hesse eworm at archlinux.org
Thu Apr 28 08:49:06 UTC 2016


    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 <cinelli at aur.archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-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 <cinelli at aur.archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+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 <cinelli at aur.archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 172393, gtkpod/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-28 08:49:05 UTC (rev 172394)
@@ -0,0 +1,37 @@
+# $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.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-x86_64/gtkpod.install
===================================================================
--- community-x86_64/gtkpod.install	2016-04-28 08:49:01 UTC (rev 172393)
+++ community-x86_64/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
-}



More information about the arch-commits mailing list