[arch-commits] Commit in gnome-sound-recorder/repos (3 files)

Jan de Groot jgc at archlinux.org
Tue Sep 9 13:13:46 UTC 2014


    Date: Tuesday, September 9, 2014 @ 15:13:46
  Author: jgc
Revision: 221321

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-sound-recorder/repos/gnome-unstable-any/
  gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD
    (from rev 221320, gnome-sound-recorder/trunk/PKGBUILD)
  gnome-sound-recorder/repos/gnome-unstable-any/gnome-sound-recorder.install
    (from rev 221320, gnome-sound-recorder/trunk/gnome-sound-recorder.install)

------------------------------+
 PKGBUILD                     |   28 ++++++++++++++++++++++++++++
 gnome-sound-recorder.install |   12 ++++++++++++
 2 files changed, 40 insertions(+)

Copied: gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD (from rev 221320, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2014-09-09 13:13:46 UTC (rev 221321)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.13.91
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Design/Apps/SoundRecorder"
+license=(GPL2)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+makedepends=(intltool gobject-introspection python2)
+install=gnome-sound-recorder.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cde725064d2fad5e3d1b3491bc8efd2c8056de913ac6c30b6eac7366a3a8a3b9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-sound-recorder/repos/gnome-unstable-any/gnome-sound-recorder.install (from rev 221320, gnome-sound-recorder/trunk/gnome-sound-recorder.install)
===================================================================
--- gnome-unstable-any/gnome-sound-recorder.install	                        (rev 0)
+++ gnome-unstable-any/gnome-sound-recorder.install	2014-09-09 13:13:46 UTC (rev 221321)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list