about summary refs log tree commit diff
path: root/pkgs/misc/screensavers
AgeCommit message (Collapse)AuthorFilesLines
2021-10-10pipes-rs: 1.4.4 -> 1.4.5Vanilla1-3/+3
2021-09-18treewide: switch from pantheon.maintainers to lib.teams.pantheonBobby Rong1-1/+1
2021-09-07Merge pull request #136747 from r-ryantm/auto-update/xlockmoreJörg Thalheim1-2/+2
xlockmore: 5.66 -> 5.67
2021-09-05xlockmore: 5.66 -> 5.67R. RyanTM1-2/+2
2021-08-31pipes-rs: init at 1.4.4Vanilla1-0/+33
2021-08-22betterlockscreen: 4.0.1 -> 4.0.3Roberto Di Remigio1-2/+2
2021-08-17Merge pull request #133674 from Stunkymonkey/misc-pname-versionLassulus5-11/+16
misc: replace name with pname&version
2021-08-15misc: replace name with pname&versionFelix Buehler5-11/+16
2021-08-14xscreensaver: 6.00 -> 6.01R. RyanTM1-2/+2
2021-08-11betterlockscreen: 4.0.0 -> 4.0.1Roberto Di Remigio1-2/+2
2021-08-10betterlockscreen: Fix duplicate preInstall hook introduced in #133306Sebastian Sellmeier1-1/+1
2021-08-10betterlockscreen: formatSandro Jäckel1-13/+8
2021-08-10betterlockscreen 3.2.0 -> 4.0.0Sebastian Sellmeier2-25/+27
2021-07-18treewide: remove meta.versionFelix Buehler1-1/+0
2021-06-21multilockscreen: 1.1.0 -> 1.2.0devhell1-2/+2
2021-06-18xlockmore: add preConfigure to compile with DPMS support (#127051)Roman Joost1-2/+3
The build of xlockmore produced only the minimum set of features. DPMS support, Xinerama etc was disabled because the changes in the postPatch step were never applied by re-running autoconf. Furthermore, DPMS was not supported because it couldn't find the `dpms.h` header file in order to compile the support for DPMS features. This patch uses the `autoreconfHook` in which we run `autoconf` to apply the changes of `configure.ac` to the `configure` script. The patch also uses the `libXext.dev` `buildInput` in order to allow access to the right header files.
2021-05-31betterlockscreen: 3.1.1 -> 3.2.0R. RyanTM1-2/+2
2021-05-26betterlockscreen: readd patch for i3coloreyjhb2-0/+16
2021-05-23betterlockscreen: 3.1.0 -> 3.1.1R. RyanTM1-2/+2
2021-05-21Merge pull request #123457 from jack-michaud/betterlockscreen-3.1.0Maximilian Bosch2-16/+2
betterlockscreen: 3.0.1 -> 3.1.0
2021-05-17betterlockscreen: 3.0.1 -> 3.1.0Jack Michaud2-16/+2
Updates to latest version that has some bugfixes. https://github.com/pavanjadhaw/betterlockscreen/compare/3.0.1...3.1.0
2021-05-17treewide: remove nand0p as maintainerMartin Weinelt1-1/+1
While looking at the sphinx package I noticed it was heavily undermaintained, which is when we noticed nand0p has been inactive for roughly 18 months. It is therefore prudent to assume they will not be maintaining their packages, modules and tests. - Their last contribution to nixpkgs was in 2019/12 - On 2021/05/08 I wrote them an email to the address listed in the maintainer-list, which they didn't reply to.
2021-05-07treewide: remove lethalman from meta.maintainersVladimír Čunát1-1/+1
He hasn't been heard of for years.
2021-04-19multilockscreen: 1.0.0 -> 1.1.0devhell1-2/+2
2021-04-12xscreensaver: 5.44 -> 6.00Mykyta Ursol1-45/+38
2021-03-31treewide: use perl.withPackages when possiblernhmjoj1-6/+8
Since 03eaa48 added perl.withPackages, there is a canonical way to create a perl interpreter from a list of libraries, for use in script shebangs or generic build inputs. This method is declarative (what we are doing is clear), produces short shebangs[1] and needs not to wrap existing scripts. Unfortunately there are a few exceptions that I've found: 1. Scripts that are calling perl with the -T switch. This makes perl ignore PERL5LIB, which is what perl.withPackages is using to inform the interpreter of the library paths. 2. Perl packages that depends on libraries in their own path. This is not possible because perl.withPackages works at build time. The workaround is to add `-I $out/${perl.libPrefix}` to the shebang. In all other cases I propose to switch to perl.withPackages. [1]: https://lwn.net/Articles/779997/
2021-03-10xlockmore: 5.65 -> 5.66R. RyanTM1-2/+2
2021-02-27rss-glx: use imagemagick6Robert Schütz1-3/+3
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+1
2021-02-02electricsheep: use ffmpeg instead of libavRobert Schütz1-2/+2
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob7-14/+14
2021-01-16treewide: stdenv.lib -> libBen Siraphob8-20/+20
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch11-22/+22
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-4/+3
2020-11-25Merge pull request #99688 from kylesferrazza/fix-99637Silvan Mosberger1-0/+47
multilockscreen: init at 1.0.0
2020-10-27treewide: remove package names from prefix of descriptionsBen Siraphob1-1/+1
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob3-3/+3
2020-10-14multilockscreen: init at 1.0.0Kyle Sferrazza1-0/+47
closes #99637
2020-09-30electricsheep: 2.7b33-2017-10-20 -> 3.0.2-2019-10-05, fix buildsohalt1-2/+6
2020-08-31xlockmore: 5.64 -> 5.65R. RyanTM1-2/+2
2020-08-21pipes: fix dependenciesSybrand Aarnoutse1-2/+5
Fixes: https://github.com/NixOS/nixpkgs/issues/95902
2020-08-02xscreensaver: fix xscreensaver-demo buildMichael Raskin1-2/+3
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace1-1/+2
2020-07-07xlockmore: 5.63 -> 5.64R. RyanTM1-2/+2
2020-05-27xlockmore: 5.62 -> 5.63R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly11-12/+12
2020-03-26xscreensaver: 5.43 -> 5.44R. RyanTM1-3/+3
2020-02-10xlockmore: 5.61 -> 5.62R. RyanTM1-2/+2
2020-01-20xss-lock: use fork with session param supportJaka Hudoklin1-7/+8
xss-lock uses current session that cannot be overriden. This prevents starting xss-lock as systemd user service, as described here: https://bitbucket.org/raymonad/xss-lock/issues/13/allow-operation-as-systemd-user-unit This change uses source from github.com/xdbob/xss-lock that adds `--session` parameter.
2019-12-30treewide: installTargets is a listRobin Gloster1-1/+1