mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
gnome-sound-recorder: update to 42.0
This commit is contained in:
parent
bec1e006e8
commit
748d86fbb4
2 changed files with 6 additions and 46 deletions
|
@ -1,41 +0,0 @@
|
||||||
From 1335b1b1aff61167f8648f7cb3c569764031960d Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Beich <jbeich@FreeBSD.org>
|
|
||||||
Date: Mon, 24 Jan 2022 11:37:06 +0000
|
|
||||||
Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
|
|
||||||
|
|
||||||
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
|
|
||||||
|
|
||||||
data/appdata/meson.build:5:0: ERROR: Function does not take positional arguments.
|
|
||||||
data/meson.build:16:0: ERROR: Function does not take positional arguments.
|
|
||||||
---
|
|
||||||
data/appdata/meson.build | 1 -
|
|
||||||
data/meson.build | 1 -
|
|
||||||
2 files changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
|
|
||||||
index 1f5744e..d2c2c3a 100644
|
|
||||||
--- a/data/appdata/meson.build
|
|
||||||
+++ b/data/appdata/meson.build
|
|
||||||
@@ -3,7 +3,6 @@ metainfo_conf.set('app-id', application_id)
|
|
||||||
metainfo_conf.set('gettext-package', gettext_package)
|
|
||||||
|
|
||||||
metainfo_file = i18n.merge_file(
|
|
||||||
- 'metainfo-file',
|
|
||||||
input: configure_file(
|
|
||||||
input: 'org.gnome.SoundRecorder.metainfo.xml.in.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
diff --git a/data/meson.build b/data/meson.build
|
|
||||||
index 44117ad..0ff8fa5 100644
|
|
||||||
--- a/data/meson.build
|
|
||||||
+++ b/data/meson.build
|
|
||||||
@@ -14,7 +14,6 @@ install_data(
|
|
||||||
desktop_conf = configuration_data()
|
|
||||||
desktop_conf.set('app-id', application_id)
|
|
||||||
desktop_file = i18n.merge_file(
|
|
||||||
- 'desktop',
|
|
||||||
input: configure_file(
|
|
||||||
input: 'org.gnome.SoundRecorder.desktop.in.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'gnome-sound-recorder'
|
# Template file for 'gnome-sound-recorder'
|
||||||
pkgname=gnome-sound-recorder
|
pkgname=gnome-sound-recorder
|
||||||
version=40.0
|
version=42.0
|
||||||
revision=2
|
revision=1
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="gettext glib-devel itstool pkg-config"
|
hostmakedepends="gettext glib-devel itstool pkg-config"
|
||||||
makedepends="gjs-devel libglib-devel gtk+3-devel gst-plugins-bad1-devel
|
makedepends="gjs-devel libglib-devel gtk4-devel libadwaita-devel
|
||||||
libhandy1-devel"
|
gst-plugins-bad1-devel"
|
||||||
depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-bad1
|
depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-bad1
|
||||||
gst-plugins-good1 libhandy1"
|
gst-plugins-good1 libhandy1"
|
||||||
short_desc="GNOME sound recorder application"
|
short_desc="GNOME sound recorder application"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/SoundRecorder"
|
homepage="https://wiki.gnome.org/Apps/SoundRecorder"
|
||||||
|
changelog="https://gitlab.gnome.org/GNOME/gnome-sound-recorder/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=d4aa4c104d7465dd15807bf1703e65ff682eff52841c59cf3a07f5eff42e6501
|
checksum=4c08c315282f3ebf7a2da6f20e0ff9f0c71daa5229fcd2fe0b5c0aaaaa06f0ad
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue