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
AndersonTorres
fb184b0316
Windowmaker: update to 0.95.6
2014-09-27 17:23:38 -03:00
Pascal Wittmann
d346a9cc07
fixed some meta.maintainers attributes
2014-09-26 23:44:29 +02:00
AndersonTorres
9c25f350a8
Ratpoison: updated for 1.4.8
...
Also, adding the infamous service file
Closes #4192
2014-09-21 20:05:12 +01:00
AndersonTorres
90fcd66599
AfterStep (version 2.2.12): New Package
...
AfterStep is a beautiful window manager, inspired by NEXTStep interface
Closes #4177
2014-09-21 00:03:44 +01:00
AndersonTorres
c6f28f988c
Windowmaker: adding system service file, and a long description
...
Closes #4066
2014-09-20 23:36:07 +01:00
José Romildo Malaquias
69446d1461
openbox window manager: add tool to set desktop layout
2014-09-15 08:40:41 -03:00
Pascal Wittmann
8d67b9a240
transformed meta.maintainers of some packages into lists
2014-09-13 13:52:02 +02:00
William A. Kennington III
686a139f29
Merge pull request #4030 from AndersonTorres/small-fixups
...
Small style fixups
2014-09-11 21:27:54 -07:00
Michael Raskin
bdea812836
Fix JWM source URL
2014-09-11 15:54:10 +04:00
AndersonTorres
b39e5ce957
Small style fixups
...
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
AndersonTorres
49fcac0d6b
Fluxbox: adding system support (as a module)
2014-08-21 07:03:37 -03:00
AndersonTorres
fe270c011c
Fluxbox: new package (1.3.5)
2014-08-19 06:19:33 -03:00
Steve Bigham
df8e7f5614
Remove unnecessary dependencies and centralize version string.
2014-08-14 21:01:20 -04:00
Matt Miemiec
8695c58648
Add the bspwm window manager to Nix.
2014-08-12 18:22:15 +02:00
Peter Simons
5ebc4d829b
Re-generate Haskell expressions with latest cabal2nix.
2014-08-09 13:49:24 +02:00
Peter Simons
18250b97ae
Remove 'andres' from the meta.maintainer section of all Haskell package where I
...
had added him earlier.
2014-08-09 13:49:24 +02:00
Pascal Wittmann
35fe93797e
trayer: update trayer from 1.1.5 to 1.1.6 and adpot it
2014-08-08 10:28:11 +02:00
Michael Raskin
10f9730d64
Update compiz
2014-08-03 22:29:40 +04:00
Rok Garbas
3bf7d7c42a
i3lock: update to 2.6
2014-08-03 14:04:44 +02:00
Vladimír Čunát
1b169722a3
Merge branch 'x-updates'
...
Close #3147 .
The only major update is freetype-2.5, I think (it cost lots of work).
2014-08-03 11:29:01 +02:00
aszlig
6aabd17d51
i3: Don't override patchPhase.
...
Makes easier to provide a patches attribute through packageOverrides.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-02 17:25:16 +02:00
Vladimír Čunát
6295a3ca36
Merge recent master into x-updates
...
Hydra: ?compare=1142825
Conflicts (easy):
pkgs/applications/audio/lmms/default.nix
pkgs/desktops/e18/enlightenment.nix
pkgs/games/exult/default.nix
pkgs/os-specific/linux/alsa-plugins/default.nix
2014-08-02 05:08:07 +02:00
aszlig
3d34dc39ac
i3: Only enable tests for x86_64-linux.
...
Right now, tests for i686-linux fail, see:
https://hydra.nixos.org/build/13024964
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 18:41:39 +02:00
aszlig
32d7c4c435
i3: Remove CarpAlways from buildInputs.
...
Oops, it was a leftover from debugging.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 11:19:06 +02:00
aszlig
fb1f257189
i3: Don't run test cases in parallel.
...
Unfortunately, running them in parallel sometimes lead to tests not even
starting up. Probably lock contention is the issue here, but haven't
investigated further so I'm deactivating parallel testing.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 08:04:09 +02:00
aszlig
31e77f5096
i3: Abort build if test suite is failing.
...
The exit code of the i3 test runner is always 0, regardless of whether
tests were failing or not, so let's quickly grep for a "not ok" in the
test logfile and if it occurs, the whole build is failing now.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
2c1d04a563
i3: Enable running test suite by default.
...
Finally, after going through the journey of debugging and gathering
dependencies, we now have tests for i3, hooray!
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Vladimír Čunát
16e35532e4
Merge recent master into x-updates
2014-07-17 19:30:56 +02:00
Peter Simons
5bfb58a8a2
Re-generate Haskell packages with cabal2nix.
2014-07-14 17:33:52 +02:00
Peter Simons
d2e731e111
Add "please don't edit" comment at the top of every auto-generated Haskell file.
2014-07-14 13:21:41 +02:00
Vladimír Čunát
aceb30cd93
Merge master into x-updates
...
Adds the mass-rebuilding python update.
2014-07-02 22:54:41 +02:00
Benno Fünfstück
e10001042d
fetchbzr, fetchdarcs, fetchhg: use rev
attr
...
This makes it match the behaviour of fetchgit and fetchsvn, so it's
easier to write scripts that support all of them.
2014-06-28 21:06:10 +02:00
Vladimír Čunát
dfd80a1b7e
Merge recent master into x-updates
...
Hydra eval: 1131611
2014-06-26 22:05:15 +02:00
Nikita Mikhailov
724fbd81ff
i3: 4.7.2 -> 4.8
2014-06-22 18:17:09 +07:00
Vladimír Čunát
fa1eaf84f4
wayland, weston: update 1.4.0 -> 1.5.0
2014-06-17 09:00:29 +02:00
Jordan Patterson
26f2d67a65
Update Awesome WM to 3.5.5
...
Fix LGI test
Prefix LD_LIBRARY_PATH instead of clobbering it
2014-05-14 12:25:26 -06:00
cillianderoiste
ca5e65c4bd
Merge pull request #2371 from iyzsong/herbstluftwm
...
herbstluftwm: update to 0.6.2
2014-05-11 10:31:14 +02:00
Peter Simons
f9f19ee938
haskell-xmonad-contrib: update to version 0.11.3
2014-05-03 20:03:30 +02:00
Michael Raskin
87304674a6
Update JWM to an easily available version
2014-05-03 00:42:12 +04:00
Peter Simons
a77e380454
xmonad-contrib: patch to fix build with GHC 7.8.2
2014-05-01 22:28:13 +02:00
宋文武
af72c7dddd
herbstluftwm: update to 0.6.2
2014-04-24 21:30:03 +08:00
Peter Simons
c394d4079d
xmonad: fix build with ghc 7.8.1
2014-03-30 16:46:02 +02:00
Alexei Robyn
a7070743a3
Openbox: Added wrapping for XDG_DATA_DIRS
...
Fixes issue with Openbox failing to start due to not finding its default
theme
2014-03-23 21:48:36 +11:00
viric
0c11d4aa1f
Merge pull request #1448 from pSub/dwm-remove-patch
...
Removed confnotify-6.0.patch.
2014-02-24 22:48:48 +01:00
Vladimír Čunát
64c44fa508
weston: fix build by updating (after wayland update)
...
Also add dbus support, which seemed potentionally important to me.
2014-01-26 00:42:17 +01:00
Domen Kožar
c4cb65187e
i3: 4.6 -> 4.7.2
2014-01-24 14:33:40 +01:00
Shea Levy
ca116f76f9
Unmaintain a bunch of packages
...
Trying to take maintainership more seriously...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00