[arch-commits] Commit in sound-juicer/repos (8 files)

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:34:26 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:34:26
  Author: jgc
Revision: 234799

db-move: moved sound-juicer from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  sound-juicer/repos/testing-i686/
  sound-juicer/repos/testing-i686/PKGBUILD
    (from rev 234786, sound-juicer/repos/gnome-unstable-i686/PKGBUILD)
  sound-juicer/repos/testing-i686/sound-juicer.install
    (from rev 234786, sound-juicer/repos/gnome-unstable-i686/sound-juicer.install)
  sound-juicer/repos/testing-x86_64/
  sound-juicer/repos/testing-x86_64/PKGBUILD
    (from rev 234786, sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD)
  sound-juicer/repos/testing-x86_64/sound-juicer.install
    (from rev 234786, sound-juicer/repos/gnome-unstable-x86_64/sound-juicer.install)
Deleted:
  sound-juicer/repos/gnome-unstable-i686/
  sound-juicer/repos/gnome-unstable-x86_64/

-------------------------------------+
 testing-i686/PKGBUILD               |   30 ++++++++++++++++++++++++++++++
 testing-i686/sound-juicer.install   |   18 ++++++++++++++++++
 testing-x86_64/PKGBUILD             |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/sound-juicer.install |   18 ++++++++++++++++++
 4 files changed, 96 insertions(+)

Copied: sound-juicer/repos/testing-i686/PKGBUILD (from rev 234786, sound-juicer/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:34:26 UTC (rev 234799)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=sound-juicer
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A cd ripper application"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good brasero hicolor-icon-theme iso-codes)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+install=sound-juicer.install
+sha256sums=('c383c4588ef347b52c218b370c39c9b40839308cfc9dc37a9a9696ae0e471e12')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: sound-juicer/repos/testing-i686/sound-juicer.install (from rev 234786, sound-juicer/repos/gnome-unstable-i686/sound-juicer.install)
===================================================================
--- testing-i686/sound-juicer.install	                        (rev 0)
+++ testing-i686/sound-juicer.install	2015-03-25 15:34:26 UTC (rev 234799)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.12.0) < 0 )) && gconfpkg --uninstall sound-juicer
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sound-juicer/repos/testing-x86_64/PKGBUILD (from rev 234786, sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:34:26 UTC (rev 234799)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=sound-juicer
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A cd ripper application"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good brasero hicolor-icon-theme iso-codes)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+install=sound-juicer.install
+sha256sums=('c383c4588ef347b52c218b370c39c9b40839308cfc9dc37a9a9696ae0e471e12')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: sound-juicer/repos/testing-x86_64/sound-juicer.install (from rev 234786, sound-juicer/repos/gnome-unstable-x86_64/sound-juicer.install)
===================================================================
--- testing-x86_64/sound-juicer.install	                        (rev 0)
+++ testing-x86_64/sound-juicer.install	2015-03-25 15:34:26 UTC (rev 234799)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.12.0) < 0 )) && gconfpkg --uninstall sound-juicer
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list