Jonathan Glines
c977673bb5
Merge branch 'nitrogen' of github.com:/auntieNeo/nixpkgs into nitrogen
...
Conflicts:
pkgs/tools/X11/nitrogen/default.nix
2014-06-13 11:41:40 -06:00
Jonathan Glines
c55be95e6e
Nitrogen build working. Missing custom icons in GUI.
2014-06-13 11:37:05 -06:00
Jonathan Glines
93ea13874c
Working on a package for nitrogen.
2014-06-13 11:37:05 -06:00
Jonathan Glines
49fe134cb0
Working on a package for nitrogen.
2014-06-03 21:56:34 -06:00
Chris Double
1c7d11ac2a
Update xpra to 0.12.5
2014-05-08 00:54:15 +12:00
Luca Bruno
b01a49c14d
xdg-user-dirs: fix finding default directory names
2014-04-22 22:17:20 +02:00
Luca Bruno
92a831a4ec
xdg-user-dirs: new package
...
A tool to help manage well known user directories
like the desktop folder and the music folder
http://freedesktop.org/wiki/Software/xdg-user-dirs
2014-04-16 15:02:27 +02:00
Domen Kožar
fae6079a01
adopt rest of the packages that were failing with the buildPythonPackage changes
2014-02-20 01:19:15 +01:00
Tomasz Kontusz
fe38031168
Upgrade bumblebee and add nixos module
...
* Bump bumblebee to 3.2.1
* Remove config.patch - options it added can be passed to ./configure now
* Remove the provided xorg.conf
Provided xorg.conf was causing problems for some users,
and Bumblebee provides its own default configuration anyway.
* Make secondary X11 log to /var/log/X.bumblebee.log
* Add a module for bumblebee
2014-02-09 15:09:41 +01:00
Bjørn Forsman
2d30955632
xpra: fix package name
...
Remove the "python2.7-" prefix from the package name so that it can be
installed with "nix-env -i xpra".
2014-02-01 17:06:37 +01:00
Nixpkgs Monitor
6bdcae5b15
xbindkeys: update from 1.8.5 to 1.8.6
2014-01-14 09:00:49 +04:00
Vladimír Čunát
b80d1c5923
Merge x-updates
2013-12-25 23:56:41 +01:00
Rob Vermaas
cd27fa7450
Build x11vnc on linux
2013-12-24 10:48:42 +01:00
Vladimír Čunát
50ac037864
Merge master into x-updates
2013-12-23 19:27:14 +01:00
Mathijs Kwik
72ad48fd32
xpra: depend on ffmpeg instead of ffmpeg_1, now default became 1+
2013-12-23 11:03:10 +01:00
Vladimír Čunát
4c5a71f777
Merge master into x-updates
...
Conflicts:
pkgs/desktops/gnome-2/desktop/gvfs/default.nix
pkgs/development/libraries/cogl/default.nix
pkgs/development/libraries/libsoup/2.44.nix
2013-12-18 23:21:29 +01:00
Peter Simons
48f24712dc
Fix a lots of evaluation errors on Hydra.
2013-12-10 23:20:23 +01:00
Vladimír Čunát
43d1707eec
vdpauinfo: minor update 0.0.6 -> 0.1
2013-11-19 10:12:45 +01:00
Eelco Dolstra
065493284f
Update the X11 terminal server module for systemd
...
Yay, we no longer need inetd!
2013-11-08 16:39:22 +01:00
Eelco Dolstra
2147a07938
Fix a bunch of Hydra evaluation errors
2013-10-07 17:36:47 +02: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
Bjørn Forsman
28ac782583
Some description fixes
...
There are many more packages to fix, this is just a start.
Rules:
* Don't repeat the package name (not always that easy...)
* Start with capital letter
* Don't end with full stop
* Don't start with "The ..." or "A ..."
I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Pascal Wittmann
51c48e2320
Add bgs, a simple background setter for X
2013-10-02 14:28:45 +02:00
Domen Kožar
d79e00e9d6
add arandr: simple visual front end for xrandr
2013-09-23 22:33:57 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Evgeny Egorochkin
db6155fa54
xrestop: package 0.4
2013-08-06 03:56:21 +03:00
Evan Danaher
35333935d6
Add simple hsetroot package.
2013-08-01 20:16:37 +02:00
Michael Raskin
0a8b83fdd0
Fix unneeded inherit
2013-07-30 16:02:39 +04:00
Michael Raskin
9acc0d4bc9
Adding x-cape keyboard mapping helper
2013-07-30 15:51:01 +04:00
Sergey Mironov
5b4e0207ba
wmctrl: add command-line window-manipulation tool ( close #781 )
2013-07-27 20:12:55 +02:00
Sergey Mironov
1fa3afeb91
wmctrl: command-line window-manipulation tool
2013-07-27 20:11:29 +02:00
Evgeny Egorochkin
da4be371e9
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
Aristid Breitkreuz
7a2daf2db7
update xdg-utils to 1.1.0-rc1, fixes problems with generic xdg-open code
2013-07-04 23:36:29 +02:00
aszlig
4e10617bc4
winswitch: Basic somewhat working version.
...
Wow, this is one of the most dangerous programs I've seen in a while. It not
only tries to probe for a package manager to install dependencies but also
tries to execute a whole bunch of programs in $PATH. That's why I decided to
override the postFixup phase for now in order to get rid of the current $PATH
and meanwhile getting the basics working.
So, I'm still not sure how to do the best implementation here on NixOS without
allowing winswitch to be too invasive and without restricting it too much so
that it's of no use.
But let's figure that out once we trimmed down the radiation level of this
"living" thing ;-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 10:33:15 +02:00
Gergely Risko
79c2db389c
Update xpra to 0.9.5
2013-06-18 15:36:42 +02:00
Michael Raskin
1d38b4842a
Support pre-start commands from newer NixOS versions in xlaunch
2013-05-24 00:43:31 +04:00
Shea Levy
faddfc97b0
x11vnc: Properly hard-code the path to xdpyinfo
...
This never worked before, I don't think
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-01 20:49:56 -04:00
Jordi
97de12b58e
Fix indention, remove maintainers.
2013-04-22 19:23:50 +02:00
Jordi
4ed2c81817
Licence to GPLv2+
2013-04-21 18:50:51 +02:00
Jordi
8680d5bc5a
Add autocutsel tool.
2013-04-20 16:21:01 +02:00
Shea Levy
2d38aee71b
xpra: Use new ffmpeg attribute
...
It still builds, but it's a pythonPackage so who knows if it works
right. Was breaking the tarball, though.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 06:49:23 -04:00
Jaka Hudoklin
06425fca37
Upgrading xpra to 0.8.8
2013-03-30 15:23:51 +01:00
Song Wenwu
9cbcbc5323
add xchainkeys-0.11
2013-03-08 13:55:32 +08:00
Vladimír Čunát
26af997d41
Merge branch 'master' into stdenv-updates
...
Conflicts (simple):
pkgs/applications/networking/browsers/chromium/default.nix
pkgs/development/libraries/libsoup/default.nix
pkgs/os-specific/linux/kernel/manual-config.nix
pkgs/os-specific/linux/qemu-kvm/default.nix
2013-03-02 10:41:53 +01:00
Lluís Batlle i Rossell
097705cd86
virtualgl: fixing and updating to 2.3.2
2013-03-01 10:18:00 +01:00
Shea Levy
c42d77aa35
Merge remote-tracking branch 'upstream/master' into stdenv-updates
2013-02-17 08:19:40 -05:00
Shea Levy
ad057db2d6
x11vnc: Fix more hard-coded /bin/su
2013-02-16 11:29:28 -05:00
Eelco Dolstra
2aa6f262cb
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-02-15 13:36:34 +01:00
Michael Raskin
09ee51c442
Fixing xlaunch for systemd branch
2013-02-05 17:21:51 +04:00
Lluís Batlle i Rossell
b58780c43d
Merge remote-tracking branch 'eelco/master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial solution.
2012-12-28 23:28:16 +01:00