summary refs log tree commit diff
path: root/pkgs/desktops
AgeCommit message (Collapse)AuthorFilesLines
2009-04-19* Added Leksah, an IDE for Haskell. It requires a newer version ofEelco Dolstra1-0/+15
gtksourceview than the one provided in gnome/default.nix. The stdenv branch already has this. * Updated gtk2hs to 0.10.1. svn path=/nixpkgs/trunk/; revision=15154
2009-04-18Added iso-codes as buildinput for gtkhtml in order to fix compilationSander van der Burg2-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=15130
2009-04-17Added enchant as buildinput for gtkhtmlSander van der Burg2-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=15112
2009-04-16Fixed gtkhtml by adding intltool as buildinputSander van der Burg2-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=15081
2009-04-16Added intltool as buildinput for libgnomeprintuiSander van der Burg1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=15078
2009-04-16GNOME Terminal: Add dependency on DBus-Glib.Ludovic Courtès1-0/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=15073
2009-04-15* Sync with the trunk.Eelco Dolstra7-0/+94
svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
2009-04-15* Fixed some Gnome packages. Also removed some old Gnome releases.Eelco Dolstra8-1551/+34
svn path=/nixpkgs/branches/stdenv-updates/; revision=15059
2009-04-12Added krusader for KDE4Sander van der Burg2-0/+16
svn path=/nixpkgs/trunk/; revision=14995
2009-04-09Added kdesvn packageSander van der Burg3-0/+27
svn path=/nixpkgs/trunk/; revision=14970
2009-04-09Added ktorrent packageSander van der Burg1-0/+14
svn path=/nixpkgs/trunk/; revision=14968
2009-04-09Added ktorrent for KDE4 packageSander van der Burg1-0/+6
svn path=/nixpkgs/trunk/; revision=14967
2009-04-09* Sync with the trunk.Eelco Dolstra21-63/+71
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09Added Amarok player for KDE 4.2Sander van der Burg3-0/+31
svn path=/nixpkgs/trunk/; revision=14963
2009-04-07libglademm: Propagate GTKmm and libglade.Ludovic Courtès1-1/+5
svn path=/nixpkgs/branches/stdenv-updates/; revision=14918
2009-04-03* Soprano: don't depend on the JDK. This cuts 200 MB from the KDE 4Eelco Dolstra1-2/+10
closure. (This does remove the Sesame2 backend from Soprano.) svn path=/nixpkgs/trunk/; revision=14876
2009-04-03Upgraded to KDE 4.2.2 and Qt-4.5.0Sander van der Burg19-57/+57
svn path=/nixpkgs/trunk/; revision=14855
2009-04-02KDM fixesSander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=14840
2009-04-01Added PAM support for KDE login managerSander van der Burg2-4/+4
svn path=/nixpkgs/trunk/; revision=14824
2009-04-01* Some Gnome packages need intltool in the stdenv branch (don't knowEelco Dolstra6-69/+36
why they built correctly in the trunk...). svn path=/nixpkgs/branches/stdenv-updates/; revision=14823
2009-04-01* Fix the kdelibs 3.5 build on the current Linux kernel headers (whereEelco Dolstra2-0/+36
linux/inotify.h shouldn't be used anymore). svn path=/nixpkgs/branches/stdenv-updates/; revision=14822
2009-04-01* strigi: build without log4cxx (I don't think we need it), asEelco Dolstra1-5/+15
log4cxx is broken on GCC 4.3. svn path=/nixpkgs/branches/stdenv-updates/; revision=14821
2009-03-25GTK-doc: More fixes.Ludovic Courtès2-11/+13
svn path=/nixpkgs/branches/stdenv-updates/; revision=14720
2009-03-25GTK-doc: Update dependencies.Ludovic Courtès2-3/+6
svn path=/nixpkgs/branches/stdenv-updates/; revision=14719
2009-03-25Add libglademm, C++ bindings for libglade.Ludovic Courtès2-0/+35
svn path=/nixpkgs/branches/stdenv-updates/; revision=14718
2009-03-25gnome-keyring: Add dependency on DBus and Python.Ludovic Courtès1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=14715
2009-03-25GNOME: Pass `intltool' to `gnome-keyring'.Ludovic Courtès1-1/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=14694
2009-03-24GNOME: Add desktop applications 2.26.0.Ludovic Courtès2-1/+614
svn path=/nixpkgs/branches/stdenv-updates/; revision=14677
2009-03-24GNOME: Fix libbonoboui.Ludovic Courtès2-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=14676
2009-03-23GNOME: Fix libgnomevfs.Ludovic Courtès1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=14675
2009-03-23GNOME: Assorted fixes.Ludovic Courtès4-7/+16
svn path=/nixpkgs/branches/stdenv-updates/; revision=14674
2009-03-23GNOME: Fix GConf, libgnomecanvas, libgnomeui.Ludovic Courtès1-3/+10
svn path=/nixpkgs/branches/stdenv-updates/; revision=14673
2009-03-23Gail 1.22.3 (GNOME 2.26.0).Ludovic Courtès1-1/+5
svn path=/nixpkgs/branches/stdenv-updates/; revision=14671
2009-03-23GNOME 2.26.0 (untested).Ludovic Courtès2-1/+152
svn path=/nixpkgs/branches/stdenv-updates/; revision=14668
2009-03-23Intltool 0.40.5 (from GNOME 2.26.0).Ludovic Courtès2-5/+11
svn path=/nixpkgs/branches/stdenv-updates/; revision=14667
2009-03-16* Sync with the trunk.Eelco Dolstra71-13/+618
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-10Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. ↵Sander van der Burg1-1/+1
Enabled ocaml support in kdeedu svn path=/nixpkgs/trunk/; revision=14494
2009-03-10Added builder script for kdesdkSander van der Burg1-0/+8
svn path=/nixpkgs/trunk/; revision=14492
2009-03-10Fixed detection of apr-utilsSander van der Burg1-0/+2
svn path=/nixpkgs/trunk/; revision=14487
2009-03-10* Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete itEelco Dolstra38-0/+0
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
2009-03-09Added aprutil as buildinput to kdesdkSander van der Burg2-3/+3
svn path=/nixpkgs/trunk/; revision=14472
2009-03-09Added gphoto2 support to kdegraphicsSander van der Burg2-3/+3
svn path=/nixpkgs/trunk/; revision=14471
2009-03-09Disabled plasma python modulesSander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=14469
2009-03-09Fixed detection of PCI utilsSander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=14467
2009-03-09Added subversion support for kdesdkSander van der Burg2-3/+3
svn path=/nixpkgs/trunk/; revision=14466
2009-03-09Added support for X11 VidMode extension to kdenetworkSander van der Burg2-3/+3
svn path=/nixpkgs/trunk/; revision=14462
2009-03-09Added support for KDE 4.2 python modulesSander van der Burg4-13/+28
svn path=/nixpkgs/trunk/; revision=14461
2009-03-09Added CUPS administration tools in kdeadminSander van der Burg5-21/+41
svn path=/nixpkgs/trunk/; revision=14457
2009-03-05Changed download location of phononSander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=14341
2009-03-05Upgrade to KDE 4.2.1Sander van der Burg21-63/+63
svn path=/nixpkgs/trunk/; revision=14340