[arch-commits] Commit in sound-juicer/repos (6 files)
Jan Steffens
heftig at archlinux.org
Fri Sep 25 15:53:18 UTC 2015
Date: Friday, September 25, 2015 @ 17:53:17
Author: heftig
Revision: 247452
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
sound-juicer/repos/gnome-unstable-i686/
sound-juicer/repos/gnome-unstable-i686/PKGBUILD
(from rev 247451, sound-juicer/trunk/PKGBUILD)
sound-juicer/repos/gnome-unstable-i686/sound-juicer.install
(from rev 247451, sound-juicer/trunk/sound-juicer.install)
sound-juicer/repos/gnome-unstable-x86_64/
sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247451, sound-juicer/trunk/PKGBUILD)
sound-juicer/repos/gnome-unstable-x86_64/sound-juicer.install
(from rev 247451, sound-juicer/trunk/sound-juicer.install)
--------------------------------------------+
gnome-unstable-i686/PKGBUILD | 30 +++++++++++++++++++++++++++
gnome-unstable-i686/sound-juicer.install | 18 ++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 30 +++++++++++++++++++++++++++
gnome-unstable-x86_64/sound-juicer.install | 18 ++++++++++++++++
4 files changed, 96 insertions(+)
Copied: sound-juicer/repos/gnome-unstable-i686/PKGBUILD (from rev 247451, sound-juicer/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2015-09-25 15:53:17 UTC (rev 247452)
@@ -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.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/gnome-unstable-i686/sound-juicer.install (from rev 247451, sound-juicer/trunk/sound-juicer.install)
===================================================================
--- gnome-unstable-i686/sound-juicer.install (rev 0)
+++ gnome-unstable-i686/sound-juicer.install 2015-09-25 15:53:17 UTC (rev 247452)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 247451, sound-juicer/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-25 15:53:17 UTC (rev 247452)
@@ -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.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/gnome-unstable-x86_64/sound-juicer.install (from rev 247451, sound-juicer/trunk/sound-juicer.install)
===================================================================
--- gnome-unstable-x86_64/sound-juicer.install (rev 0)
+++ gnome-unstable-x86_64/sound-juicer.install 2015-09-25 15:53:17 UTC (rev 247452)
@@ -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