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

Jan de Groot jgc at archlinux.org
Wed Mar 25 11:10:49 UTC 2015


    Date: Wednesday, March 25, 2015 @ 12:10:49
  Author: jgc
Revision: 234711

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 234710, gnome-sound-recorder/trunk/PKGBUILD)
  gnome-sound-recorder/repos/gnome-unstable-any/gnome-sound-recorder.install
    (from rev 234710, gnome-sound-recorder/trunk/gnome-sound-recorder.install)

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

Copied: gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD (from rev 234710, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2015-03-25 11:10:49 UTC (rev 234711)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.16.0
+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)
+install=gnome-sound-recorder.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9af4935a8007810f750b40039a77cc762c260cb554339c1fc13e6ee52f6a1c04')
+
+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 234710, gnome-sound-recorder/trunk/gnome-sound-recorder.install)
===================================================================
--- gnome-unstable-any/gnome-sound-recorder.install	                        (rev 0)
+++ gnome-unstable-any/gnome-sound-recorder.install	2015-03-25 11:10:49 UTC (rev 234711)
@@ -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