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

2015-11-16 Thread Jan Steffens
Date: Tuesday, November 17, 2015 @ 06:23:45
  Author: heftig
Revision: 251110

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

Added:
  sound-juicer/repos/extra-i686/PKGBUILD
(from rev 251109, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-i686/sound-juicer.install
(from rev 251109, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 251109, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/sound-juicer.install
(from rev 251109, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/extra-i686/PKGBUILD
  sound-juicer/repos/extra-i686/sound-juicer.install
  sound-juicer/repos/extra-x86_64/PKGBUILD
  sound-juicer/repos/extra-x86_64/sound-juicer.install

---+
 /PKGBUILD |   60 
 /sound-juicer.install |   36 +
 extra-i686/PKGBUILD   |   30 --
 extra-i686/sound-juicer.install   |   18 --
 extra-x86_64/PKGBUILD |   30 --
 extra-x86_64/sound-juicer.install |   18 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-17 05:22:54 UTC (rev 251109)
+++ extra-i686/PKGBUILD 2015-11-17 05:23:45 UTC (rev 251110)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=sound-juicer
-pkgver=3.18.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=('0525cfcdf76379d7aa5255fae2cde9e44ad0a24b12ac953d4fbc3dc55dfab048')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: sound-juicer/repos/extra-i686/PKGBUILD (from rev 251109, 
sound-juicer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-17 05:23:45 UTC (rev 251110)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=sound-juicer
+pkgver=3.18.1
+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=('526d5a84d9b6b8f002f82f9d5678e3850c48e3b5692a499451fc5f36eef0de76')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/sound-juicer.install
===
--- extra-i686/sound-juicer.install 2015-11-17 05:22:54 UTC (rev 251109)
+++ extra-i686/sound-juicer.install 2015-11-17 05:23:45 UTC (rev 251110)
@@ -1,18 +0,0 @@
-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/extra-i686/sound-juicer.install (from rev 251109, 
sound-juicer/trunk/sound-juicer.install)
===
--- extra-i686/sound-juicer.install (rev 0)
+++ extra-i686/sound-juicer.install 2015-11-17 05:23:45 UTC (rev 251110)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:18:08
  Author: heftig
Revision: 236412

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

Added:
  sound-juicer/repos/extra-i686/PKGBUILD
(from rev 236411, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-i686/sound-juicer.install
(from rev 236411, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 236411, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/sound-juicer.install
(from rev 236411, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/extra-i686/PKGBUILD
  sound-juicer/repos/extra-i686/sound-juicer.install
  sound-juicer/repos/extra-x86_64/PKGBUILD
  sound-juicer/repos/extra-x86_64/sound-juicer.install

---+
 /PKGBUILD |   60 
 /sound-juicer.install |   36 +
 extra-i686/PKGBUILD   |   30 --
 extra-i686/sound-juicer.install   |   18 --
 extra-x86_64/PKGBUILD |   30 --
 extra-x86_64/sound-juicer.install |   18 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-14 01:16:40 UTC (rev 236411)
+++ extra-i686/PKGBUILD 2015-04-14 01:18:08 UTC (rev 236412)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Ben contrasu...@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/extra-i686/PKGBUILD (from rev 236411, 
sound-juicer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 01:18:08 UTC (rev 236412)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.16.1
+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=('dfb744504a60f8069257584b74d90cba1ce99c744a7106b68627ad1d40b2a657')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/sound-juicer.install
===
--- extra-i686/sound-juicer.install 2015-04-14 01:16:40 UTC (rev 236411)
+++ extra-i686/sound-juicer.install 2015-04-14 01:18:08 UTC (rev 236412)
@@ -1,18 +0,0 @@
-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/extra-i686/sound-juicer.install (from rev 236411, 
sound-juicer/trunk/sound-juicer.install)
===
--- extra-i686/sound-juicer.install (rev 0)
+++ extra-i686/sound-juicer.install 2015-04-14 01:18:08 UTC (rev 236412)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-14 

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

2015-03-25 Thread Jan de Groot
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.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@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.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@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
+ 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:39
  Author: jgc
Revision: 223045

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 223030, sound-juicer/repos/gnome-unstable-i686/PKGBUILD)
  sound-juicer/repos/testing-i686/sound-juicer.install
(from rev 223030, 
sound-juicer/repos/gnome-unstable-i686/sound-juicer.install)
  sound-juicer/repos/testing-x86_64/
  sound-juicer/repos/testing-x86_64/PKGBUILD
(from rev 223030, sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD)
  sound-juicer/repos/testing-x86_64/sound-juicer.install
(from rev 223030, 
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   |   35 ++
 testing-i686/sound-juicer.install   |   18 +
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/sound-juicer.install |   18 +
 4 files changed, 106 insertions(+)

Copied: sound-juicer/repos/testing-i686/PKGBUILD (from rev 223030, 
sound-juicer/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:39 UTC (rev 223045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.14.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=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: sound-juicer/repos/testing-i686/sound-juicer.install (from rev 223030, 
sound-juicer/repos/gnome-unstable-i686/sound-juicer.install)
===
--- testing-i686/sound-juicer.install   (rev 0)
+++ testing-i686/sound-juicer.install   2014-09-26 10:53:39 UTC (rev 223045)
@@ -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 223030, 
sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:39 UTC (rev 223045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.14.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=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:05:06
  Author: jgc
Revision: 222614

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

+
 /PKGBUILD  |   70 +++
 /sound-juicer.install  |   36 +
 gnome-unstable-i686/PKGBUILD   |   35 -
 gnome-unstable-i686/sound-juicer.install   |   18 --
 gnome-unstable-x86_64/PKGBUILD |   35 -
 gnome-unstable-x86_64/sound-juicer.install |   18 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 10:05:00 UTC (rev 222613)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:05:06 UTC (rev 222614)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=sound-juicer
-pkgver=3.13.92
-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=('358c5605f664b52a5f046e5c136c42dda5757bdf387d269db1fb00db4a84204c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # drop unneeded direct library deps with --as-needed
-  # libtool doesn't make this easy, so we do it the hard way
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sound-juicer/repos/gnome-unstable-i686/PKGBUILD (from rev 222613, 
sound-juicer/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:05:06 UTC (rev 222614)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.14.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=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-i686/sound-juicer.install
===
--- gnome-unstable-i686/sound-juicer.install2014-09-22 10:05:00 UTC (rev 
222613)
+++ gnome-unstable-i686/sound-juicer.install2014-09-22 10:05:06 UTC (rev 
222614)
@@ -1,18 +0,0 @@
-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() 

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:49:48
  Author: heftig
Revision: 213425

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

Added:
  sound-juicer/repos/extra-i686/PKGBUILD
(from rev 213424, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-i686/sound-juicer.install
(from rev 213424, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 213424, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/sound-juicer.install
(from rev 213424, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/extra-i686/PKGBUILD
  sound-juicer/repos/extra-i686/sound-juicer.install
  sound-juicer/repos/extra-x86_64/PKGBUILD
  sound-juicer/repos/extra-x86_64/sound-juicer.install

---+
 /PKGBUILD |   70 
 /sound-juicer.install |   36 ++
 extra-i686/PKGBUILD   |   46 ---
 extra-i686/sound-juicer.install   |   24 
 extra-x86_64/PKGBUILD |   46 ---
 extra-x86_64/sound-juicer.install |   24 
 6 files changed, 106 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 22:48:23 UTC (rev 213424)
+++ extra-i686/PKGBUILD 2014-05-23 22:49:48 UTC (rev 213425)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=sound-juicer
-pkgver=3.5.0
-pkgrel=2
-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 gconf)
-makedepends=(intltool gnome-doc-utils gnome-common)
-options=(!emptydirs)
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-install=sound-juicer.install
-sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -e s/AM_GST_ELEMENT_CHECK/GST_ELEMENT_CHECK/ \
-  -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.in
-  autoreconf -f
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-scrollkeeper
-
-  # drop unneeded direct library deps with --as-needed
-  # libtool doesn't make this easy, so we do it the hard way
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  # Remove RPATH
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
-  export tagname=CC
-  make AM_CFLAGS=-export-dynamic
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: sound-juicer/repos/extra-i686/PKGBUILD (from rev 213424, 
sound-juicer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 22:49:48 UTC (rev 213425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.12.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=('c6f98dc6d453e2890fdc3bb7d2e360318d82dafd0304aa0a23ff6ea10b7aff1f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make 

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:29
  Author: heftig
Revision: 182576

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

Added:
  sound-juicer/repos/testing-i686/
  sound-juicer/repos/testing-i686/PKGBUILD
(from rev 182430, sound-juicer/repos/staging-i686/PKGBUILD)
  sound-juicer/repos/testing-i686/sound-juicer.install
(from rev 182430, sound-juicer/repos/staging-i686/sound-juicer.install)
  sound-juicer/repos/testing-x86_64/
  sound-juicer/repos/testing-x86_64/PKGBUILD
(from rev 182430, sound-juicer/repos/staging-x86_64/PKGBUILD)
  sound-juicer/repos/testing-x86_64/sound-juicer.install
(from rev 182430, sound-juicer/repos/staging-x86_64/sound-juicer.install)
Deleted:
  sound-juicer/repos/staging-i686/
  sound-juicer/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-i686/sound-juicer.install   |   24 +
 testing-x86_64/PKGBUILD |   46 ++
 testing-x86_64/sound-juicer.install |   24 +
 4 files changed, 140 insertions(+)

Copied: sound-juicer/repos/testing-i686/PKGBUILD (from rev 182430, 
sound-juicer/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:29 UTC (rev 182576)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.5.0
+pkgrel=2
+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 gconf)
+makedepends=(intltool gnome-doc-utils gnome-common)
+options=(!emptydirs)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+install=sound-juicer.install
+sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -e s/AM_GST_ELEMENT_CHECK/GST_ELEMENT_CHECK/ \
+  -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.in
+  autoreconf -f
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-scrollkeeper
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  # Remove RPATH
+  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
+  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
+  export tagname=CC
+  make AM_CFLAGS=-export-dynamic
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: sound-juicer/repos/testing-i686/sound-juicer.install (from rev 182430, 
sound-juicer/repos/staging-i686/sound-juicer.install)
===
--- testing-i686/sound-juicer.install   (rev 0)
+++ testing-i686/sound-juicer.install   2013-04-10 19:14:29 UTC (rev 182576)
@@ -0,0 +1,24 @@
+pkgname=sound-juicer
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: sound-juicer/repos/testing-x86_64/PKGBUILD (from rev 182430, 
sound-juicer/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:29 UTC (rev 182576)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.5.0
+pkgrel=2
+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 gconf)

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

2012-11-16 Thread Jan Steffens
Date: Friday, November 16, 2012 @ 23:45:56
  Author: heftig
Revision: 171308

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

Added:
  sound-juicer/repos/extra-i686/PKGBUILD
(from rev 171307, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-i686/sound-juicer.install
(from rev 171307, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 171307, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/sound-juicer.install
(from rev 171307, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/extra-i686/PKGBUILD
  sound-juicer/repos/extra-i686/sound-juicer.install
  sound-juicer/repos/extra-x86_64/PKGBUILD
  sound-juicer/repos/extra-x86_64/sound-juicer.install

---+
 extra-i686/PKGBUILD   |   72 ++--
 extra-i686/sound-juicer.install   |   48 
 extra-x86_64/PKGBUILD |   72 ++--
 extra-x86_64/sound-juicer.install |   48 
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 04:43:25 UTC (rev 171307)
+++ extra-i686/PKGBUILD 2012-11-17 04:45:56 UTC (rev 171308)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=sound-juicer
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A cd ripper application
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libmusicbrainz4' 'libdiscid' 'gtk3' 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins' 'brasero' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-options=(!emptydirs)
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-groups=('gnome-extra')
-install=sound-juicer.install
-sha256sums=('49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: sound-juicer/repos/extra-i686/PKGBUILD (from rev 171307, 
sound-juicer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 04:45:56 UTC (rev 171308)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.5.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 gconf)
+makedepends=(intltool gnome-doc-utils)
+options=(!emptydirs)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+groups=(gnome-extra)
+install=sound-juicer.install
+sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/sound-juicer.install
===
--- extra-i686/sound-juicer.install 2012-11-17 04:43:25 UTC (rev 171307)
+++ extra-i686/sound-juicer.install 2012-11-17 04:45:56 UTC (rev 171308)
@@ -1,24 +0,0 @@
-pkgname=sound-juicer
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: sound-juicer/repos/extra-i686/sound-juicer.install 

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

2012-02-24 Thread Ionut Biru
Date: Friday, February 24, 2012 @ 13:18:27
  Author: ibiru
Revision: 151078

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

Added:
  sound-juicer/repos/extra-i686/PKGBUILD
(from rev 151077, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-i686/sound-juicer.install
(from rev 151077, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 151077, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/sound-juicer.install
(from rev 151077, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/extra-i686/PKGBUILD
  sound-juicer/repos/extra-i686/sound-juicer.install
  sound-juicer/repos/extra-x86_64/PKGBUILD
  sound-juicer/repos/extra-x86_64/sound-juicer.install

---+
 extra-i686/PKGBUILD   |   74 ++--
 extra-i686/sound-juicer.install   |   48 +++
 extra-x86_64/PKGBUILD |   74 ++--
 extra-x86_64/sound-juicer.install |   48 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-24 18:17:54 UTC (rev 151077)
+++ extra-i686/PKGBUILD 2012-02-24 18:18:27 UTC (rev 151078)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributer: Ben contrasu...@myrealbox.com
-
-pkgname=sound-juicer
-pkgver=2.32.1
-pkgrel=1
-pkgdesc=A cd ripper application
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libmusicbrainz3' 'libgnome-media-profiles' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero' 
'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils=0.20.0' 'pkgconfig' 'gnome-common' 
'gtk-doc')
-options=(!emptydirs)
-#source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-20110501.tar.xz)
-groups=('gnome-extra')
-install=sound-juicer.install
-url=http://www.burtonini.com/blog/computers/sound-juicer;
-sha256sums=('e4312ebf75c8798dd3f7a9d2d9ee7291b593bd68c7b0559742b91ca7a52674fe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: sound-juicer/repos/extra-i686/PKGBUILD (from rev 151077, 
sound-juicer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-24 18:18:27 UTC (rev 151078)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributer: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=2.32.1
+pkgrel=2
+pkgdesc=A cd ripper application
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libmusicbrainz3' 'libgnome-media-profiles' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero' 
'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils=0.20.0' 'pkgconfig' 'gnome-common' 
'gtk-doc')
+options=(!emptydirs)
+#source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-20110501.tar.xz)
+groups=('gnome-extra')
+install=sound-juicer.install
+url=http://www.burtonini.com/blog/computers/sound-juicer;
+sha256sums=('e4312ebf75c8798dd3f7a9d2d9ee7291b593bd68c7b0559742b91ca7a52674fe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/sound-juicer.install
===
--- extra-i686/sound-juicer.install 2012-02-24 18:17:54 UTC (rev 151077)
+++ extra-i686/sound-juicer.install 2012-02-24 18:18:27 UTC (rev 151078)
@@ -1,24 +0,0 @@
-pkgname=sound-juicer
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-