mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
gnome-disk-utility: update to 42.0
This commit is contained in:
parent
0b8d5829e6
commit
5a79e8c35f
2 changed files with 2 additions and 36 deletions
|
@ -1,34 +0,0 @@
|
||||||
From 46ed7d26873b9741dff61f9df8e7778a8dc6f5cc Mon Sep 17 00:00:00 2001
|
|
||||||
From: rvalue <i@rvalue.moe>
|
|
||||||
Date: Fri, 17 Dec 2021 12:29:30 +0000
|
|
||||||
Subject: [PATCH] build: fix arguments of i18n.merge_file
|
|
||||||
|
|
||||||
`i18n.merge_file` has been ignoring positional arguments for a time
|
|
||||||
and explicitly rejects with error since meson 0.60.0
|
|
||||||
---
|
|
||||||
data/meson.build | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/data/meson.build b/data/meson.build
|
|
||||||
index e38a1d8e..38fb5207 100644
|
|
||||||
--- a/data/meson.build
|
|
||||||
+++ b/data/meson.build
|
|
||||||
@@ -11,7 +11,6 @@ desktops = [
|
|
||||||
|
|
||||||
foreach desktop: desktops
|
|
||||||
i18n.merge_file (
|
|
||||||
- desktop,
|
|
||||||
type: 'desktop',
|
|
||||||
input: desktop + '.in',
|
|
||||||
output: desktop,
|
|
||||||
@@ -38,7 +37,6 @@ install_data(
|
|
||||||
info = 'org.gnome.DiskUtility.appdata.xml'
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- info,
|
|
||||||
input: info + '.in',
|
|
||||||
output: info,
|
|
||||||
po_dir: po_dir,
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-disk-utility'
|
# Template file for 'gnome-disk-utility'
|
||||||
pkgname=gnome-disk-utility
|
pkgname=gnome-disk-utility
|
||||||
version=41.0
|
version=42.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dlogind=none"
|
configure_args="-Dlogind=none"
|
||||||
|
@ -14,5 +14,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Disks"
|
homepage="https://wiki.gnome.org/Apps/Disks"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8743c98fd656062ef862933efe30c5be4c6b322ec02eee154ec70d08ed0895df
|
checksum=1b6564454d67426322cb3bfc5a5558653bfc7dfeea2ae0825b1d08629f01090b
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue