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

Jan de Groot jgc at archlinux.org
Thu Apr 28 14:41:29 UTC 2016


    Date: Thursday, April 28, 2016 @ 16:41:29
  Author: jgc
Revision: 266467

archrelease: copy trunk to extra-any

Added:
  gnome-sound-recorder/repos/extra-any/PKGBUILD
    (from rev 266466, gnome-sound-recorder/trunk/PKGBUILD)
Deleted:
  gnome-sound-recorder/repos/extra-any/PKGBUILD
  gnome-sound-recorder/repos/extra-any/gnome-sound-recorder.install

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 14:41:23 UTC (rev 266466)
+++ PKGBUILD	2016-04-28 14:41:29 UTC (rev 266467)
@@ -1,29 +0,0 @@
-# $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/extra-any/PKGBUILD (from rev 266466, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-28 14:41:29 UTC (rev 266467)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.19.92
+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)
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fcef79fe93bcd06b5f1435a4ff9b6c3202585fd4bd9295714fcfdc892c180391')
+
+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:

Deleted: gnome-sound-recorder.install
===================================================================
--- gnome-sound-recorder.install	2016-04-28 14:41:23 UTC (rev 266466)
+++ gnome-sound-recorder.install	2016-04-28 14:41:29 UTC (rev 266467)
@@ -1,12 +0,0 @@
-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