summary refs log tree commit diff
path: root/pkgs/desktops
Commit message (Collapse)AuthorAge
* update to 3.3.2Armijn Hemel2009-12-25
| | | | svn path=/nixpkgs/trunk/; revision=19104
* update amarok to 2.2.1, doesn't run on Fedora 12 with GNOME though, possibly ↵Armijn Hemel2009-12-24
| | | | | | related to something else going wrong svn path=/nixpkgs/trunk/; revision=19100
* sync name with actual versionArmijn Hemel2009-12-24
| | | | svn path=/nixpkgs/trunk/; revision=19099
* Massive KDE upgrade:Sander van der Burg2009-12-02
| | | | | | | | | | | - Upgraded KDE to 4.3.4 - Upgraded KOffice to 2.1.0 - Upgraded Konversation to 1.2.1 - Upgraded kdesvn to 1.4.1 - Upgraded ktorrent to 3.3.1 svn path=/nixpkgs/trunk/; revision=18751
* Adding filelight for kde4.Lluís Batlle i Rossell2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18570
* Upgraded eigen to 2.0.9Sander van der Burg2009-11-20
| | | | svn path=/nixpkgs/trunk/; revision=18484
* Fix gnome-doc-utilsMichael Raskin2009-11-07
| | | | svn path=/nixpkgs/trunk/; revision=18247
* Fixed kdenetwork and accessibilitySander van der Burg2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18168
* Upgraded KDE to 4.3.3Sander van der Burg2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18132
* * Added libglademm.Eelco Dolstra2009-11-04
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18120
* * Get rid of Gnome 2.26.Eelco Dolstra2009-11-04
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18119
* * Added gnome-icon-theme.Eelco Dolstra2009-11-04
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18118
* * Fixed some more Gnome packages.Eelco Dolstra2009-11-04
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18088
* * Fix startup-notification.Eelco Dolstra2009-11-04
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18087
* * Several buildInputs of Gnome-related packages should beEelco Dolstra2009-11-03
| | | | | | | | | | | | | | | | | | | | | | | | propagatedBuildInputs, because those inputs are required by the *.pc or *.la files of the package: - If a *.pc file references a non-propagated input, then Gnome packages have the bad tendency to silently ignore this problem in configure scripts - the failure of a command like `pkg-config --cflags foo' will be ignored if a dependency of foo.pc is missing, so no flags will be added, and the build will fail later on a missing header or library. - If a *.la file references a non-propagated input, the build will also fail, because Libtool will add library dependencies that it cannot find. (Arguably *.la files should never reference packages that aren't in the corresponding *.pc file, but they do it anyway). By setting the propagatedBuildInputs properly, it should be possible to get rid of all the NIX_CFLAGS_COMPILE / NIX_LDFLAGS hacks in the Gnome expressions. svn path=/nixpkgs/branches/xorg-7.5/; revision=18084
* * Fix libgsf.Eelco Dolstra2009-11-03
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18081
* * Lots of packages refer to gnomevfs and startupnotification.Eelco Dolstra2009-11-03
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18079
* * Lots of packages refer to gnome.glib etc., so propagate them.Eelco Dolstra2009-11-01
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18063
* * Delete the old Gnome.Eelco Dolstra2009-11-01
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18062
* * Bring back libXxf86misc and xf86miscproto. These were removed fromEelco Dolstra2009-10-29
| | | | | | X.org, but some packages still need them. svn path=/nixpkgs/branches/xorg-7.5/; revision=18038
* * Deleted KDE 4.2.Eelco Dolstra2009-10-29
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18035
* ktorrent update - by Russell O'ConnorMarc Weber2009-10-22
| | | | svn path=/nixpkgs/trunk/; revision=17925
* Fix gtkglext buildMichael Raskin2009-10-21
| | | | svn path=/nixpkgs/trunk/; revision=17906
* Add gtkglextMichael Raskin2009-10-20
| | | | svn path=/nixpkgs/trunk/; revision=17905
* Removing references to libkipi. I just discovered it is for kde 3.x.Lluís Batlle i Rossell2009-10-11
| | | | svn path=/nixpkgs/trunk/; revision=17746
* Trying to add kde43.libkipi. It still doesn't work, but the actual expressionLluís Batlle i Rossell2009-10-11
| | | | | | | triggers "nix-instantiate killed by signal 6 (SIGABRT)". Try it with: nix-build -A kde43.libkipi /etc/nixos/nixpkgs svn path=/nixpkgs/trunk/; revision=17745
* Added konversation for KDE 4.x packageSander van der Burg2009-10-10
| | | | svn path=/nixpkgs/trunk/; revision=17741
* Upgraded KDE to version 4.3.2Sander van der Burg2009-10-06
| | | | svn path=/nixpkgs/trunk/; revision=17675
* Adding all kde language files, and a script to update them for next kde ↵Lluís Batlle i Rossell2009-10-03
| | | | | | | | | | versions. I added recurseIntoAttrs in the kde43 expression in order to get the next recurseIntoAttrs in l10n working. But as I checked, the kde43 attributes were already shown by nix-env -qa '*' without any recurseIntoAttrs, I don't know why. If anyone knows, let me know. svn path=/nixpkgs/trunk/; revision=17628
* Added builder script for KDE PIM runtimeSander van der Burg2009-10-03
| | | | svn path=/nixpkgs/trunk/; revision=17626
* Changed DBUS module prefix of KDE PIM runtime, so that it won't complain ↵Sander van der Burg2009-10-03
| | | | | | when it is installed svn path=/nixpkgs/trunk/; revision=17625
* Fixed compilation of KDE PIM runtimeSander van der Burg2009-10-03
| | | | svn path=/nixpkgs/trunk/; revision=17624
* He afegit la traducció del kde al català.Lluís Batlle i Rossell2009-10-02
| | | | | | Adding the kde Catalan localisation. svn path=/nixpkgs/trunk/; revision=17623
* Added KDE 4.3 accessibility packageSander van der Burg2009-10-01
| | | | svn path=/nixpkgs/trunk/; revision=17574
* Added PolicyKit-qt support to KDE 4.3Sander van der Burg2009-10-01
| | | | svn path=/nixpkgs/trunk/; revision=17572
* Add missing dependencyMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17542
* Give up and use older GConfMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17540
* Some more includes for GConf..Michael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17536
* GConf needs some more includes specified explcitly..Michael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17534
* GConf needs more than I thought..Michael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17533
* GConf was wrong about include file location..Michael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17532
* gnome-doc-utils wants Python LibXML2Michael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17531
* gtksourceview needs gettextMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17530
* Oops. A typo in a fix for a fix of a typo..Michael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17529
* Add gtksourceviewMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17526
* Oops, fix one more typoMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17525
* Allow both gtk_doc and gtkdoc names for nowMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17524
* Oops, typos in automated updateMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17523
* Adding Gnome-2.28 sourcesMichael Raskin2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17519
* svn path=/nixpkgs/trunk/; revision=17465Eelco Dolstra2009-09-28
|