Date: Monday, April 8, 2013 @ 20:08:07 Author: bgyorgy Revision: 87928
archrelease: copy trunk to community-i686, community-x86_64 Added: libgnome-media-profiles/repos/ libgnome-media-profiles/repos/community-i686/ libgnome-media-profiles/repos/community-i686/PKGBUILD (from rev 87927, libgnome-media-profiles/trunk/PKGBUILD) libgnome-media-profiles/repos/community-i686/libgnome-media-profiles.install (from rev 87927, libgnome-media-profiles/trunk/libgnome-media-profiles.install) libgnome-media-profiles/repos/community-x86_64/ libgnome-media-profiles/repos/community-x86_64/PKGBUILD (from rev 87927, libgnome-media-profiles/trunk/PKGBUILD) libgnome-media-profiles/repos/community-x86_64/libgnome-media-profiles.install (from rev 87927, libgnome-media-profiles/trunk/libgnome-media-profiles.install) --------------------------------------------------+ community-i686/PKGBUILD | 34 +++++++++++++++++++++ community-i686/libgnome-media-profiles.install | 21 ++++++++++++ community-x86_64/PKGBUILD | 34 +++++++++++++++++++++ community-x86_64/libgnome-media-profiles.install | 21 ++++++++++++ 4 files changed, 110 insertions(+) Copied: libgnome-media-profiles/repos/community-i686/PKGBUILD (from rev 87927, libgnome-media-profiles/trunk/PKGBUILD) =================================================================== --- repos/community-i686/PKGBUILD (rev 0) +++ repos/community-i686/PKGBUILD 2013-04-08 18:08:07 UTC (rev 87928) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname=libgnome-media-profiles +pkgver=3.0.0 +pkgrel=4 +pkgdesc="Library for management of audio recording profiles" +arch=('i686' 'x86_64') +url="https://git.gnome.org/browse/libgnome-media-profiles" +license=('GPL2') +depends=('gconf' 'gtk3' 'gstreamer0.10-base-plugins') +makedepends=('intltool' 'gnome-doc-utils') +options=('!libtool') +install=$pkgname.install +source=(http://download.gnome.org/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('ab1288e53a8fccca3e8fa59757ef586901e236e09a737a1178eeb8d74428c061') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc \ + --disable-static --disable-schemas-install \ + --with-gconf-schema-file-dir=/usr/share/gconf/schemas + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: libgnome-media-profiles/repos/community-i686/libgnome-media-profiles.install (from rev 87927, libgnome-media-profiles/trunk/libgnome-media-profiles.install) =================================================================== --- repos/community-i686/libgnome-media-profiles.install (rev 0) +++ repos/community-i686/libgnome-media-profiles.install 2013-04-08 18:08:07 UTC (rev 87928) @@ -0,0 +1,21 @@ +pkgname=gnome-media-profiles + +post_install(){ + usr/sbin/gconfpkg --install ${pkgname} +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + if [ "$(vercmp 3.0.0-4 "$2")" -eq 1 ]; then + usr/sbin/gconfpkg --uninstall libgnome-media-profiles + else + usr/sbin/gconfpkg --uninstall ${pkgname} + fi +} Copied: libgnome-media-profiles/repos/community-x86_64/PKGBUILD (from rev 87927, libgnome-media-profiles/trunk/PKGBUILD) =================================================================== --- repos/community-x86_64/PKGBUILD (rev 0) +++ repos/community-x86_64/PKGBUILD 2013-04-08 18:08:07 UTC (rev 87928) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname=libgnome-media-profiles +pkgver=3.0.0 +pkgrel=4 +pkgdesc="Library for management of audio recording profiles" +arch=('i686' 'x86_64') +url="https://git.gnome.org/browse/libgnome-media-profiles" +license=('GPL2') +depends=('gconf' 'gtk3' 'gstreamer0.10-base-plugins') +makedepends=('intltool' 'gnome-doc-utils') +options=('!libtool') +install=$pkgname.install +source=(http://download.gnome.org/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('ab1288e53a8fccca3e8fa59757ef586901e236e09a737a1178eeb8d74428c061') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc \ + --disable-static --disable-schemas-install \ + --with-gconf-schema-file-dir=/usr/share/gconf/schemas + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: libgnome-media-profiles/repos/community-x86_64/libgnome-media-profiles.install (from rev 87927, libgnome-media-profiles/trunk/libgnome-media-profiles.install) =================================================================== --- repos/community-x86_64/libgnome-media-profiles.install (rev 0) +++ repos/community-x86_64/libgnome-media-profiles.install 2013-04-08 18:08:07 UTC (rev 87928) @@ -0,0 +1,21 @@ +pkgname=gnome-media-profiles + +post_install(){ + usr/sbin/gconfpkg --install ${pkgname} +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + if [ "$(vercmp 3.0.0-4 "$2")" -eq 1 ]; then + usr/sbin/gconfpkg --uninstall libgnome-media-profiles + else + usr/sbin/gconfpkg --uninstall ${pkgname} + fi +}