pdfpc: 4.3.4 → 4.4.0
This commit is contained in:
parent
07bea5fa34
commit
4e5a9e52a3
|
@ -4,13 +4,13 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${product}-${version}";
|
name = "${product}-${version}";
|
||||||
product = "pdfpc";
|
product = "pdfpc";
|
||||||
version = "4.3.4";
|
version = "4.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = product;
|
repo = product;
|
||||||
owner = product;
|
owner = product;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07aafsm4jzdgpahz83p0ajv40hry7gviyadqi13ahr8xdhhwy2sd";
|
sha256 = "0vh2r32akvasdrghkaq7ard24r2qncp34jfiyshi3zxabm9bhfaa";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -31,14 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
cmakeFlags = stdenv.lib.optional stdenv.isDarwin "-DMOVIES=OFF";
|
cmakeFlags = stdenv.lib.optional stdenv.isDarwin "-DMOVIES=OFF";
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fix build vala 0.46
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/pdfpc/pdfpc/commit/bbc16b97ecbdcdd22c2dc827a5c0e8b569073312.patch";
|
|
||||||
sha256 = "0wi1rqcvg65cxnxvmvavcvghqyksnpijq1p91m57jaby3hb0pdcy";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A presenter console with multi-monitor support for PDF files";
|
description = "A presenter console with multi-monitor support for PDF files";
|
||||||
homepage = "https://pdfpc.github.io/";
|
homepage = "https://pdfpc.github.io/";
|
||||||
|
|
Loading…
Reference in New Issue