Merge pull request #50250 from c0bw3b/pkg/notepadqq

notepadqq: 1.2.0 -> 1.4.8
This commit is contained in:
Sarah Brofeldt 2018-11-13 11:47:39 +01:00 committed by GitHub
commit cb95a3c1d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,14 @@
{ stdenv, fetchgit, pkgconfig, which, qtbase, qtsvg, qttools, qtwebkit}: { stdenv, fetchFromGitHub, pkgconfig, which, qtbase, qtsvg, qttools, qtwebkit}:
let let
version = "1.2.0"; version = "1.4.8";
in stdenv.mkDerivation { in stdenv.mkDerivation {
name = "notepadqq-${version}"; name = "notepadqq-${version}";
src = fetchgit { src = fetchFromGitHub {
url = "https://github.com/notepadqq/notepadqq.git"; owner = "notepadqq";
rev = "ab074d30e02d49e0fe6957c1523e7fed239aff7d"; repo = "notepadqq";
sha256 = "0j8vqsdw314qpk5lrgccm9n7gbyr14ac3s65sl1qn87pxhrz1hpg"; rev = "v${version}";
sha256 = "0lbv4s7ng31dkznzbkmp2cvkqglmfj6lv4mbg3r410fif2nrva7k";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -23,8 +24,10 @@ in stdenv.mkDerivation {
export LRELEASE="lrelease" export LRELEASE="lrelease"
''; '';
enableParallelBuilding = true;
meta = { meta = {
homepage = http://notepadqq.altervista.org/; homepage = https://notepadqq.com/;
description = "Notepad++-like editor for the Linux desktop"; description = "Notepad++-like editor for the Linux desktop";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;