Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (effae364deb3b86486d74b6fe09874b1192bac7b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (effae364deb3b86486d74b6fe09874b1192bac7b)
  • Date: Tue, 28 Jun 2016 14:33:20 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

security-libs/libfprint/BUILD | 6 ------
security-libs/libfprint/DEPENDS | 9 ++++-----
security-libs/libfprint/DETAILS | 20 +++++---------------
security-libs/libfprint/HISTORY | 7 +++++++
security-libs/libfprint/PREPARE | 4 +++-
security/fprintd/BUILD | 3 ---
security/fprintd/DEPENDS | 19 +++++++++++++++----
security/fprintd/DETAILS | 12 ++++++------
security/fprintd/HISTORY | 5 +++++
9 files changed, 45 insertions(+), 40 deletions(-)

New commits:
commit effae364deb3b86486d74b6fe09874b1192bac7b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fprintd: => 0.6.0

commit 71f41e5f8d116843b76156c7c2f594c202e35008
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libfprint: => 0.6.0

diff --git a/security-libs/libfprint/BUILD b/security-libs/libfprint/BUILD
deleted file mode 100755
index 29cbe89..0000000
--- a/security-libs/libfprint/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
- sedit '7,+1d' autogen.sh &&
- ./autogen.sh
-fi &&
-
-default_build
diff --git a/security-libs/libfprint/DEPENDS b/security-libs/libfprint/DEPENDS
index fa1f3bb..142339f 100755
--- a/security-libs/libfprint/DEPENDS
+++ b/security-libs/libfprint/DEPENDS
@@ -1,6 +1,5 @@
-if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
- depends git
-fi &&
-depends glib &&
+depends nss &&
+depends glib2 &&
depends LIBUSB &&
-depends imagemagick
+
+suggest_depends pixman "" "" "for imaging support"
diff --git a/security-libs/libfprint/DETAILS b/security-libs/libfprint/DETAILS
index 5cd231b..ad81849 100755
--- a/security-libs/libfprint/DETAILS
+++ b/security-libs/libfprint/DETAILS
@@ -1,19 +1,9 @@
SPELL=libfprint
-if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
-#not recent enough..
-# VERSION=0.1.0-pre2
-#
SOURCE_HASH=sha512:0005eedbd5864b8a758a564c5ffcc146f6a8b56c28abe85956c75ad4d599e58bde7a01e2711a3d4aaec6ea65f949dc2825253ff22025cedc31b4b82a7d8b63f4
- VERSION=scm
- SOURCE_IGNORE=volatile
- SOURCE_URL=git://github.com/dsd/libfprint.git:libfprint
- FORCE_DOWNLOAD=on
-else
- VERSION=0.0.6
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/fprint/$SOURCE
-
SOURCE_HASH=sha512:f7d5781b2911d45e80631f3d82dd1dd5a3a96ffa257569c01332b821265db59d123471979b79e09318560249e19ff2f2f5d3e3c3161449d7609d39dbdc0693ad
-fi
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=0.6.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL[0]=https://people.freedesktop.org/~hadess/$SOURCE
+
SOURCE_HASH=sha512:5f4f67f8dd377098776380b565bf19d6ab857fb11ab2ba2179b835368b52c1fc825c8e3dcebecb73eb5239a47725d8b2d33ece2812d5e05d93e397e6c97f90b2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://reactivated.net/fprint/
ENTERED=20080908
LICENSE[0]=LGPL
diff --git a/security-libs/libfprint/HISTORY b/security-libs/libfprint/HISTORY
index 93cd9c2..fb18d6c 100644
--- a/security-libs/libfprint/HISTORY
+++ b/security-libs/libfprint/HISTORY
@@ -1,3 +1,10 @@
+2016-06-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.0; dropped dev branch; updated source
+ url; quoting paths
+ * DEPENDS: updated dependencies for new version
+ * PREPARE: dropped dev branch
+ * BUILD: dropped, no longer needed
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/security-libs/libfprint/PREPARE b/security-libs/libfprint/PREPARE
index b507d6a..ef84378 100755
--- a/security-libs/libfprint/PREPARE
+++ b/security-libs/libfprint/PREPARE
@@ -1 +1,3 @@
-config_query LIBFPRINT_DEV "Build unstable version? (needed for fprintd)"
n
+if [[ -n "$LIBFPRINT_DEV" ]]; then
+ persistent_remove LIBFPRINT_DEV
+fi
diff --git a/security/fprintd/BUILD b/security/fprintd/BUILD
deleted file mode 100755
index cbcd212..0000000
--- a/security/fprintd/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-sedit '10d' autogen.sh &&
-./autogen.sh &&
-default_build
diff --git a/security/fprintd/DEPENDS b/security/fprintd/DEPENDS
index ea4954b..1d01696 100755
--- a/security/fprintd/DEPENDS
+++ b/security/fprintd/DEPENDS
@@ -1,8 +1,19 @@
-depends git &&
+depends glib2 &&
depends LIBUSB &&
depends libfprint &&
-depends dbus &&
-depends gtk-doc &&
+depends dbus-glib &&
+depends policykit &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to use gtk-doc to build documentation" &&
+
optional_depends linux-pam '--enable-pam' \
'--disable-pam' \
- 'build the pam module (broken)'
+ 'build the PAM module'
diff --git a/security/fprintd/DETAILS b/security/fprintd/DETAILS
index 4930688..f559097 100755
--- a/security/fprintd/DETAILS
+++ b/security/fprintd/DETAILS
@@ -1,10 +1,10 @@
SPELL=fprintd
- VERSION=scm
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=git://github.com/dsd/fprintd.git:fprintd
- FORCE_DOWNLOAD=on
- SOURCE_IGNORE=volatile
+ VERSION=0.6.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL[0]=https://people.freedesktop.org/~hadess/$SOURCE
+
SOURCE_HASH=sha512:7a6ef5b76e35dcb11d55d5cf1923860f31151420a99745d994fee64a2b06d716e31f993e6a0706540988400d73f0e4bcd25e958f21e4b20f01296cdecab57a9e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ GATHER_DOCS=off
WEB_SITE=http://reactivated.net/fprint/
ENTERED=20090319
LICENSE[0]=GPL
diff --git a/security/fprintd/HISTORY b/security/fprintd/HISTORY
index 96db191..16a7ac5 100644
--- a/security/fprintd/HISTORY
+++ b/security/fprintd/HISTORY
@@ -1,3 +1,8 @@
+2016-06-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.0; quoting paths
+ * DEPENDS: corrected dependencies
+ * BUILD: removed
+
2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: libusb => LIBUSB




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (effae364deb3b86486d74b6fe09874b1192bac7b), Vlad Glagolev, 06/28/2016

Archive powered by MHonArc 2.6.24.

Top of Page