R. Ryantm
bb2d41f954
icewm: 2.9.9 -> 3.0.1
2022-10-06 13:01:08 +00:00
R. RyanTM
57a6bb9d0a
icewm: 2.9.8 -> 2.9.9 ( #184854 )
...
* icewm: 2.9.8 -> 2.9.9
* Rmove unneeded dependency
Co-authored-by: Jonas Heinrich <onny@project-insanity.org>
2022-08-30 07:38:23 +02:00
R. Ryantm
dc99a806e3
icewm: 2.9.6 -> 2.9.8
2022-07-29 11:46:28 +00:00
AndersonTorres
25c6d1efc4
icewm: 2.9.4 -> 2.9.6
2022-03-09 12:05:29 -03:00
Renaud
0532c0fcd8
icewm: update homepage
2022-02-06 15:10:53 +01:00
Nikolay Korotkiy
840d7881a6
icewm: 2.6.0 → 2.9.4
2022-01-08 20:20:04 +03:00
Luke Granger-Brown
010096974f
icewm: fix trailing -I compilation errors
...
Fixes
cc1plus: error: to generate dependencies you must specify either '-M' or
'-MM'
errors which occur while compiling due to trailing -I for libintl,
which appears to be found now but without requiring any include/link
flags.
2021-09-05 15:25:02 +00:00
AndersonTorres
a1479b3998
icewm: 2.3.4 -> 2.6.0
2021-08-02 16:05:18 -03:00
github-actions[bot]
e59f22faf5
Merge master into staging-next
2021-05-13 06:22:11 +00:00
AndersonTorres
5d8c8c6c90
icewm: 2.2.0 -> 2.3.4
2021-05-12 00:15:41 -03:00
Alyssa Ross
6e3b5fd046
libungif: remove in favour of giflib
...
libungif was merged into giflib in 2006, and hasn't been updated
since. All non-broken packages still using it build fine with giflib.
See <http://giflib.sourceforge.net/history.html >.
2021-04-16 14:06:10 +00:00
AndersonTorres
548cba4ab5
icewm: cleanup
2021-03-04 00:10:01 -03:00
R. RyanTM
37264a97ed
icewm: 2.1.1 -> 2.1.2
2021-02-12 11:49:38 +00:00
R. RyanTM
724853a591
icewm: 2.0.0 -> 2.1.1
2021-02-04 12:44:46 +00:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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-11 10:38:22 +01:00
AndersonTorres
19cef431e6
icewm: 1.9.2 -> 2.0.0
2021-01-05 08:55:26 -03:00
R. RyanTM
04d5b2f80c
icewm: 1.9.0 -> 1.9.2
2020-11-13 16:53:31 +00:00
R. RyanTM
eab501c27a
icewm: 1.8.3 -> 1.9.0
2020-11-02 07:46:46 +00:00
AndersonTorres
a945c573dc
icewm: 1.7.0 -> 1.8.3
2020-10-12 04:07:17 -03:00
R. RyanTM
2560a3bd5c
icewm: 1.7.0 -> 1.8.1
2020-09-23 11:06:00 +00:00
R. RyanTM
3b8cffb119
icewm: 1.6.6 -> 1.7.0
2020-07-17 04:05:13 +00:00
Maximilian Bosch
02ff18c796
Merge pull request #89987 from r-ryantm/auto-update/icewm
...
icewm: 1.6.5 -> 1.6.6
2020-06-18 01:50:19 +02:00
Jan Tojnar
4bb1995cab
icewm: fix build
...
gdk-pixbuf-xlib was split into a separate package.
2020-06-11 15:51:45 +02:00
R. RyanTM
4abc9581ab
icewm: 1.6.5 -> 1.6.6
2020-06-09 22:18:07 +00:00
AndersonTorres
5b95f72deb
icewm: update URL
2020-04-15 00:34:30 -03:00
R. RyanTM
ad867fbce4
icewm: 1.6.3 -> 1.6.5
2020-03-30 18:10:55 -07:00
R. RyanTM
b7d0690fda
icewm: 1.6.0 -> 1.6.3
2019-12-01 18:51:34 +01:00
volth
adf55b78b9
icewm: 1.4.2 -> 1.6.0 ( #66949 )
2019-09-03 23:51:52 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
Frederik Rietdijk
595a72589f
Merge master into staging
2018-04-08 10:54:17 +02:00
Daiderd Jordan
3890c471de
icewm: mark linux only
2018-04-05 20:05:25 +02:00
Will Dietz
462ab6d9de
icewm: rename strlcat/strlcpy to avoid conflicts, patch to fix w/musl
2018-03-31 00:06:01 -05:00
Volth
bb82df6d1c
icewm: 1.3.12 -> 1.4.2
2017-08-01 17:31:29 +00:00
Volth
fd61a33d2b
icewm: fix CFGDIR
2017-03-16 16:43:33 +00:00
Matthias Beyer
6d00d72aef
icewm: 1.3.10 -> 1.3.12
2016-06-03 16:04:41 +02:00
AndersonTorres
bdd20cedc1
IceWM: 1.3.8 -> 1.3.10
...
A complete rewrite in comparision to previous expression.
2015-07-26 01:08:05 -03:00
Pascal Wittmann
bee638d269
icewm: update from 1.3.7 to 1.3.8 and removed obsolete patch
2014-09-29 19:39:35 +02:00
Eelco Dolstra
0446a79473
Fix icewm build on libX11-1.5.0
2012-09-26 17:00:55 -04:00
Eelco Dolstra
f7626c1ddd
* Unbreak icewm. Without -lfontconfig, it barfs with
...
icewm: error while loading shared libraries: libfontconfig.so.1:
cannot open shared object file: No such file or directory
This causes various NixOS tests to fail
(e.g. http://hydra.nixos.org/build/1952097 ).
svn path=/nixpkgs/trunk/; revision=31945
2012-01-31 14:55:43 +00:00
Yury G. Kudryashov
ed92080b8d
icewm-1.3.7
...
svn path=/nixpkgs/trunk/; revision=31890
2012-01-27 18:56:31 +00:00
Eelco Dolstra
7d44982534
* icewm: explicitly link against fontconfig.
...
svn path=/nixpkgs/branches/x-updates/; revision=26008
2011-02-17 11:51:29 +00:00
Lluís Batlle i Rossell
488d9103a7
Updating icewm (so yes, gtk included gdk_pixbuf. Thank you niksnut!)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23603
2010-09-02 19:30:20 +00:00
Lluís Batlle i Rossell
cd8cd01bad
Updating icewm and trying to make it build on mips
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23581
2010-09-01 08:36:46 +00:00
Eelco Dolstra
d725008855
* IceWM updated to 1.2.37.
...
svn path=/nixpkgs/trunk/; revision=19244
2010-01-05 22:48:10 +00:00
Eelco Dolstra
f53195f29e
* Improved a bunch of "name" attributes (mostly missing version
...
numbers).
svn path=/nixpkgs/trunk/; revision=17991
2009-10-28 14:06:56 +00:00
Marc Weber
107368f5c2
Tobias Hammerschmidt has contributed this expression via mailinglist.
...
svn path=/nixpkgs/trunk/; revision=9516
2007-10-24 02:01:54 +00:00