Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Peter J. Mello
libfprint
Commits
97c7e816
Verified
Commit
97c7e816
authored
Sep 01, 2019
by
Peter J. Mello
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for latest upstream release
parent
9c1cc734
Pipeline
#60386
failed with stages
in 18 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
6 deletions
+25
-6
debian/control
debian/control
+2
-2
debian/source/lintian-overrides
debian/source/lintian-overrides
+0
-0
demo/org.freedesktop.libfprint.Demo.desktop
demo/org.freedesktop.libfprint.Demo.desktop
+7
-3
libfprint.sublime-project
libfprint.sublime-project
+15
-0
meson_options.txt
meson_options.txt
+1
-1
No files found.
debian/control
View file @
97c7e816
...
@@ -3,9 +3,9 @@ Priority: optional
...
@@ -3,9 +3,9 @@ Priority: optional
Section: libs
Section: libs
Maintainer: Peter J. Mello <admin@petermello.net>
Maintainer: Peter J. Mello <admin@petermello.net>
Build-Depends: debhelper-compat (= 12), gtk-doc-tools (>= 1.25),
Build-Depends: debhelper-compat (= 12), gtk-doc-tools (>= 1.25),
libglib2.0-dev (>= 2.
48
), libgtk-3-dev (>=3.22.30), libnss3-dev (>= 2:3.21),
libglib2.0-dev (>= 2.
50.0
), libgtk-3-dev (>=3.22.30), libnss3-dev (>= 2:3.21),
libpixman-1-dev (>= 0.33.6), libudev-dev (>= 237),
libpixman-1-dev (>= 0.33.6), libudev-dev (>= 237),
libusb-1.0-0-dev (>= 2:
1.0.20
), libxv-dev (>= 2:1.0.10), meson (>= 0.45.0),
libusb-1.0-0-dev (>= 2:
0.9.3
), libxv-dev (>= 2:1.0.10), meson (>= 0.45.0),
udev (>= 237)
udev (>= 237)
Standards-Version: 4.3.0
Standards-Version: 4.3.0
Homepage: https://fprint.freedesktop.org/
Homepage: https://fprint.freedesktop.org/
...
...
debian/source/
libfprint.
lintian-overrides
→
debian/source/lintian-overrides
View file @
97c7e816
File moved
demo/org.freedesktop.libfprint.Demo.desktop
View file @
97c7e816
[Desktop Entry]
[Desktop Entry]
Version=1.1
Name=Fingerprint Reader Demo
Name=Fingerprint Reader Demo
Comment
=Test fingerprint readers
GenericName
=Test fingerprint readers
Keywords=finger;print;fingerprint;fprint;demo;driver;reader;
Keywords=finger;print;fingerprint;fprint;demo;driver;reader;
Exec=gtk-libfprint-test
Exec=
/usr/lib/
gtk-libfprint-test
Icon=org.freedesktop.libfprint.Demo
Icon=org.freedesktop.libfprint.Demo
Terminal=false
Terminal=false
Type=Application
Type=Application
Categories=GTK;GNOME;
Development;
System;
Categories=GTK;GNOME;System;
StartupNotify=true
StartupNotify=true
StartupWMClass=
NoDisplay=false
Hidden=false
libfprint.sublime-project
0 → 100644
View file @
97c7e816
{
"folders":
[
{
"file_exclude_patterns":
[
"libfprint.sublime-workspace"
],
"folder_exclude_patterns":
[
],
"path": "."
}
]
}
meson_options.txt
View file @
97c7e816
...
@@ -17,7 +17,7 @@ option('x11-examples',
...
@@ -17,7 +17,7 @@ option('x11-examples',
option('gtk-examples',
option('gtk-examples',
description: 'Whether to build GTK+ example applications',
description: 'Whether to build GTK+ example applications',
type: 'boolean',
type: 'boolean',
value:
fals
e)
value:
tru
e)
option('doc',
option('doc',
description: 'Whether to build the API documentation',
description: 'Whether to build the API documentation',
type: 'boolean',
type: 'boolean',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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