Merge pull request #70610 from raboof/notion4
notion: 3-2019050101 -> 4.0.0
This commit is contained in:
commit
79ed9e6ebf
@ -6016,6 +6016,11 @@
|
|||||||
fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97";
|
fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
raboof = {
|
||||||
|
email = "arnout@bzzt.net";
|
||||||
|
github = "raboof";
|
||||||
|
name = "Arnout Engelen";
|
||||||
|
};
|
||||||
rafaelgg = {
|
rafaelgg = {
|
||||||
email = "rafael.garcia.gallego@gmail.com";
|
email = "rafael.garcia.gallego@gmail.com";
|
||||||
github = "rafaelgg";
|
github = "rafaelgg";
|
||||||
|
@ -7,22 +7,22 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec{
|
stdenv.mkDerivation rec{
|
||||||
pname = "notion";
|
pname = "notion";
|
||||||
version = "3-2019050101";
|
version = "4.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raboof";
|
owner = "raboof";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "09kvgqyw0gnj3jhz9gmwq81ak8qy32vyanx1hw79r6m181aysspz";
|
sha256 = "0rqfvwkj0j862hf6i4wsmb6185xibsskfj9kwy896qcpcg8w4kk7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper groff ];
|
nativeBuildInputs = [ pkgconfig makeWrapper groff ];
|
||||||
buildInputs = [ lua gettext which readline fontconfig libX11 libXext libSM
|
buildInputs = [ lua gettext which readline fontconfig libX11 libXext libSM
|
||||||
libXinerama libXrandr libXft xlibsWrapper ];
|
libXinerama libXrandr libXft xlibsWrapper ];
|
||||||
|
|
||||||
buildFlags = [ "CC=cc" "LUA_DIR=${lua}" "X11_PREFIX=/no-such-path" ];
|
buildFlags = [ "LUA_DIR=${lua}" "X11_PREFIX=/no-such-path" ];
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=\${out}" ];
|
makeFlags = [ "NOTION_RELEASE=${version}" "PREFIX=\${out}" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/notion \
|
wrapProgram $out/bin/notion \
|
||||||
@ -30,10 +30,10 @@ stdenv.mkDerivation rec{
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tiling tabbed window manager, follow-on to the Ion";
|
description = "Tiling tabbed window manager";
|
||||||
homepage = "https://notionwm.net/";
|
homepage = "https://notionwm.net";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ jfb AndersonTorres ];
|
maintainers = with maintainers; [ jfb AndersonTorres raboof ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user