Date: Monday, May 1, 2023 @ 21:32:41
  Author: heftig
Revision: 476315

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   92 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 51 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 21:32:31 UTC (rev 476314)
+++ PKGBUILD    2023-05-01 21:32:41 UTC (rev 476315)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-sound-recorder
-pkgver=42.0
-pkgrel=1
-pkgdesc="A utility to make simple audio recording from your GNOME desktop"
-url="https://wiki.gnome.org/Apps/SoundRecorder";
-arch=(any)
-license=(GPL)
-depends=(gtk4 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
-         libadwaita)
-makedepends=(gobject-introspection git meson)
-groups=(gnome-extra)
-_commit=0fabec18319c0baf0c627131c023f7c191af65d9  # tags/42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-sound-recorder/repos/extra-any/PKGBUILD (from rev 476314, 
gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-01 21:32:41 UTC (rev 476315)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-sound-recorder
+pkgver=42.0
+pkgrel=2
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+url="https://wiki.gnome.org/Apps/SoundRecorder";
+arch=(any)
+license=(GPL)
+depends=(
+  gjs
+  gst-plugins-bad-libs
+  gst-plugins-base
+  gst-plugins-good
+  gtk4
+  libadwaita
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+)
+groups=(gnome-extra)
+_commit=0fabec18319c0baf0c627131c023f7c191af65d9  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to