Skip to content

Commit f0461fb

Browse files
committed
chore(snap): Updated snapcraft.yaml.
1 parent 4453550 commit f0461fb

6 files changed

Lines changed: 112 additions & 1 deletion

File tree

snap/meta/polkit/po/de.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
msgid "Authentication required"
2+
msgstr "Authentifizierung erforderlich"
3+
4+
msgid "Authenticate to access the app."
5+
msgstr "Authentifizieren Sie sich, um auf die App zuzugreifen."
6+
7+
msgid "Authenticate to continue."
8+
msgstr "Authentifizieren Sie sich, um fortzufahren."
9+
10+
msgid "Authenticate to enable local authentication."
11+
msgstr "Authentifizieren Sie sich, um die lokale Authentifizierung zu aktivieren."
12+
13+
msgid "Authenticate to disable local authentication."
14+
msgstr "Authentifizieren Sie sich, um die lokale Authentifizierung zu deaktivieren."

snap/meta/polkit/po/fr.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
msgid "Authentication required"
2+
msgstr "Authentification requise"
3+
4+
msgid "Authenticate to access the app."
5+
msgstr "Authentifiez-vous pour accéder à l'application."
6+
7+
msgid "Authenticate to continue."
8+
msgstr "Authentifiez-vous pour continuer."
9+
10+
msgid "Authenticate to enable local authentication."
11+
msgstr "Authentifiez-vous pour activer l'authentification locale."
12+
13+
msgid "Authenticate to disable local authentication."
14+
msgstr "Authentifiez-vous pour désactiver l'authentification locale."

snap/meta/polkit/po/it.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
msgid "Authentication required"
2+
msgstr "Autenticazione richiesta"
3+
4+
msgid "Authenticate to access the app."
5+
msgstr "Autenticati per accedere all'app."
6+
7+
msgid "Authenticate to continue."
8+
msgstr "Autenticati per continuare."
9+
10+
msgid "Authenticate to enable local authentication."
11+
msgstr "Autenticati per abilitare l'autenticazione locale."
12+
13+
msgid "Authenticate to disable local authentication."
14+
msgstr "Autenticati per disabilitare l'autenticazione locale."

snap/meta/polkit/po/pt.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
msgid "Authentication required"
2+
msgstr "Autenticação necessária"
3+
4+
msgid "Authenticate to access the app."
5+
msgstr "Autentique-se para acessar o app."
6+
7+
msgid "Authenticate to continue."
8+
msgstr "Autentique-se para continuar."
9+
10+
msgid "Authenticate to enable local authentication."
11+
msgstr "Autentique-se para ativar a autenticação local."
12+
13+
msgid "Authenticate to disable local authentication."
14+
msgstr "Autentique-se para desativar a autenticação local."
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<policyconfig>
3+
<action id="app.openauthenticator.openApp">
4+
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
5+
<message gettext-domain="polkit.app.openauthenticator">Authenticate to access the app.</message>
6+
<defaults>
7+
<allow_any>auth_self</allow_any>
8+
<allow_inactive>auth_self</allow_inactive>
9+
<allow_active>auth_self</allow_active>
10+
</defaults>
11+
</action>
12+
<action id="app.openauthenticator.sensibleAction">
13+
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
14+
<message gettext-domain="polkit.app.openauthenticator">Authenticate to continue.</message>
15+
<defaults>
16+
<allow_any>auth_self</allow_any>
17+
<allow_inactive>auth_self</allow_inactive>
18+
<allow_active>auth_self</allow_active>
19+
</defaults>
20+
</action>
21+
<action id="app.openauthenticator.enable">
22+
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
23+
<message gettext-domain="polkit.app.openauthenticator">Authenticate to enable local authentication.</message>
24+
<defaults>
25+
<allow_any>auth_self</allow_any>
26+
<allow_inactive>auth_self</allow_inactive>
27+
<allow_active>auth_self</allow_active>
28+
</defaults>
29+
</action>
30+
<action id="app.openauthenticator.disable">
31+
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
32+
<message gettext-domain="polkit.app.openauthenticator">Authenticate to disable local authentication.</message>
33+
<defaults>
34+
<allow_any>auth_self</allow_any>
35+
<allow_inactive>auth_self</allow_inactive>
36+
<allow_active>auth_self</allow_active>
37+
</defaults>
38+
</action>
39+
</policyconfig>

snap/snapcraft.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ base: core24
2020
confinement: strict
2121
grade: stable
2222

23+
platforms:
24+
amd64:
25+
build-on:
26+
- amd64
27+
build-for:
28+
- amd64
29+
arm64:
30+
build-on:
31+
- arm64
32+
build-for:
33+
- arm64
34+
2335
slots:
2436
open-authenticator-dbus:
2537
interface: dbus
@@ -60,7 +72,11 @@ parts:
6072
dart run open_authenticator:compile_svg
6173
dart run build_runner build --delete-conflicting-outputs
6274
dart run slang
63-
dart run open_authenticator:generate
75+
dart run open_authenticator:generate \
76+
--sentry-dsn="https://62d37f58cce344048c4ef701da3c949c@romantic-goat.pikapod.net/1" \
77+
--revenue-cat-public-key-windows-linux="rcb_wJJfvBJCRpmDQpLnyJZGSkKbGshZ" \
78+
--revenue-cat-offering-id="contributor_plan_v2" \
79+
--logo-dev-api-key="pk_LtANBAqSSKuTTIoVjJ6O-w"
6480
dart run open_authenticator:generate_polkit_policy
6581
flutter build linux --release --verbose --target lib/main.dart
6682

0 commit comments

Comments
 (0)