upgpkg: sioyek 1.3.0-3

master
Alexander Seiler 2 years ago
parent 047ac85d6b
commit 29a03b9c1d

@ -1,7 +1,7 @@
pkgbase = sioyek
pkgdesc = PDF viewer for research papers and technical books.
pkgver = 1.3.0
pkgrel = 2
pkgrel = 3
url = https://github.com/ahrm/sioyek
arch = any
license = GPL3

@ -1,7 +1,7 @@
# Maintainer: Alexander Seiler <seileralex@gmail.com>
pkgname=sioyek
pkgver=1.3.0
pkgrel=2
pkgrel=3
pkgdesc="PDF viewer for research papers and technical books."
arch=('any')
license=('GPL3')
@ -28,19 +28,14 @@ build() {
package() {
cd "$pkgname-$pkgver"
install -Dm755 ./build/sioyek "$pkgdir/usr/bin/sioyek"
install -Dm755 ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 ./resources/sioyek-icon-linux.png "$pkgdir/usr/share/icons/$pkgname-icon-linux.png"
install -Dm644 ./resources/$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
mkdir -p "$pkgdir/usr/share/sioyek"
install -Dm644 -t "$pkgdir/usr/share/sioyek" build/tutorial.pdf
cp -r build/shaders "$pkgdir/usr/share/sioyek"
mkdir -p "$pkgdir/etc/sioyek"
install -Dm644 -t "$pkgdir/etc/sioyek" build/keys.config build/prefs.config
mkdir -p "$pkgdir/usr/share/man/man1"
install -Dm644 -t "$pkgdir/usr/share/man/man1" resources/sioyek.1
gzip "$pkgdir/usr/share/man/man1/sioyek.1"

Loading…
Cancel
Save