mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
pdfpc: update to 4.3.1.
This commit is contained in:
parent
fe3ca1b6a0
commit
534f704a4d
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
||||||
# Template file for 'pdfpc'
|
# Template file for 'pdfpc'
|
||||||
pkgname=pdfpc
|
pkgname=pdfpc
|
||||||
version=4.3.0
|
version=4.3.1
|
||||||
revision=1
|
revision=1
|
||||||
|
# 4.3.1 was retagged, drop _distver on next release
|
||||||
|
_distver="${version}_0"
|
||||||
|
wrksrc="pdfpc-${_distver}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config vala"
|
hostmakedepends="pkg-config vala"
|
||||||
makedepends="gst-plugins-base1-devel gtk+3-devel libgee08-devel
|
makedepends="gst-plugins-base1-devel gtk+3-devel libgee08-devel
|
||||||
|
@ -10,9 +13,9 @@ short_desc="Presenter console with multi-monitor support for PDF files"
|
||||||
maintainer="Aaron Marcher <info@nulltime.net>"
|
maintainer="Aaron Marcher <info@nulltime.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://pdfpc.github.io/"
|
homepage="https://pdfpc.github.io/"
|
||||||
#changelog="https://raw.githubusercontent.com/pdfpc/pdfpc/master/CHANGELOG.txt"
|
changelog="https://raw.githubusercontent.com/pdfpc/pdfpc/master/CHANGELOG.txt"
|
||||||
distfiles="https://github.com/pdfpc/pdfpc/archive/v${version}.tar.gz"
|
distfiles="https://github.com/pdfpc/pdfpc/archive/v${_distver}.tar.gz"
|
||||||
checksum=15bb8f202988a978635f9b569f57be6dfe6e29e8ed3fc4929781cf8ef553ea2a
|
checksum=45c9c81aad40d108bc4b55a98ca16c4161685fb7d6f738dc4d13150565000587
|
||||||
|
|
||||||
if [ $CROSS_BUILD ]; then
|
if [ $CROSS_BUILD ]; then
|
||||||
hostmakedepends+=" libgee08-devel"
|
hostmakedepends+=" libgee08-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue