mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
polari: update to 43.0.
This commit is contained in:
parent
ebc3630dce
commit
3b92d746b6
2 changed files with 4 additions and 47 deletions
|
@ -1,43 +0,0 @@
|
|||
From 0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d Mon Sep 17 00:00:00 2001
|
||||
From: Jan Beich <jbeich@FreeBSD.org>
|
||||
Date: Mon, 24 Jan 2022 12:32:00 +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:2:0: ERROR: Function does not take positional arguments.
|
||||
data/meson.build:5:0: ERROR: Function does not take positional arguments.
|
||||
|
||||
Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/242>
|
||||
---
|
||||
data/appdata/meson.build | 2 +-
|
||||
data/meson.build | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
|
||||
index 88b4a0be..781ba22f 100644
|
||||
--- a/data/appdata/meson.build
|
||||
+++ b/data/appdata/meson.build
|
||||
@@ -1,5 +1,5 @@
|
||||
appdata_name = app_id + '.appdata.xml'
|
||||
-appdata = i18n.merge_file(appdata_name,
|
||||
+appdata = i18n.merge_file(
|
||||
input: appdata_name + '.in',
|
||||
output: appdata_name,
|
||||
po_dir: '../../po',
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index cedfd57b..655ae700 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -2,7 +2,7 @@ subdir('appdata')
|
||||
subdir('icons')
|
||||
|
||||
desktop_filename = app_id + '.desktop'
|
||||
-desktop_file = i18n.merge_file(desktop_filename,
|
||||
+desktop_file = i18n.merge_file(
|
||||
input: desktop_filename + '.in',
|
||||
output: desktop_filename,
|
||||
po_dir: '../po',
|
||||
--
|
||||
GitLab
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'polari'
|
||||
pkgname=polari
|
||||
version=41.0
|
||||
revision=2
|
||||
version=43.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
hostmakedepends="pkg-config itstool gettext glib-devel"
|
||||
|
@ -13,5 +13,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Apps/Polari"
|
||||
changelog="https://gitlab.gnome.org/GNOME/polari/-/raw/main/NEWS"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a3b05f81660370c67c942b6f44b298c7b78816feb38c926ec2212bde22ea40eb
|
||||
distfiles="${GNOME_SITE}/polari/${version%.*}/polari-${version}.tar.xz"
|
||||
checksum=17a192dee61f58e3cd4472500be7011946b99fbe52bc5ac124faaeac2f334147
|
||||
|
|
Loading…
Add table
Reference in a new issue