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

Jan de Groot jgc at archlinux.org
Thu Mar 31 11:43:31 UTC 2016


    Date: Thursday, March 31, 2016 @ 13:43:30
  Author: jgc
Revision: 263491

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 263490, gnome-sound-recorder/trunk/PKGBUILD)
  gnome-sound-recorder/repos/gnome-unstable-any/gnome-sound-recorder.install
    (from rev 263490, 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 263490, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2016-03-31 11:43:30 UTC (rev 263491)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.19.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)
+install=gnome-sound-recorder.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7dabed99e08c4868ac5b5bb83677d49f4a5adb899e7a4690edc558c52f19096e')
+
+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 263490, gnome-sound-recorder/trunk/gnome-sound-recorder.install)
===================================================================
--- gnome-unstable-any/gnome-sound-recorder.install	                        (rev 0)
+++ gnome-unstable-any/gnome-sound-recorder.install	2016-03-31 11:43:30 UTC (rev 263491)
@@ -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