diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,16 @@ +libc.so.6 +libgdk-3.so.0 +libgdk_pixbuf-2.0.so.0 +libgee-0.8.so.2 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgranite.so.4 +libgtk-3.so.0 +libm.so.6 +libpango-1.0.so.0 +libpoppler-glib.so.8 +libsoup-2.4.so.1 +libsqlite3.so.0 +libwebkit2gtk-4.0.so.37 +libxml2.so.2 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,23 @@ +name : bookworm +version : 1.0.0 +release : 1 +source : + - https://github.com/babluboy/bookworm/archive/1.0.0.tar.gz : 8dacaab3531c189836f7ef65dc69a84de9d03e467e68275bb6c5a31b17f9fbc5 +license : GPL-3.0 +component : office.viewers +summary : A simple ebook reader +description: | + Read the books you love without having to worry about the different format complexities like epub, pdf, mobi, cbr, etc. This version supports EPUB, PDF and Comics (CBR and CBZ) formats with support for more formats to follow soon. +builddeps : + - pkgconfig(granite) + - pkgconfig(poppler-glib) + - pkgconfig(sqlite3) + - pkgconfig(webkit2gtk-4.0) + - poppler-utils + - vala +setup : | + %cmake +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + bookworm + + Devil505 + devil505linux@gmail.com + + GPL-3.0 + office.viewers + A simple ebook reader + Read the books you love without having to worry about the different format complexities like epub, pdf, mobi, cbr, etc. This version supports EPUB, PDF and Comics (CBR and CBZ) formats with support for more formats to follow soon. + + https://solus-project.com/sources/README.Solus + + + bookworm + A simple ebook reader + Read the books you love without having to worry about the different format complexities like epub, pdf, mobi, cbr, etc. This version supports EPUB, PDF and Comics (CBR and CBZ) formats with support for more formats to follow soon. + + office.viewers + + /usr/bin + /usr/share/applications/com.github.babluboy.bookworm.desktop + /usr/share/bookworm + /usr/share/contractor/com.github.babluboy.bookworm.contract + /usr/share/glib-2.0/schemas/com.github.babluboy.bookworm.gschema.xml + /usr/share/icons/hicolor/128x128/apps/com.github.babluboy.bookworm.svg + /usr/share/icons/hicolor/16x16/apps/com.github.babluboy.bookworm.svg + /usr/share/icons/hicolor/24x24/apps/com.github.babluboy.bookworm.svg + /usr/share/icons/hicolor/32x32/apps/com.github.babluboy.bookworm.svg + /usr/share/icons/hicolor/48x48/apps/com.github.babluboy.bookworm.svg + /usr/share/icons/hicolor/64x64/apps/com.github.babluboy.bookworm.svg + /usr/share/locale + /usr/share/metainfo/com.github.babluboy.bookworm.appdata.xml + + + + + 2018-03-18 + 1.0.0 + Packaging update + Devil505 + devil505linux@gmail.com + + + \ No newline at end of file