From 9b863fac6b812f78754b1fcc89e64e93f59acd42 Mon Sep 17 00:00:00 2001 From: James Felix Black Date: Sun, 12 Jul 2015 20:00:43 +0200 Subject: notion: init at 3-2015061300 The notion (not-ion) window manager [1], plus optional (defaulted to true) Xft/pango support (via [2]). Defined a license (notion uses a modified LGPL). As per [3], changes: 1. renamed option from pango -> xft, better to reflect the actual nature of the patch; 2. modified the patch to replace the postPatch changes to system-autodeteck.mk; 3. commited the patch to the nixpkgs repo; 4. removed 'fallbackFont' as an option. Use a sensible default, instead. Many stylistic changes, thanks to @lethalman. [1] http://notion.sourceforge.net [2] http://sourceforge.net/p/notion/feature-requests/47/ [3] https://github.com/NixOS/nixpkgs/pull/8789 --- lib/licenses.nix | 5 +++++ lib/maintainers.nix | 1 + 2 files changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/licenses.nix b/lib/licenses.nix index d0e146f0dea9b..5769f9e491522 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -327,6 +327,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { fullName = "University of Illinois/NCSA Open Source License"; }; + notion_lgpl = { + url = "https://raw.githubusercontent.com/raboof/notion/master/LICENSE"; + fullName = "Notion modified LGPL"; + }; + ofl = spdx { spdxId = "OFL-1.1"; fullName = "SIL Open Font License 1.1"; diff --git a/lib/maintainers.nix b/lib/maintainers.nix index 157d2be7f9044..497a1951068ab 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -117,6 +117,7 @@ jagajaga = "Arseniy Seroka "; jb55 = "William Casarin "; jcumming = "Jack Cummings "; + jfb = "James Felix Black "; jgeerds = "Jascha Geerds "; jirkamarsik = "Jirka Marsik "; joachifm = "Joachim Fasting "; -- cgit 1.4.1