mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
libgepub is a GObject based library for handling and rendering epub
documents. It is used in gnome-documents 3.22
This commit is contained in:
parent
d39a13081a
commit
68ac4f88c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424731
5 changed files with 41 additions and 0 deletions
|
@ -396,6 +396,7 @@
|
|||
SUBDIR += libexttextcat
|
||||
SUBDIR += libflate
|
||||
SUBDIR += libfo
|
||||
SUBDIR += libgepub
|
||||
SUBDIR += libguess
|
||||
SUBDIR += libkmfl
|
||||
SUBDIR += libkolabxml
|
||||
|
|
23
textproc/libgepub/Makefile
Normal file
23
textproc/libgepub/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgepub
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GObject based library for handling and rendering epub documents
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
||||
libsoup-2.4.so:devel/libsoup
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext-runtime gnome gmake libarchive libtool pathfix \
|
||||
pkgconfig tar:xz
|
||||
USE_GNOME= atk cairo glib20 gdkpixbuf2 gtk30 libxml2 pango
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/libgepub/distinfo
Normal file
3
textproc/libgepub/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1476870867
|
||||
SHA256 (libgepub-0.4.tar.xz) = 5666a1c4d186d205bd2d91b71d4c1cd5426025569114a765dd913a564f149ff4
|
||||
SIZE (libgepub-0.4.tar.xz) = 246016
|
2
textproc/libgepub/pkg-descr
Normal file
2
textproc/libgepub/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
libgepub is a GObject based library for handling and rendering epub
|
||||
documents.
|
12
textproc/libgepub/pkg-plist
Normal file
12
textproc/libgepub/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
include/libgepub/gepub-archive.h
|
||||
include/libgepub/gepub-doc.h
|
||||
include/libgepub/gepub-text-chunk.h
|
||||
include/libgepub/gepub-widget.h
|
||||
include/libgepub/gepub.h
|
||||
lib/girepository-1.0/Gepub-0.4.typelib
|
||||
lib/libgepub.a
|
||||
lib/libgepub.so
|
||||
lib/libgepub.so.0
|
||||
lib/libgepub.so.0.0.0
|
||||
libdata/pkgconfig/libgepub.pc
|
||||
share/gir-1.0/Gepub-0.4.gir
|
Loading…
Add table
Reference in a new issue