Eelco Dolstra
390548d708
* Fix the font packages. They need a --with-fontrootdir flag now.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18043
2009-10-30 08:20:03 +00:00
Eelco Dolstra
05ff927d83
* Bring back libXxf86misc and xf86miscproto. These were removed from
...
X.org, but some packages still need them.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18038
2009-10-29 18:25:53 +00:00
Eelco Dolstra
28d718aceb
* X.org 7.5.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18034
2009-10-29 17:56:10 +00:00
Peter Simons
b9b57c6149
Move libXaw fix from default.nix to overrides.nix.
...
svn path=/nixpkgs/trunk/; revision=17620
2009-10-02 18:03:23 +00:00
Peter Simons
1570ccf3cf
libXaw: fixed broken installation in MacOS X
...
See comments in file for further details.
svn path=/nixpkgs/trunk/; revision=17609
2009-10-02 13:57:21 +00:00
Eelco Dolstra
317fd0edd5
* Revert the manual changes to default.nix
...
* Build libSM with the system libuuid on Darwin (in such a way that we
don't get a rebuild on all other platforms).
svn path=/nixpkgs/trunk/; revision=17606
2009-10-02 13:06:35 +00:00
Peter Simons
f2c6df33ba
pkgs/servers/x11/xorg/default.nix: strip trailing white-space
...
svn path=/nixpkgs/trunk/; revision=17601
2009-10-02 12:45:04 +00:00
Peter Simons
abe32ecf99
libSM: use native libuuid when building on MacOS X
...
On Linux, <uuid/uuid.h> and related functions are provided by the util-linux-ng
package, which doesn't build on other operating systems, such as MacOS X. That
platform provides libuuid as part of the system. Hence, to build libSM on
MacOS, we define (empty) variables LIBUUID_CFLAGS and LIBUUID_CFLAGS. Those
settings disable ./configure's attempt to detect libuuid with pkgconfig --
which would fail.
svn path=/nixpkgs/trunk/; revision=17600
2009-10-02 12:44:59 +00:00
Eelco Dolstra
645c91708f
* Updated some drivers.
...
svn path=/nixpkgs/trunk/; revision=16002
2009-06-18 17:20:01 +00:00
Eelco Dolstra
85978b1efa
* e2fsprogs updated to 1.41.6. Also keep the previous version around
...
so that we don't have to rebuild everything that depends on libuuid
(such as all X programs).
svn path=/nixpkgs/trunk/; revision=15964
2009-06-15 16:45:48 +00:00
Lluís Batlle i Rossell
7e53d1062f
Adding mesa to compile the openchrome driver.
...
svn path=/nixpkgs/trunk/; revision=15386
2009-04-28 22:15:44 +00:00
Eelco Dolstra
c718ec217b
* X.org generator: specify overrides in a Nix expression rather than
...
in the generator script. This makes it easier to change the X.org
packages.
* Added xfs, twm.
svn path=/nixpkgs/trunk/; revision=15375
2009-04-28 13:58:35 +00:00
Lluís Batlle i Rossell
44f19bc1b4
Making the latest xorg cope well with xkbcomp.
...
svn path=/nixpkgs/trunk/; revision=15347
2009-04-28 08:05:28 +00:00
Eelco Dolstra
5f9014cc7f
* Updated evdev to the latest version. Otherwise, the arrow keys and
...
others break under KDE and Gnome unless you set the keyboard type to
evdev (e.g. in the KDE System Settings). See
http://wiki.archlinux.org/index.php/Xorg_input_hotplugging#Using_the_evdev_driver_kills_my_arrow_keys.2C_printscreen_is_triggered_instead
TODO: update this in the X.org generator.
svn path=/nixpkgs/trunk/; revision=15343
2009-04-27 23:06:02 +00:00
Marc Weber
3c05ea1a4b
readding and updating xorg.xfs. It's required to run tightvnc
...
1.0.8 is latest version
svn path=/nixpkgs/trunk/; revision=15329
2009-04-27 01:44:30 +00:00
Eelco Dolstra
0296fabb9e
* Added dri2proto to the list of tarballs and reran
...
the generator.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15201
2009-04-20 21:59:42 +00:00
Lluís Batlle i Rossell
15f1feb702
Fixing mesa and xorgserver
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15199
2009-04-20 18:46:32 +00:00
Eelco Dolstra
8f12b8abf9
* Fixed libXext; it needs newer headers.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15197
2009-04-20 18:09:37 +00:00
Eelco Dolstra
077b0157a0
* Updated the generator to handle some missing dependencies.
...
Also updated some X.org packages (notably xorg-server)
as well as freetype.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15191
2009-04-20 16:02:50 +00:00
Eelco Dolstra
406cacbb87
* printproto has a dependency on libXau which our generator
...
doesn't see for some reason. Will have to fix the
generator.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15187
2009-04-20 14:37:05 +00:00
Eelco Dolstra
c584bb878a
* Sync with trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13903
2009-01-29 16:33:02 +00:00
Ludovic Courtès
05e01abc75
Xorg Pixman 0.13.2.
...
svn path=/nixpkgs/trunk/; revision=13834
2009-01-24 21:29:57 +00:00
Eelco Dolstra
c1579d2e78
* stdenv branch: synced with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
2009-01-16 10:59:27 +00:00
Peter Simons
6fb297513a
Committing Lluís Batlle's submissions from mailing list posting
...
<45219fb00901110456i6f21db35tbd1894eaea2146ff@mail.gmail.com>:
* nixpkgs-ccrypt-1.7-new.patch
* nixpkgs-cmake-add-ccmake.patch
* nixpkgs-cpufrequtils-005-new.patch
* nixpkgs-dwm-5.1-fix.patch
* nixpkgs-freeimage-3.11.0-new.patch
* nixpkgs-proxychains-3.1-new.patch
* nixpkgs-psi-to-0.12.patch
* nixpkgs-skype-to-2.0.0.72.patch
* nixpkgs-truecrypt-6.1a-fix.patch
* nixpkgs-vxl-1.11.0-new.patch
* nixpkgs-xkb-popular-esperanto-symbols.patch
* nixpkgs-xorg-via-video-fix.patch
svn path=/nixpkgs/trunk/; revision=13751
2009-01-12 21:12:07 +00:00
Michael Raskin
b38742e0c2
Adding a more stable X.org ati driver version (more stable for dualview)
...
svn path=/nixpkgs/trunk/; revision=13108
2008-10-24 05:13:23 +00:00
Eelco Dolstra
c9c2045610
* Cairo: build with XCB support.
...
* Fixed libXp.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13069
2008-10-14 14:46:56 +00:00
Eelco Dolstra
dbc0d399bf
* Add some more packages that have been apparently deprecated from X.org.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13043
2008-10-10 08:55:45 +00:00
Eelco Dolstra
0e68610feb
* libXp has been removed from X.org 7.4 but some packages still need it.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13032
2008-10-09 16:24:51 +00:00
Eelco Dolstra
5eef7df51d
* intltool: deleted redundant copy (it's already in the Gnome Nix
...
expressions).
* Fixed xkbcomp: it no longer found the keyboard definitions since it
disregards the -R option passed by the X server (it chdirs to the -R
path, but "." has been removed from the xkbcomp search path in
xkbcomp 1.0.5). Build it with /etc/X11/xkb as its default
location. This is less pure but it does allow for updating
xkeyboard-config in a running server.
* xkeyboard-config: updated to 1.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13018
2008-10-09 12:12:58 +00:00
Eelco Dolstra
9fa8276ae5
* X.org 7.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13006
2008-10-08 17:02:48 +00:00
Michael Raskin
e1f4d60dca
Added fresh radeonhd to X.org expression.
...
svn path=/nixpkgs/trunk/; revision=12205
2008-06-28 07:10:51 +00:00
Michael Raskin
c750b3e602
Added dependencies to build ATi driver..
...
svn path=/nixpkgs/trunk/; revision=12113
2008-06-16 06:27:21 +00:00
Michael Raskin
7c840c0f0f
Fixing evdev X11 input driver build
...
svn path=/nixpkgs/trunk/; revision=12103
2008-06-15 16:55:27 +00:00
Michael Raskin
f7ccbf7c80
Update X.org server: security fix
...
svn path=/nixpkgs/trunk/; revision=12082
2008-06-13 17:24:14 +00:00
Eelco Dolstra
fc5eebdf8b
* Merged the stdenv branch
...
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
-r10966:12061).
svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra
319feed942
* Latest Cairo / GTK.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11692
2008-04-23 10:48:10 +00:00
Michael Raskin
6f35c8fdf8
Added option for newer ATi drivers in X.org
...
svn path=/nixpkgs/trunk/; revision=11558
2008-04-11 09:24:16 +00:00
Yury G. Kudryashov
c0496c0413
X.Org: added dbus, hal; removed unused gettext
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10467
2008-02-02 20:42:55 +00:00
Yury G. Kudryashov
a7703662a4
Merged with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
2008-01-15 00:55:21 +00:00
Yury G. Kudryashov
e43ce8f723
xorg: deault.nix and generate-expr-from-tarballs.pl synced
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9761
2007-11-19 22:29:08 +00:00
Michael Raskin
f38d6d0f15
Fixed a LED bug; patch taken from bugs.freedesktop.org
...
svn path=/nixpkgs/trunk/; revision=9622
2007-11-10 17:32:55 +00:00
Michael Raskin
43b208bbb9
Fixed synaptics; Added GOCR (not that it is a good OCR); reverted MarcWeber's update to setup-new-2.sh (he has no time to use it in nearest future; later I hope it will be irrelevant)
...
svn path=/nixpkgs/trunk/; revision=9613
2007-11-09 13:54:02 +00:00
Eelco Dolstra
806ff74e5a
* Add the i810 driver back in (don't know yet if it still works).
...
svn path=/nixpkgs/trunk/; revision=9594
2007-11-06 11:49:13 +00:00
Eelco Dolstra
b7f1b56b18
* X11R7.3.
...
svn path=/nixpkgs/trunk/; revision=9592
2007-11-05 23:59:55 +00:00
Michael Raskin
c12137d608
Added some symlinks to make xkbrules work in xorg.conf for switching keymaps.
...
svn path=/nixpkgs/trunk/; revision=9031
2007-08-02 21:30:33 +00:00
Yury G. Kudryashov
40657fbece
* ncurses: added symlinks for bynary packages linked against libncurses. Tested
...
with ghc. I will add 'unicode' option next check in (for cygwin).
* pidgin: Got rid of builder.sh, added ncurses to the dependencies, so it builds
finch.
* xorg: Added glproto and mesaHeaders to xf86videosis dependencies. Now it
compiles.
* pwgen: Added.
* device-mapper: Version bump. Added 'static' option for use in initrd.
* lvm2: Version bump. Added 'static' option for use in initrd.
svn path=/nixpkgs/trunk/; revision=8923
2007-06-28 09:53:12 +00:00
Michael Raskin
42f841bcab
Added some descriptions.
...
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Eelco Dolstra
50cc2acd23
* xorg-server 1.3.0, xf86-video-intel 2.0.0.
...
svn path=/nixpkgs/trunk/; revision=8616
2007-04-26 18:36:01 +00:00
Eelco Dolstra
1971bb6829
* X.org server 1.2.99.905.
...
svn path=/nixpkgs/trunk/; revision=8595
2007-04-18 15:46:58 +00:00
Eelco Dolstra
a29dbccc0f
* Added the latest Intel video driver.
...
svn path=/nixpkgs/trunk/; revision=8594
2007-04-18 14:55:43 +00:00