Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37904849
en ru br
ALT Linux repositórios
S:41-alt0.1.alpha

Group :: Desktop gráfico/GNOME
RPM: bijiben

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: bijiben-40.1-up-meson-0.61.patch
Download


commit 994af76ce5144062d55d141129bf6bf5fab002ee
Author: Michal Vasilek <michal@vasilek.cz>
Date:   Sat Jan 22 23:16:37 2022 +0100
    meson: fix build with meson 0.61
    
    i18n.merge_file doesn't accept positional arguments
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index 48a31e3..d78d052 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -1,7 +1,6 @@
 info = 'org.gnome.Notes.appdata.xml'
 
 i18n.merge_file(
-  info,
   input: info + '.in',
   output: info,
   po_dir: po_dir,
diff --git a/data/meson.build b/data/meson.build
index d00d98f..556d564 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -4,7 +4,6 @@ subdir('appdata')
 mime = 'org.gnome.Notes.xml'
 
 i18n.merge_file(
-  mime,
   input: mime + '.in',
   output: mime,
   po_dir: po_dir,
@@ -18,7 +17,6 @@ desktop_conf = configuration_data()
 desktop_conf.set ('icon', application_id)
 
 i18n.merge_file(
-  desktop,
   type: 'desktop',
   input: configure_file(
     input: files (desktop + '.in'),
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009