mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
latest beta
This commit is contained in:
parent
9720787b35
commit
7f7e1d702f
6 changed files with 13 additions and 13 deletions
10
Makefile.am
10
Makefile.am
|
@ -1,9 +1,9 @@
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
NULL =
|
||||
|
||||
bin_SCRIPTS = twofactorauth
|
||||
bin_SCRIPTS = gnome_twofactorauth
|
||||
CLEANFILES = $(bin_SCRIPTS)
|
||||
EXTRA_DIST = twofactorauth.in
|
||||
EXTRA_DIST = gnome-twofactorauth.in
|
||||
|
||||
do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g' \
|
||||
-e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
|
||||
|
@ -12,9 +12,9 @@ do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g' \
|
|||
-e 's,[@]VERSION[@],$(VERSION),g' \
|
||||
-e 's,[@]pyexecdir[@],$(pyexecdir),g'
|
||||
|
||||
twofactorauth: twofactorauth.in Makefile
|
||||
$(do_substitution) < $(srcdir)/twofactorauth.in > twofactorauth
|
||||
chmod +x twofactorauth
|
||||
gnome_twofactorauth: gnome-twofactorauth.in Makefile
|
||||
$(do_substitution) < $(srcdir)/gnome-twofactorauth.in > gnome-twofactorauth
|
||||
chmod +x gnome-twofactorauth
|
||||
|
||||
SUBDIRS = TwoFactorAuth \
|
||||
data \
|
||||
|
|
|
@ -28,7 +28,7 @@ AC_CONFIG_FILES([
|
|||
Makefile
|
||||
data/Makefile
|
||||
data/logos/Makefile
|
||||
data/twofactorauth.desktop
|
||||
data/gnome-twofactorauth.desktop
|
||||
TwoFactorAuth/Makefile
|
||||
TwoFactorAuth/models/Makefile
|
||||
TwoFactorAuth/widgets/Makefile
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUBDIRS = logos
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_DATA = twofactorauth.desktop
|
||||
desktop_DATA = gnome-twofactorauth.desktop
|
||||
|
||||
uidir = $(pkgdatadir)/data
|
||||
ui_DATA = about.ui \
|
||||
|
@ -10,7 +10,7 @@ ui_DATA = about.ui \
|
|||
|
||||
appdatadir = $(pkgdatadir)/appdata
|
||||
appdata_DATA = \
|
||||
twofactorauth.appdata.xml
|
||||
gnome-twofactorauth.appdata.xml
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(ui_DATA) \
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
<application>
|
||||
<id type="desktop">twofactorauth.desktop</id>
|
||||
<licence>CC0</licence>
|
||||
<name>Two-factor Auth</name>
|
||||
<name>Gnome TwoFactorAuth</name>
|
||||
<summary>Two Factor Authentication code generator</summary>
|
||||
<description>
|
||||
<p>Simple application that generates two-factor authentication code, created for Gnome</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default" width="350" height="500">https://raw.githubusercontent.com/bil-elmoussaoui/TwoFactorAuth/master/screenshots/screenshot1.png</screenshot>
|
||||
<screenshot type="default" width="350" height="500">https://raw.githubusercontent.com/bil-elmoussaoui/Gnome-TwoFactorAuth/master/screenshots/screenshot1.png</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://github.com/bil-elmoussaoui/Two-factor-gtk</url>
|
||||
<updatecontact>bil.elmoussaoui@gmail.com</updatecontact>
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=twofactorauth
|
||||
Name=TwoFactorAuth
|
||||
Exec=gnome-twofactorauth
|
||||
Name=Gnome TwoFactorAuth
|
||||
Categories=Utility;GTK
|
||||
Icon=twofactorauth
|
||||
Icon=gnome-twofactorauth
|
||||
StartupNotify=true
|
Loading…
Add table
Reference in a new issue