Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
ce2edbf9
Commit
ce2edbf9
authored
Dec 08, 2019
by
Vivien Kraus
Browse files
Use appstream-util
There is no appstreamcli in guix.
parent
fb5ee7d7
Changes
4
Hide whitespace changes
Inline
Side-by-side
appstream.am
View file @
ce2edbf9
...
...
@@ -41,4 +41,4 @@ $(srcdir)/%reldir%/eu.planete_kraus.Tarot.appdata.xml: %reldir%/eu.planete_kraus
done
@grep '<!--Copyright' $(srcdir)/%reldir%/eu.planete_kraus.Tarot.appdata.xml.in \
>> $(srcdir)/%reldir%/eu.planete_kraus.Tarot.appdata.xml
$(APPSTREAM_
CLI
) validate $(srcdir)/%reldir%/eu.planete_kraus.Tarot.appdata.xml
$(APPSTREAM_
UTIL
) validate
-strict --nonet
$(srcdir)/%reldir%/eu.planete_kraus.Tarot.appdata.xml
ci/dist.sh
View file @
ce2edbf9
...
...
@@ -21,7 +21,7 @@
apt-get update
apt-get upgrade
-y
apt-get
install
-y
\
appstream
\
appstream
-util
\
autoconf
\
autoconf-archive
\
automake
\
...
...
configure.ac
View file @
ce2edbf9
...
...
@@ -80,7 +80,7 @@ AM_MISSING_PROG([G_IR_COMPILER], [g-ir-compiler])
PKG_INSTALLDIR
AM_MISSING_PROG([HELP2MAN], [help2man])
AM_MISSING_PROG([GLIB_COMPILE_RESOURCES], [glib-compile-resources])
AM_MISSING_PROG([APPSTREAM_
CLI
], [appstream
cli
])
AM_MISSING_PROG([APPSTREAM_
UTIL
], [appstream
-util
])
AM_MISSING_PROG([MAKENSIS], [makensis])
AC_ARG_VAR([HOST_SYSROOT], [Where to steal the windows DLLs for gtk+ and friends. On Fedora it is /usr/x86_64-w64-mingw32/sys-root/mingw])
AC_CHECK_TOOL([WINDRES], [windres], [no])
...
...
po/fr.po
View file @
ce2edbf9
...
...
@@ -93,10 +93,6 @@ msgstr ""
msgid "Playing tarot against the AI"
msgstr "Jouer au tarot contre l'IA"
#: eu.planete_kraus.Tarot.appdata.xml.in:27
msgid "Vivien Kraus"
msgstr "Vivien Kraus"
#: src/libtarot/cards/tarot/cards_private_impl.h:877
#: src/libtarot/cards/tarot/cards_private_impl.h:2458
msgid "AH"
...
...
@@ -1648,6 +1644,9 @@ msgstr ""
"Erreur : la %d-ième dimension doit être un entier strictement positif,\n"
"et pas « %s ».\n"
#~ msgid "Vivien Kraus"
#~ msgstr "Vivien Kraus"
#~ msgid "Error: the MCTS parameter should be a number, not '%s'.\n"
#~ msgstr "Erreur : le paramètre MCTS doit être un nombre, et pas « %s ».\n"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment