Commit graph

35 commits

Author SHA1 Message Date
Roman Joost ce0e3eae66
xlockmore: add preConfigure to compile with DPMS support (#127051)
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-06-18 10:30:13 +02:00
R. RyanTM fdba234c48 xlockmore: 5.65 -> 5.66 2021-03-10 03:33:16 +00:00
R. RyanTM 56a003c0e0 xlockmore: 5.64 -> 5.65 2020-08-31 11:12:27 +00:00
R. RyanTM f7e4a10249 xlockmore: 5.63 -> 5.64 2020-07-07 23:27:11 +00:00
R. RyanTM 2338eaf5e1 xlockmore: 5.62 -> 5.63 2020-05-27 20:10:05 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM e49df10da4 xlockmore: 5.61 -> 5.62 2020-02-10 22:21:55 +00:00
R. RyanTM 84fa8c2583 xlockmore: 5.60 -> 5.61 2019-12-24 16:04:27 -08:00
R. RyanTM 4871f2d30b xlockmore: 5.59 -> 5.60 2019-12-09 16:20:21 -08:00
R. RyanTM ccfb3fd466 xlockmore: 5.58 -> 5.59
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xlockmore/versions
2019-10-24 20:09:40 -07:00
R. RyanTM 158fa34489 xlockmore: 5.57 -> 5.58
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xlockmore/versions
2019-09-29 01:55:53 -07:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
R. RyanTM 5568ec4c14 xlockmore: 5.56 -> 5.57
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xlockmore/versions
2019-07-03 08:28:43 +02:00
Pascal Wittmann 676f09be67
xlockmore: 5.55 -> 5.56 2018-08-07 23:16:42 +02:00
Uli Baum 2483720ad9 xlockmore: disable format hardening to fix build
build output was empty since hardening was enabled by default
2018-06-13 01:08:30 +02:00
Pascal Wittmann f63c21569f
Fix homepage links (see #30636) 2017-11-11 17:36:48 +01:00
Franz Pletz fd51e28b88
xlockmore: 5.54 -> 5.55 2017-08-28 00:54:42 +02:00
Pascal Wittmann 5cb03b9538
xlockmore: 5.53 -> 5.54 2017-06-04 18:16:59 +02:00
Pascal Wittmann d9c59f099a
xlockmore: 5.51 -> 5.53 2017-05-01 12:03:37 +02:00
Pascal Wittmann 3411061002 xlockmore: 5.50 -> 5.51 2017-03-21 13:51:43 +01:00
Pascal Wittmann de36c3b560
xlockmore: 5.49 -> 5.50 2017-01-09 19:51:34 +01:00
Pascal Wittmann ec6e4689ea xlockmore: 5.47 -> 5.49 2016-11-17 22:34:03 +01:00
Pascal Wittmann b596fd4a42 xlockmore: 5.46 -> 5.47 2016-05-14 18:27:43 +02:00
Nikolay Amiantov 4ce182c736 xlockmore: clean configure flags and add Xinerama and DPMS support
Close #9391.
2015-08-31 16:35:26 +02:00
Pascal Wittmann 0777c4439d xlockmore: update from 5.45 to 5.46 2015-04-09 16:22:30 +02:00
Pascal Wittmann 5543796ce8 xlockmore: update from 5.44 to 5.45 2014-12-03 17:32:58 +01:00
Pascal Wittmann 015368fbfe xlockmore: remove unused patch 2014-11-10 12:52:22 +01:00
Pascal Wittmann accb8d2c55 xlockmore: update from 5.43 to 5.44, fix appdefaultdir and meta information 2014-11-10 12:46:53 +01:00
Peter Simons 0968d527fa xlockmore: update from 5.38 to 5.43 2014-03-03 11:10:26 +01:00
Bjørn Forsman 083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Peter Simons f04ca020f3 xlockmore: updated to version 5.38
svn path=/nixpkgs/trunk/; revision=33652
2012-04-06 18:56:00 +00:00
Peter Simons d874ec17a4 xlock: fixed typo in default.nix
svn path=/nixpkgs/trunk/; revision=17360
2009-09-23 11:01:14 +00:00
Peter Simons 04558d8496 xlock: fixed build and updated to version 5.24
svn path=/nixpkgs/trunk/; revision=17356
2009-09-22 20:16:38 +00:00
Eelco Dolstra e410f78c90 * Allow xlock to work with PAM and shadow passwords by passing the
"--enable-bad-pam" option (this suggests that there is a better way,
  but I haven't found it, except of course not using shadow passwords).

svn path=/nixpkgs/trunk/; revision=10986
2008-03-06 13:50:01 +00:00
Ludovic Courtès cc3ab45e92 Add XLockmore, a screen locker for X11.
Currently, password authentication doesn't work.

svn path=/nixpkgs/trunk/; revision=10701
2008-02-15 10:40:20 +00:00