File tree Expand file tree Collapse file tree 5 files changed +116
-45
lines changed
applications/editors/emacs
desktops/pantheon/apps/switchboard-plugs/datetime
kde/third-party/krohnkite Expand file tree Collapse file tree 5 files changed +116
-45
lines changed Original file line number Diff line number Diff line change 5050 "macport" = "https://bitbucket.org/mituharu/emacs-mac/raw/${ rev } /NEWS-mac" ;
5151 } . ${ variant } ;
5252 license = lib . licenses . gpl3Plus ;
53- maintainers = with lib . maintainers ; [
54- AndersonTorres
55- adisbladis
56- jwiegley
57- lovek323
58- matthewbauer
59- # atemu for issues relating to Macport
60- ] ;
53+ maintainers = {
54+ "mainline" = with lib . maintainers ; [
55+ AndersonTorres
56+ adisbladis
57+ jwiegley
58+ lovek323
59+ matthewbauer
60+ ] ;
61+ "macport" = with lib . maintainers ; [ ] ;
62+ } . ${ variant } ;
6163 platforms = {
6264 "mainline" = lib . platforms . all ;
6365 "macport" = lib . platforms . darwin ;
Original file line number Diff line number Diff line change 1515 "cli"
1616 "desktop"
1717 ] ;
18- version = "0.41 .0" ;
18+ version = "0.42 .0" ;
1919 cli = fetchurl {
2020 url = "https://caido.download/releases/v${ version } /caido-cli-v${ version } -linux-x86_64.tar.gz" ;
21- hash = "sha256-aQhax0efp5L3JNqGsOWsoO6z5pVVc/rxlz+5mvZoPNU =" ;
21+ hash = "sha256-Y0ygbdL9IKvTRLwR0oW1LjFQZfPxKOoZnSDV2zgtJjM =" ;
2222 } ;
2323 desktop = fetchurl {
2424 url = "https://caido.download/releases/v${ version } /caido-desktop-v${ version } -linux-x86_64.AppImage" ;
25- hash = "sha256-DgXxOOWaLJG1h1nB+mkw77APh06WiJo9V9ZFCiWeha8 =" ;
25+ hash = "sha256-zS/lbcXK1iN2tuUMWc6Us0q2eUypD8mXsw0C+QKE3+w =" ;
2626 } ;
2727 appimageContents = appimageTools . extractType2 {
2828 inherit pname version ;
Original file line number Diff line number Diff line change 99, vala
1010, libadwaita
1111, libgee
12+ , libical
1213, granite7
1314, gtk4
1415, libxml2
1819
1920stdenv . mkDerivation rec {
2021 pname = "switchboard-plug-datetime" ;
21- version = "8.0 .0" ;
22+ version = "8.1 .0" ;
2223
2324 src = fetchFromGitHub {
2425 owner = "elementary" ;
2526 repo = pname ;
2627 rev = version ;
27- sha256 = "sha256-PE1ig8p9H4MfipIpN3ubXAJNzLwGVW89adn+SF3rEuQ =" ;
28+ sha256 = "sha256-VOL0F0obuXVz0G5hMI/hpUf2T3H8XUw64wu4MxRi57g =" ;
2829 } ;
2930
3031 patches = [
@@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
4748 gtk4
4849 libadwaita
4950 libgee
51+ libical
5052 switchboard
5153 ] ;
5254
Original file line number Diff line number Diff line change 99} :
1010buildNpmPackage rec {
1111 pname = "krohnkite" ;
12- version = "0.9.7 " ;
12+ version = "0.9.8.2 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "anametologin" ;
1616 repo = "krohnkite" ;
1717 rev = "refs/tags/${ version } " ;
18- hash = "sha256-8A3zW5tK8jK9fSxYx28b8uXGsvxEoUYybU0GaMD2LNw =" ;
18+ hash = "sha256-chADfJ1zaufnwi4jHbEN1Oec3XFNw0YsZxLFhnY3T9w =" ;
1919 } ;
2020
21- npmDepsHash = "sha256-My1goFEoZW9kFA3zb8xKPxAPXm6bypyq+ajPM8zVOHQ =" ;
21+ npmDepsHash = "sha256-3yE2gyyVkLn/dPDG9zDdkHAEb4/hqTJdyMXE5Y6Z5pM =" ;
2222
2323 dontWrapQtApps = true ;
2424
@@ -40,8 +40,8 @@ buildNpmPackage rec {
4040 runHook preInstall
4141
4242 substituteInPlace Makefile --replace-fail '7z a -tzip' 'zip -r'
43- make krohnkite- ${ version } .kwinscript
44- kpackagetool6 --type=KWin/Script --install=krohnkite- ${ version } .kwinscript --packageroot=$out/share/kwin/scripts
43+ make KWINPKG_FILE= krohnkite.kwinscript krohnkite .kwinscript
44+ kpackagetool6 --type=KWin/Script --install=krohnkite.kwinscript --packageroot=$out/share/kwin/scripts
4545
4646 runHook postInstall
4747 '' ;
You can’t perform that action at this time.
0 commit comments