mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 02:42:47 +00:00
packaging: strigi depends on poppler-utils
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
10b06f13cd
commit
bf40edc9c7
2 changed files with 3 additions and 1 deletions
|
@ -12,5 +12,5 @@ Build-Depends: debhelper (>= 9~), cmake, libexiv2-dev, libmagic-dev,
|
|||
|
||||
Package: strigi
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, poppler-utils
|
||||
Description: File indexing and file search framework adopted by Katana
|
||||
|
|
|
@ -24,6 +24,8 @@ USE_TOOLS = pkg-config
|
|||
post-extract:
|
||||
${MKDIR} ${WRKDIR}/build
|
||||
|
||||
DEPENDS = poppler-utils-[0-9]*:../../print/poppler-utils
|
||||
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../graphics/exiv2/buildlink3.mk"
|
||||
.include "../../sysutils/attr/buildlink3.mk"
|
||||
|
|
Loading…
Add table
Reference in a new issue