xournalpp: 1.0.16 -> 1.0.17
This commit is contained in:
parent
0aef0f1862
commit
eeaa67de86
@ -1,5 +1,4 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
|
||||||
, cmake
|
, cmake
|
||||||
@ -23,13 +22,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xournalpp";
|
pname = "xournalpp";
|
||||||
version = "1.0.16";
|
version = "1.0.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xournalpp";
|
owner = "xournalpp";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1bdmxxkcqpjvkckizmrz2839b4yspw4xv69bqkrrgkcyvxsr804w";
|
sha256 = "0xw2mcgnm4sa9hrhfgp669lfypw97drxjmz5w8i5whaprpvmkxzw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gettext pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ cmake gettext pkgconfig wrapGAppsHook ];
|
||||||
@ -45,7 +44,9 @@ stdenv.mkDerivation rec {
|
|||||||
portaudio
|
portaudio
|
||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
++ lib.optional withLua lua;
|
++ stdenv.lib.optional withLua lua;
|
||||||
|
|
||||||
|
buildFlags = "translations";
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
@ -53,9 +54,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Xournal++ is a handwriting Notetaking software with PDF annotation support";
|
description = "Xournal++ is a handwriting Notetaking software with PDF annotation support";
|
||||||
homepage = https://github.com/xournalpp/xournalpp;
|
homepage = "https://github.com/xournalpp/xournalpp";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ andrew-d ];
|
maintainers = with maintainers; [ andrew-d sikmir ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user