Skip to content

Commit

Permalink
florence: fix build and dep
Browse files Browse the repository at this point in the history
- Add librsvg dep.
- Add gnome-doc-utils, intltool build dep.
- Disable RECONF, parallelism.
  • Loading branch information
MingcongBai committed Sep 29, 2020
1 parent 9ffecff commit e461fa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions extra-accessibility/florence/autobuild/defines
@@ -1,8 +1,10 @@
PKGNAME=florence
PKGDES="A virtual keyboard"
PKGSEC=x11
PKGDEP="gstreamer-1-0 gtk-3 libnotify"
BUILDDEP="intltool"
PKGDEP="gstreamer-1-0 gtk-3 libnotify librsvg"
BUILDDEP="gnome-doc-utils intltool"

AUTOTOOLS_AFTER="--without-docs"
NOLTO=1
RECONF=0
NOPARALLEL=1
2 changes: 1 addition & 1 deletion extra-accessibility/florence/spec
@@ -1,4 +1,4 @@
VER=0.6.3
REL=1
REL=2
SRCTBL="https://sourceforge.net/projects/florence/files/florence/$VER/florence-$VER.tar.bz2"
CHKSUM="sha256::422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e"

0 comments on commit e461fa9

Please sign in to comment.