Page MenuHomeSolus

Initial inclusion of fprintd
ClosedPublic

Authored by abdulocracy on Jan 1 2019, 4:35 PM.
Tags
None
Referenced Files
F11037612: D4913.id12134.diff
Wed, Aug 9, 8:59 PM
F11037611: D4913.id13026.diff
Wed, Aug 9, 8:59 PM
F11037610: D4913.id12218.diff
Wed, Aug 9, 8:59 PM
F11037609: D4913.id.diff
Wed, Aug 9, 8:59 PM
F11037608: D4913.id12231.diff
Wed, Aug 9, 8:59 PM
F11037607: D4913.id12232.diff
Wed, Aug 9, 8:59 PM
F11037606: D4913.id12219.diff
Wed, Aug 9, 8:59 PM
F11037605: D4913.id11991.diff
Wed, Aug 9, 8:59 PM
Tokens
"Manufacturing Defect?" token, awarded by Jacalz.

Details

Summary

Inclusion of fprintd fixes T3574.

Test Plan

Install fprintd, enroll fingerprint, verify fingerprint.

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

DataDrake added a subscriber: DataDrake.
DataDrake added inline comments.
package.yml
12

Should be sorted alphabetically.

This revision now requires changes to proceed.Jan 7 2019, 1:09 PM
DataDrake added inline comments.
pspec_x86_64.xml
22

Sorry, missed this before, should be in:

/usr/share/dbus-1/system.d
This revision now requires changes to proceed.Jan 7 2019, 3:38 PM
kyrios123 added inline comments.
package.yml
20

How about using tmpfiles for this ?

pspec_x86_64.xml
30

also --disable-static

der_eismann added inline comments.
package.yml
20

Also please make it shorter -> install -dm00644 (or are we not doing this anymore @kyrios123?)

Fix dbus_confdir, add gtk-doc as builddep.

package.yml
20

Haven't used it before, what would the ownership of the directory look like (UID, GID)?

package.yml
20

Should just me install -d for directories. Directories should are 00755 by default and that is fine for packaging.

20

root : root

pspec_x86_64.xml
30

Nice catch.

This revision is now accepted and ready to land.Jan 9 2019, 6:11 PM
This revision was automatically updated to reflect the committed changes.