tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
neocomp: 2019-03-12 -> unstable-2021-04-06
moni.tngl.sh
4 years ago
33ffc32f
c9064643
+17
-14
1 changed file
expand all
collapse all
unified
split
pkgs
applications
window-managers
neocomp
default.nix
+17
-14
pkgs/applications/window-managers/neocomp/default.nix
···
16
, libXinerama
17
, libXrandr
18
, libXrender
0
19
, pcre
20
, pkg-config
21
}:
22
-
let
23
-
rev = "v0.6-17-g271e784";
24
-
in
25
stdenv.mkDerivation rec {
26
-
pname = "neocomp-unstable";
27
-
version = "2019-03-12";
28
29
src = fetchFromGitHub {
30
-
inherit rev;
31
-
owner = "DelusionalLogic";
32
-
repo = "NeoComp";
33
-
sha256 = "1mp338vz1jm5pwf7pi5azx4hzykmvpkwzx1kw6a9anj272f32zpg";
34
};
35
36
-
buildInputs = [
37
asciidoc
38
docbook_xml_dtd_45
39
docbook_xsl
0
0
0
0
40
freetype
41
judy
42
libGL
···
50
libXinerama
51
libXrandr
52
libXrender
0
53
pcre
54
-
pkg-config
55
];
56
57
makeFlags = [
58
"PREFIX=${placeholder "out"}"
59
"CFGDIR=${placeholder "out"}/etc/xdg/neocomp"
60
"ASTDIR=${placeholder "out"}/share/neocomp/assets"
61
-
"COMPTON_VERSION=git-${rev}-${version}"
62
];
63
64
postPatch = ''
···
72
73
meta = with lib; {
74
homepage = "https://github.com/DelusionalLogic/NeoComp";
75
-
license = licenses.gpl3;
76
-
maintainers = with maintainers; [ twey ];
77
platforms = platforms.linux;
78
description = "A fork of Compton, a compositor for X11";
79
longDescription = ''
···
16
, libXinerama
17
, libXrandr
18
, libXrender
19
+
, libXres
20
, pcre
21
, pkg-config
22
}:
23
+
0
0
24
stdenv.mkDerivation rec {
25
+
pname = "neocomp";
26
+
version = "unstable-2021-04-06";
27
28
src = fetchFromGitHub {
29
+
owner = "DelusionalLogic";
30
+
repo = "NeoComp";
31
+
rev = "ccd340d7b2dcd3f828aff958a638cc23686aee6f";
32
+
sha256 = "sha256-tLLEwpAGNVTC+N41bM7pfskIli4Yvc95wH2/NT0OZ+8=";
33
};
34
35
+
nativeBuildInputs = [
36
asciidoc
37
docbook_xml_dtd_45
38
docbook_xsl
39
+
pkg-config
40
+
];
41
+
42
+
buildInputs = [
43
freetype
44
judy
45
libGL
···
53
libXinerama
54
libXrandr
55
libXrender
56
+
libXres
57
pcre
0
58
];
59
60
makeFlags = [
61
"PREFIX=${placeholder "out"}"
62
"CFGDIR=${placeholder "out"}/etc/xdg/neocomp"
63
"ASTDIR=${placeholder "out"}/share/neocomp/assets"
64
+
"COMPTON_VERSION=${version}"
65
];
66
67
postPatch = ''
···
75
76
meta = with lib; {
77
homepage = "https://github.com/DelusionalLogic/NeoComp";
78
+
license = licenses.gpl3Only;
79
+
maintainers = with maintainers; [ twey fortuneteller2k ];
80
platforms = platforms.linux;
81
description = "A fork of Compton, a compositor for X11";
82
longDescription = ''