[arch-commits] Commit in djview/repos/community-x86_64 (3 files)
Balló György
bgyorgy at archlinux.org
Sun May 23 13:48:04 UTC 2021
Date: Sunday, May 23, 2021 @ 13:48:03
Author: bgyorgy
Revision: 943360
archrelease: copy trunk to community-x86_64
Added:
djview/repos/community-x86_64/PKGBUILD
(from rev 943359, djview/trunk/PKGBUILD)
djview/repos/community-x86_64/djvulibre-djview4.appdata.xml
(from rev 943359, djview/trunk/djvulibre-djview4.appdata.xml)
Deleted:
djview/repos/community-x86_64/PKGBUILD
-------------------------------+
PKGBUILD | 74 ++++++++++++++++++++--------------------
djvulibre-djview4.appdata.xml | 37 ++++++++++++++++++++
2 files changed, 75 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 13:47:55 UTC (rev 943359)
+++ PKGBUILD 2021-05-23 13:48:03 UTC (rev 943360)
@@ -1,36 +0,0 @@
-# Contributor: Paulo Matias <matias.archlinux-br.org>
-# Contributor: Leslie P. Polzer <polzer.gnu.org>
-# Contributor: erm67 <erm67.yahoo.it>
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=djview
-pkgver=4.12
-pkgrel=1
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('x86_64')
-makedepends=('qt5-tools')
-depends=('qt5-base' 'djvulibre'
- 'libxkbcommon-x11' 'libsm')
-source=("https://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5673c6a8b7e195b91a1720b24091915b8145de34879db1158bc936b100eaf3e3')
-
-prepare() {
- cd ${pkgname}4-${pkgver}
- ./autogen.sh
-}
-
-build() {
- cd ${pkgname}4-${pkgver}
- export QMAKE=qmake-qt5
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}4-${pkgver}
- make DESTDIR="${pkgdir}" install
- ln -s djview "${pkgdir}"/usr/bin/djview4
-}
Copied: djview/repos/community-x86_64/PKGBUILD (from rev 943359, djview/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-23 13:48:03 UTC (rev 943360)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Paulo Matias <matias.archlinux-br.org>
+# Contributor: Leslie P. Polzer <polzer.gnu.org>
+# Contributor: erm67 <erm67.yahoo.it>
+# Contributor: Daniel J Griffiths
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=djview
+pkgver=4.12
+pkgrel=2
+pkgdesc='Viewer for DjVu documents'
+arch=('x86_64')
+url='http://djvu.sourceforge.net/djview4.html'
+license=('GPL2')
+depends=('qt5-base' 'djvulibre')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/djvu/$pkgname-$pkgver.tar.gz"
+ 'djvulibre-djview4.appdata.xml')
+sha256sums=('5673c6a8b7e195b91a1720b24091915b8145de34879db1158bc936b100eaf3e3'
+ '6527ff07bf11f3f2b7c79a97c5617d445343040ae070d18b52cfd4f91434c119')
+
+prepare() {
+ cd ${pkgname}4-$pkgver
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd ${pkgname}4-$pkgver
+ ./configure --prefix=/usr --disable-nsdejavu
+ make
+}
+
+package() {
+ cd ${pkgname}4-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm644 ../djvulibre-djview4.appdata.xml "$pkgdir/usr/share/metainfo/djvulibre-djview4.appdata.xml"
+ ln -s djview "$pkgdir/usr/bin/djview4"
+}
Copied: djview/repos/community-x86_64/djvulibre-djview4.appdata.xml (from rev 943359, djview/trunk/djvulibre-djview4.appdata.xml)
===================================================================
--- djvulibre-djview4.appdata.xml (rev 0)
+++ djvulibre-djview4.appdata.xml 2021-05-23 13:48:03 UTC (rev 943360)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>net.sourceforge.djvu.DjView4</id>
+ <launchable type="desktop-id">djvulibre-djview4.desktop</launchable>
+ <name>DjView4</name>
+ <summary>Viewer for DjVu documents</summary>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0</project_license>
+ <developer_name>Léon Bottou</developer_name>
+ <description>
+ <p>DjView4 is a portable DjVu viewer</p>
+ <p>Highlights:</p>
+ <ul>
+ <li>Entirely based on the public djvulibre api.</li>
+ <li>Entirely written in portable Qt4/Qt5.</li>
+ <li>Works natively under Unix/X11, MS Windows, and MacOS X.</li>
+ <li>Continuous scrolling of pages</li>
+ <li>Side-by-side display of pages</li>
+ <li>Ability to specify a url to the djview command</li>
+ <li>All plugin and cgi options available from the command line</li>
+ <li>All silly annotations implemented</li>
+ <li>Display thumbnails as a grid</li>
+ <li>Display outlines</li>
+ <li>Page names supported (see djvused command set-page-title)</li>
+ <li>Metadata dialog (see djvused command set-meta)</li>
+ <li>Implemented as reusable Qt widgets</li>
+ </ul>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://a.fsdn.com/con/app/proj/djvu/screenshots/djview.jpg</image>
+ </screenshot>
+ </screenshots>
+ <url type="bugtracker">https://sourceforge.net/p/djvu/bugs/</url>
+ <url type="homepage">http://djvu.sourceforge.net/djview4.html</url>
+ <update_contact>leon at bottou.org</update_contact>
+</component>
More information about the arch-commits
mailing list