about summary refs log tree commit diff
path: root/pkgs/misc/screensavers
Commit message (Collapse)AuthorAge
* 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
* xscreensaver: XScreenSaver actually needs GLU, so use mesa, not mesa_nogluMichael Raskin2016-09-28
|
* xscreensaver: Drop runtime dependency on mesa_noglu.dev and glu.devEelco Dolstra2016-09-26
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* xautolock: fix broken build caused by glibc updateFranz Pletz2016-08-25
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* xautolock: add meta.platformsGabriel Ebner2016-07-23
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* xscreensaver: an option to install all the hacks, including retired ones and ↵Michael Raskin2016-06-10
| | | | DNA logo
* xscreensaver: use gleMichael Raskin2016-06-10
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* Merge branch 'master' into stagingVladimír Čunát2016-05-26
|\ | | | | | | ... to get the systemd update (rebuilding ~7k jobs).
| * xscreensaver: 5.34 -> 5.35Michael Raskin2016-05-25
| |
* | imagemagick: split dev output to fix #9604Vladimír Čunát2016-05-22
|/ | | | Also fixup references to imagemagick.
* Merge #15360: xscreensaver: Fix `xscreensaver-text`Vladimír Čunát2016-05-17
|\
| * xscreensaver: Fix xscreensaver-text helperAlexey Lebedeff2016-05-10
| | | | | | | | | | xscreensaver-text invokes `appres` binary at runtime. When it's missing, some screensavers will display Perl stacktraces.
* | xautolock: adding patch that enables -lockaftersleep optionRok Garbas2016-05-15
| | | | | | | | | | | | and... - added metadata - added myself as a maintainer
* | xlockmore: 5.46 -> 5.47Pascal Wittmann2016-05-14
|/
* slock: fix licensePascal Wittmann2016-02-14
|
* slock: 1.2 -> 1.3Pascal Wittmann2016-02-14
|
* refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | Close #12446.
* light-locker: init at 1.7.0obadz2015-12-15
|
* xscreensaver: security update 5.33 -> 5.34 (close #10845)Matthew O'Gorman2015-11-16
| | | | Fixes a crash when hot-swapping monitors while locked.
* pipes.sh: Init at 1.1.0Matthias Beyer2015-10-24
|
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* xlibs.xlibs: removeVladimír Čunát2015-09-15
| | | | | | It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
* xtrlock-pam: init at 3.4Thomas Strobel2015-09-10
|
* xlockmore: clean configure flags and add Xinerama and DPMS supportNikolay Amiantov2015-08-31
| | | | Close #9391.
* xscreensaver: Fix SHA256 hash of upstream tarball.aszlig2015-07-05
| | | | | | | | | | | | | | | | The upstream tarball has changed, so I checked why this has happened and found a tarball with the old SHA256 hash here: http://fossies.org/linux/misc/xscreensaver-5.33.tar.gz/ After checking the contents of this and the new upstream tarball I found that the old tarball had only .so, .o and .o.d files which now are no longer existent in the new tarball. Seems that the upstream author has accidentally put object files in the source tarball and has now corrected this mistake. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* xscreensaver: update 5.32 -> 5.33Michael Raskin2015-07-05
|
* fix: add missing versionsArseniy Seroka2015-06-04
|
* Fixed meta.license: s/licence/licensePascal Wittmann2015-05-30
|
* Update alock to version 20150418fro_ozen2015-05-25
|
* slock: 1.1 -> 1.2koral2015-05-09
|
* xss-lock: upstream fix: exit when X connection diesTim Williams2015-05-06
|
* xlockmore: update from 5.45 to 5.46Pascal Wittmann2015-04-09
|
* Merge pull request #6994 from oxij/trivial-package-fixesDomen Kožar2015-03-27
|\ | | | | Trivial package fixes
| * xscreensaver: change patchPhase into preConfigure so that one can use ↵Jan Malakhovski2015-03-26
| | | | | | | | patches, fix a comment
* | Merge pull request #6998 from oxij/update-rss-glxArseniy Seroka2015-03-26
|\ \ | | | | | | rss-glx: update 0.8.1 -> 0.9.1, add meta, rename attribute in all-packages
| * | rss-glx: update 0.8.1 -> 0.9.1, add meta, rename attribute in all-packagesJan Malakhovski2015-03-26
| |/
* / physlock: add version git-20150126Jan Malakhovski2015-03-26
|/
* Add xss-lockMichael Alyn Miller2015-02-01
|
* xscreensaver: 5.30 → 5.32Michael Raskin2014-12-21
|
* alock: update the packageSiarhei Zirukin2014-12-10
|