Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
libfprint
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Section: libs
Maintainer: Peter J. Mello <admin@petermello.net>
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),
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)
Standards-Version: 4.3.0
Homepage: https://fprint.freedesktop.org/
...
...
debian/source/li
bfprint.li
ntian-overrides
→
debian/source/lintian-overrides
View file @
97c7e816
File moved
demo/org.freedesktop.libfprint.Demo.desktop
View file @
97c7e816
[Desktop Entry]
Version=1.1
Name=Fingerprint Reader Demo
Comment
=Test fingerprint readers
GenericName
=Test fingerprint readers
Keywords=finger;print;fingerprint;fprint;demo;driver;reader;
Exec=gtk-libfprint-test
Exec=
/usr/lib/
gtk-libfprint-test
Icon=org.freedesktop.libfprint.Demo
Terminal=false
Type=Application
Categories=GTK;GNOME;
Development;
System;
Categories=GTK;GNOME;System;
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',
option('gtk-examples',
description: 'Whether to build GTK+ example applications',
type: 'boolean',
value:
fals
e)
value:
tru
e)
option('doc',
description: 'Whether to build the API documentation',
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