Skip to content

Commit 50332c9

Browse files
committed
remove git hook check in meson
1 parent 31ad189 commit 50332c9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

data/com.ranfdev.Geopard.metainfo.xml.in.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
</release>
142142
<release version="1.0.0-alpha" date="2021-04-01">
143143
<description>
144-
This is the first working flatpak release. Some features (colors, caching)
145-
are missing.
144+
<p>This is the first working flatpak release. Some features (colors, caching)
145+
are missing.</p>
146146
</description>
147147
</release>
148148
<release version="1.0.0" date="2022-04-29">

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ meson.add_dist_script(
5656
if get_option('profile') == 'development'
5757
# Setup pre-commit hook for ensuring coding style is always consistent
5858
message('Setting up git pre-commit hook..')
59-
run_command('cp', '-f', 'hooks/pre-commit.hook', '.git/hooks/pre-commit', check: true)
60-
run_command('chmod', '+x', '.git/hooks/pre-commit', check: true)
59+
run_command('cp', '-f', 'hooks/pre-commit.hook', '.git/hooks/pre-commit', check: false)
60+
run_command('chmod', '+x', '.git/hooks/pre-commit', check: false)
6161
endif
6262

6363
subdir('data')

po/fr.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: geopard\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-04-10 18:35+0200\n"
10+
"POT-Creation-Date: 2024-04-10 18:52+0200\n"
1111
"PO-Revision-Date: 2023-03-24 19:57+0100\n"
1212
"Last-Translator: Irénée Thirion <[email protected]>\n"
1313
"Language-Team: \n"
@@ -402,7 +402,7 @@ msgstr "Amélioration de la gestion de la progression des téléchargements"
402402
msgid "Show close button on small window sizes"
403403
msgstr "Affichage d’un bouton Fermer sur les écrans de petite taille"
404404

405-
#: data/com.ranfdev.Geopard.metainfo.xml.in.in:155
405+
#: data/com.ranfdev.Geopard.metainfo.xml.in.in:156
406406
msgid ""
407407
"This is the first working flatpak release. Some features (colors, caching) "
408408
"are missing."

po/geopard.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: geopard\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-04-10 18:35+0200\n"
11+
"POT-Creation-Date: 2024-04-10 18:52+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -354,7 +354,7 @@ msgstr ""
354354
msgid "Show close button on small window sizes"
355355
msgstr ""
356356

357-
#: data/com.ranfdev.Geopard.metainfo.xml.in.in:155
357+
#: data/com.ranfdev.Geopard.metainfo.xml.in.in:156
358358
msgid ""
359359
"This is the first working flatpak release. Some features (colors, caching) "
360360
"are missing."

po/ru.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: geopard\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-04-10 18:35+0200\n"
10+
"POT-Creation-Date: 2024-04-10 18:52+0200\n"
1111
"PO-Revision-Date: 2023-03-25 01:57+0300\n"
1212
"Last-Translator: David Lapshin\n"
1313
"Language-Team: Russian\n"
@@ -397,7 +397,7 @@ msgstr "Улучшена обработка хода загрузки"
397397
msgid "Show close button on small window sizes"
398398
msgstr "Отображение кнопки закрытия окна небольшого размера"
399399

400-
#: data/com.ranfdev.Geopard.metainfo.xml.in.in:155
400+
#: data/com.ranfdev.Geopard.metainfo.xml.in.in:156
401401
msgid ""
402402
"This is the first working flatpak release. Some features (colors, caching) "
403403
"are missing."

0 commit comments

Comments
 (0)