Merge pull request #107115 from sikmir/xournalpp

xournalpp: 1.0.19 → 1.0.20
This commit is contained in:
Maximilian Bosch 2020-12-17 22:57:56 +01:00 committed by GitHub
commit fe8f5586d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
, cmake , cmake
, gettext , gettext
, wrapGAppsHook , wrapGAppsHook
, pkgconfig , pkg-config
, glib , glib
, gsettings-desktop-schemas , gsettings-desktop-schemas
@ -22,16 +22,16 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xournalpp"; pname = "xournalpp";
version = "1.0.19"; version = "1.0.20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xournalpp"; owner = "xournalpp";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "05nx4cmrka6hwdn7r91yy4h46qpa9k7iy9dkgaq3hrkh9z3fxlkq"; sha256 = "1c7n03xm3m4lwcwxgplkn25i8c6s3i7rijbkcx86br1j4jadcs3k";
}; };
nativeBuildInputs = [ cmake gettext pkgconfig wrapGAppsHook ]; nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ];
buildInputs = buildInputs =
[ glib [ glib
gsettings-desktop-schemas gsettings-desktop-schemas
@ -50,8 +50,6 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];
enableParallelBuilding = true;
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://xournalpp.github.io/"; homepage = "https://xournalpp.github.io/";