about summary refs log tree commit diff
path: root/pkgs/misc/screensavers
Commit message (Collapse)AuthorAge
...
* Remove maintainershipMatthias Beyer2018-04-06
| | | | | | | | | | | | | | | With this patch I remove myself as a maintainer for all packages I currently maintain. This is due the fact that I will be basically off the grid from May 2018 until early 2019, as I will be on a trip through north america. I will revert this patch as soon as I'm back, as I plan to continue contributing to nixpkgs then. But as I cannot maintain anything during that time, I'd like to get this patch merged. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* light-locker: 1.7.0 -> 1.8.0Tad Fisher2018-03-30
|
* Merge pull request #36985 from obsidiansystems/no-allButJohn Ericson2018-03-14
|\ | | | | treewide: get rid of platforms.allBut
| * treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | | | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* | xfce: do not use old namesvolth2018-03-12
|/
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |
* | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* electricsheep: 2.7b33-2017-02-04 -> 2.7b33-2017-10-20adisbladis2018-01-28
|
* xscreensaver: 5.37 -> 5.38Matthew O'Gorman2018-01-10
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* Fix homepage links (see #30636)Pascal Wittmann2017-11-11
|
* xscreensaver: 5.36 -> 5.37Michael Raskin2017-11-11
|
* treewide: get rid of invalid `buildPhases` argumentMaximilian Bosch2017-11-08
| | | | | | | | | I don't know where this comes from (I accidentally did that as well once), but some derivations seem to use `buildPhases` rather than `phases` in their derivations. This kills all improper usages as the lack of a `phases` argument didn't break the build, so this can be safely removed.
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\
| * slock: adds ability to add custom patchesTobias Happ2017-09-23
| |
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
| |
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
|/ | | | Only acts on one-line dependency lists.
* physlock: 0.5 -> 11-devtimor2017-09-10
| | | | | | | Update physlock to a more current version which supports PAM and systemd-logind. Amongst others, this should work now with the slim login manager without any additional configuration, because it does not rely on the utmp mechanism anymore.
* xssproxy: init at 1.0.0Benjamin Staffin2017-08-28
|
* xlockmore: 5.54 -> 5.55Franz Pletz2017-08-28
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* alock: 20160713 -> 20170720Chris Martin2017-07-20
|
* alock: 20150418 -> 20160713Chris Martin2017-07-19
|
* slock: Avoid chmod u+s (#26600)mingchuan2017-06-22
|
* vlock: Don't try to install setuid binaryaszlig2017-06-22
| | | | | | | | | | | With newer Nix it's (fortunately) no longer possible to create a file with setuid bits, even though the permissions are fixed later the build will fail during installPhase already. I've verified whether the contents of the output path are the same as before this change and the contents match. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* xlockmore: 5.53 -> 5.54Pascal Wittmann2017-06-04
|
* i3lock-pixeled: fix spurious hash in replace commandJörg Thalheim2017-05-20
|
* i3lock-pixeled: use substituteInPlaceJörg Thalheim2017-05-20
|
* i3lock-pixeled: init at 1.1.0Maximilian Bosch2017-05-17
|
* xlockmore: 5.51 -> 5.53Pascal Wittmann2017-05-01
|
* slock: add configFile supportMasayuki Takeda2017-04-18
| | | | fixes #24994
* xautolock: make linux-onlyMatthew Bauer2017-04-08
|
* treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* xlockmore: 5.50 -> 5.51Pascal Wittmann2017-03-21
|
* vlock: improve eintr patchLluís Batlle i Rossell2017-03-11
|
* vlock: fix ENOPATCHLluís Batlle i Rossell2017-03-04
| | | | | | Thanks, @dtzWill. Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
* vlock: fix EINTR handlingLluís Batlle i Rossell2017-03-03
| | | | Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
* electricsheep: 2.7b33-598d93d90 -> 2.7b33-2017-02-04Franz Pletz2017-02-08
| | | | Also some cleanups like removed unused buildInputs.
* electricsheep: 2.6.8 -> 2.7b33Fernando J Pando2017-02-06
| | | | | | - Updates and fixes currently broken package. - Provides Flam3 and GLee dependencies. - Tested on Nixos Unstable.
* xlockmore: 5.49 -> 5.50Pascal Wittmann2017-01-09
|
* pipes: 1.1.0 -> 1.2.0Matthias Beyer2017-01-04
|
* physlock: git-20150126 -> 0.5Bart Brouns2016-12-30
|
* light-locker: Conform meta.description to CONTRIBUTINGBalletie2016-12-18
|
* light-locker: use systemd/logind instead of UPowerBalletie2016-12-18
| | | | | | | | | | Since systemd has been adopted for a while now, we should switch to using it for light-locker as well. So I disabled ConsoleKit/UPower support in favor of using systemd with logind. This fixed many issues for me, and made light-locker working again. I followed the PKGBUILD of Arch's package in determining the right configure flags. See: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/light-locker
* slock: 1.3 -> 1.4Pascal Wittmann2016-11-20
| | | | fixes CVE-2016-6866
* xlockmore: 5.47 -> 5.49Pascal Wittmann2016-11-17
|
* xscreensaver: 5.35 -> 5.36Michael Raskin2016-10-12
|
* Remove redundant -DCMAKE_BUILD_TYPE=Release flagsAneesh Agrawal2016-10-01
| | | | | | Since commit 183d05a0 in 2012, this is the default. fixes #18000