Commit graph

211 commits

Author SHA1 Message Date
Eelco Dolstra 9ea1a49aa2 * PolicyKit -> policy-kit (suggested by Ludovic).
* Oops, there already was a polkit package.  Mea culpa...

svn path=/nixpkgs/trunk/; revision=16721
2009-08-14 21:12:46 +00:00
Michael Raskin 666f904649 Update libsoup for WebKit update
svn path=/nixpkgs/trunk/; revision=16381
2009-07-15 21:01:09 +00:00
Michael Raskin 9765da15e0 Propagate zenity fix to gnome-2.26
svn path=/nixpkgs/trunk/; revision=16004
2009-06-19 06:45:25 +00:00
Michael Raskin 5eb66bcf90 Fix zenity build
svn path=/nixpkgs/trunk/; revision=16003
2009-06-19 06:29:00 +00:00
Sander van der Burg 43cc5950fa Fixed compilation of kdewebdev
svn path=/nixpkgs/trunk/; revision=15911
2009-06-09 15:04:57 +00:00
Sander van der Burg 3ad53bd75e Upgraded KDE to 4.2.4
svn path=/nixpkgs/trunk/; revision=15902
2009-06-09 10:59:02 +00:00
Sander van der Burg 8a75e50456 Added a few more GNOME 2.26 packages
svn path=/nixpkgs/trunk/; revision=15856
2009-06-04 13:35:48 +00:00
Michael Raskin 260e13ddeb Update WebKit and Midori
svn path=/nixpkgs/trunk/; revision=15849
2009-06-04 11:20:26 +00:00
Lluís Batlle i Rossell abed7b8441 Made kde-4.2 packages work, adding the proper derivation attribute to get all qt include
paths into NIX_CFLAGS_COMPILE. This helps build kde42 packages, because they have a broken
FindQt4.cmake, which doesn't find properly the qt4 header files.

svn path=/nixpkgs/trunk/; revision=15841
2009-06-03 17:33:54 +00:00
Sander van der Burg 7bea3189aa Added my very experimental GNOME 2.26 expression
svn path=/nixpkgs/trunk/; revision=15839
2009-06-03 12:28:25 +00:00
Sander van der Burg 0b2dbc4d40 Added KOffice package
svn path=/nixpkgs/trunk/; revision=15782
2009-05-29 09:53:24 +00:00
Lluís Batlle i Rossell 51321bceed Updating akonadi, because the src URL gave 404
svn path=/nixpkgs/trunk/; revision=15711
2009-05-24 21:32:57 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber 88eb04c0dc adding zenity to gnome desktop nix expressions
making it possible to build metacity and gconf-editor

patch provided by Christoph Herbst

svn path=/nixpkgs/trunk/; revision=15681
2009-05-20 17:39:18 +00:00
Sander van der Burg 271c960f67 Added GTK-Qt engine package for KDE 4.2 to make GTK+ applications look better in KDE
svn path=/nixpkgs/trunk/; revision=15596
2009-05-13 20:10:48 +00:00
Sander van der Burg 895587ef61 Upgraded kdesvn to 1.3.0
svn path=/nixpkgs/trunk/; revision=15592
2009-05-13 14:11:46 +00:00
Sander van der Burg 908b2b6d47 Added kmplayer for KDE 4.2 package
svn path=/nixpkgs/trunk/; revision=15571
2009-05-12 15:12:26 +00:00
Eelco Dolstra d78a404063 * Removed some assertions that rely on pointer equality. (It's kind
of unfortunate that consitency checks like "httpd.apr == apr" don't
  really work.  Perhaps equality tests on derivations should just
  compare the drvPath or outPath attributes.)

svn path=/nixpkgs/trunk/; revision=15569
2009-05-12 12:50:07 +00:00
Michael Raskin e7bd899196 Fix gtksourceview dependencies
svn path=/nixpkgs/trunk/; revision=15540
2009-05-10 20:17:52 +00:00
Sander van der Burg 68ab70cbdf Fixed typo in version number
svn path=/nixpkgs/trunk/; revision=15493
2009-05-07 13:14:09 +00:00
Sander van der Burg 0b259893e5 Upgraded KDE to version 4.2.3
svn path=/nixpkgs/trunk/; revision=15484
2009-05-07 11:20:30 +00:00
Eelco Dolstra 4c48605ede * Removed kde-4-old.
svn path=/nixpkgs/trunk/; revision=15401
2009-04-29 16:01:05 +00:00
Eelco Dolstra 7689a348c4 * Got rid of a lot of "postInstall=postInstall" and similar lines in
builders.  These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations.  This is done
  automatically now if setupHook is set.
* Deleted the initscripts package.  NixOS doesn't use it anymore.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra f762b50991 * Another sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Eelco Dolstra 6e789bc2c8 * Added Leksah, an IDE for Haskell. It requires a newer version of
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-19 13:58:13 +00:00
Sander van der Burg 565d5e3ae3 Added iso-codes as buildinput for gtkhtml in order to fix compilation
svn path=/nixpkgs/branches/stdenv-updates/; revision=15130
2009-04-18 15:48:51 +00:00
Sander van der Burg ffb30458ce Added enchant as buildinput for gtkhtml
svn path=/nixpkgs/branches/stdenv-updates/; revision=15112
2009-04-17 11:11:28 +00:00
Sander van der Burg f8cd5d94f8 Fixed gtkhtml by adding intltool as buildinput
svn path=/nixpkgs/branches/stdenv-updates/; revision=15081
2009-04-16 11:16:47 +00:00
Sander van der Burg 87ae78331a Added intltool as buildinput for libgnomeprintui
svn path=/nixpkgs/branches/stdenv-updates/; revision=15078
2009-04-16 10:00:05 +00:00
Ludovic Courtès 383e74faf0 GNOME Terminal: Add dependency on DBus-Glib.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15073
2009-04-16 07:50:34 +00:00
Eelco Dolstra a4c304ef84 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
2009-04-15 13:25:01 +00:00
Eelco Dolstra f5a2b4f7a3 * Fixed some Gnome packages. Also removed some old Gnome releases.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15059
2009-04-15 10:06:50 +00:00
Sander van der Burg 3f01bd4b06 Added krusader for KDE4
svn path=/nixpkgs/trunk/; revision=14995
2009-04-12 15:51:58 +00:00
Sander van der Burg 0abae1cd12 Added kdesvn package
svn path=/nixpkgs/trunk/; revision=14970
2009-04-09 13:32:46 +00:00
Sander van der Burg c9e2b00644 Added ktorrent package
svn path=/nixpkgs/trunk/; revision=14968
2009-04-09 12:58:44 +00:00
Sander van der Burg 06d17bced6 Added ktorrent for KDE4 package
svn path=/nixpkgs/trunk/; revision=14967
2009-04-09 12:54:39 +00:00
Eelco Dolstra 2eb05cf933 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Sander van der Burg f6938b8469 Added Amarok player for KDE 4.2
svn path=/nixpkgs/trunk/; revision=14963
2009-04-09 12:16:58 +00:00
Ludovic Courtès 71a16052ba libglademm: Propagate GTKmm and libglade.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14918
2009-04-07 19:17:23 +00:00
Eelco Dolstra 7d1c471549 * Soprano: don't depend on the JDK. This cuts 200 MB from the KDE 4
closure.  (This does remove the Sesame2 backend from Soprano.)

svn path=/nixpkgs/trunk/; revision=14876
2009-04-03 23:18:17 +00:00
Sander van der Burg 1de497f1cb Upgraded to KDE 4.2.2 and Qt-4.5.0
svn path=/nixpkgs/trunk/; revision=14855
2009-04-03 12:25:57 +00:00
Sander van der Burg 987156abfd KDM fixes
svn path=/nixpkgs/trunk/; revision=14840
2009-04-02 15:02:49 +00:00
Sander van der Burg 829f95f836 Added PAM support for KDE login manager
svn path=/nixpkgs/trunk/; revision=14824
2009-04-01 15:12:22 +00:00
Eelco Dolstra 956e469d5a * Some Gnome packages need intltool in the stdenv branch (don't know
why they built correctly in the trunk...).

svn path=/nixpkgs/branches/stdenv-updates/; revision=14823
2009-04-01 11:46:26 +00:00
Eelco Dolstra 3d6086c7a7 * Fix the kdelibs 3.5 build on the current Linux kernel headers (where
linux/inotify.h shouldn't be used anymore).

svn path=/nixpkgs/branches/stdenv-updates/; revision=14822
2009-04-01 11:33:00 +00:00
Eelco Dolstra 151bd1c17f * strigi: build without log4cxx (I don't think we need it), as
log4cxx is broken on GCC 4.3.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14821
2009-04-01 09:47:19 +00:00
Ludovic Courtès 02c50ac314 GTK-doc: More fixes.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14720
2009-03-25 23:16:02 +00:00
Ludovic Courtès 91aeb56b97 GTK-doc: Update dependencies.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14719
2009-03-25 22:53:10 +00:00
Ludovic Courtès f1500cd960 Add libglademm, C++ bindings for libglade.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14718
2009-03-25 22:25:51 +00:00
Ludovic Courtès 6c46b72f77 gnome-keyring: Add dependency on DBus and Python.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14715
2009-03-25 20:36:21 +00:00
Ludovic Courtès 7fc8e0ed6c GNOME: Pass intltool' to gnome-keyring'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14694
2009-03-25 09:40:41 +00:00
Ludovic Courtès 9398cc4450 GNOME: Add desktop applications 2.26.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14677
2009-03-24 08:49:02 +00:00
Ludovic Courtès e5275b36d7 GNOME: Fix libbonoboui.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14676
2009-03-24 08:47:50 +00:00
Ludovic Courtès 6964014968 GNOME: Fix libgnomevfs.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14675
2009-03-23 23:02:27 +00:00
Ludovic Courtès ca43b547b3 GNOME: Assorted fixes.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14674
2009-03-23 22:55:03 +00:00
Ludovic Courtès 9845dc5aec GNOME: Fix GConf, libgnomecanvas, libgnomeui.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14673
2009-03-23 22:26:15 +00:00
Ludovic Courtès 5733e0615b Gail 1.22.3 (GNOME 2.26.0).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14671
2009-03-23 21:48:53 +00:00
Ludovic Courtès 554afc577e GNOME 2.26.0 (untested).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14668
2009-03-23 20:47:40 +00:00
Ludovic Courtès 9f9aa331fc Intltool 0.40.5 (from GNOME 2.26.0).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14667
2009-03-23 20:42:52 +00:00
Eelco Dolstra 3593b97d63 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +00:00
Sander van der Burg e629ce0e07 Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. Enabled ocaml support in kdeedu
svn path=/nixpkgs/trunk/; revision=14494
2009-03-10 14:41:50 +00:00
Sander van der Burg 6529b6d14f Added builder script for kdesdk
svn path=/nixpkgs/trunk/; revision=14492
2009-03-10 12:50:30 +00:00
Sander van der Burg 68e6471a70 Fixed detection of apr-utils
svn path=/nixpkgs/trunk/; revision=14487
2009-03-10 10:18:11 +00:00
Eelco Dolstra 9fee9c7be4 * Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete it
eventually, but it seems to contain some packages that aren't in
  kde-4.2 yet).

svn path=/nixpkgs/trunk/; revision=14481
2009-03-10 07:58:12 +00:00
Sander van der Burg 3979b5359b Added aprutil as buildinput to kdesdk
svn path=/nixpkgs/trunk/; revision=14472
2009-03-09 16:05:57 +00:00
Sander van der Burg 94371463b6 Added gphoto2 support to kdegraphics
svn path=/nixpkgs/trunk/; revision=14471
2009-03-09 16:00:22 +00:00
Sander van der Burg f0614c79ff Disabled plasma python modules
svn path=/nixpkgs/trunk/; revision=14469
2009-03-09 15:52:48 +00:00
Sander van der Burg b3c8857f60 Fixed detection of PCI utils
svn path=/nixpkgs/trunk/; revision=14467
2009-03-09 15:43:05 +00:00
Sander van der Burg 01519d1005 Added subversion support for kdesdk
svn path=/nixpkgs/trunk/; revision=14466
2009-03-09 15:29:17 +00:00
Sander van der Burg f9d5952ed5 Added support for X11 VidMode extension to kdenetwork
svn path=/nixpkgs/trunk/; revision=14462
2009-03-09 15:01:37 +00:00
Sander van der Burg a901776a5f Added support for KDE 4.2 python modules
svn path=/nixpkgs/trunk/; revision=14461
2009-03-09 14:44:42 +00:00
Sander van der Burg 2c11f47c8c Added CUPS administration tools in kdeadmin
svn path=/nixpkgs/trunk/; revision=14457
2009-03-09 13:29:37 +00:00
Sander van der Burg 628c3d0929 Changed download location of phonon
svn path=/nixpkgs/trunk/; revision=14341
2009-03-05 11:44:54 +00:00
Sander van der Burg 5e8908c481 Upgrade to KDE 4.2.1
svn path=/nixpkgs/trunk/; revision=14340
2009-03-05 11:09:47 +00:00
Sander van der Burg df84d143c1 Some kdebindings-4.2 fixes
svn path=/nixpkgs/trunk/; revision=14291
2009-03-02 10:19:20 +00:00
Sander van der Burg 3a1c208a69 Added pycups,desktop_file_utils,system_config_printer packages and added python kdebindings closure
svn path=/nixpkgs/trunk/; revision=14246
2009-02-25 16:05:13 +00:00
Sander van der Burg cb40899b8d Fixed compilation bug of kdepim with qgpgme
svn path=/nixpkgs/trunk/; revision=14226
2009-02-24 13:40:11 +00:00
Sander van der Burg 02aa7e7d96 Fixed gpgme detection of kdepimlibs
svn path=/nixpkgs/trunk/; revision=14224
2009-02-24 13:00:26 +00:00
Sander van der Burg f056ebe614 Added KDE 4.2 plasma addons package
svn path=/nixpkgs/trunk/; revision=14220
2009-02-24 12:16:53 +00:00
Sander van der Burg 9b24c0a5e8 Implemented fixes to the KDE 4.2 network and pim packages
svn path=/nixpkgs/trunk/; revision=14211
2009-02-23 22:26:58 +00:00
Sander van der Burg 5ae1439f99 Added KDE 4.2 packages for sdk,pim,artwork,webdev,edu
svn path=/nixpkgs/trunk/; revision=14144
2009-02-20 16:21:36 +00:00
Sander van der Burg 3ec1bf89bb Added KDE-4.2 utils,network and toys
svn path=/nixpkgs/trunk/; revision=14133
2009-02-19 22:02:57 +00:00
Sander van der Burg d3e990cf90 Added kdeadmin-4.2 package and kdepimlibs support
svn path=/nixpkgs/trunk/; revision=14130
2009-02-19 16:14:03 +00:00
Sander van der Burg 1ff1b7b7f6 Added kdeadmin-4.2 closure
svn path=/nixpkgs/trunk/; revision=14119
2009-02-18 22:20:06 +00:00
Sander van der Burg 770b01890a Added libical package, patch submitted by Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14118
2009-02-18 20:57:36 +00:00
Sander van der Burg c8bdb1c684 Added kdegames-4.2 package
svn path=/nixpkgs/trunk/; revision=14116
2009-02-18 15:54:04 +00:00
Sander van der Burg 2d68e6a20e Added kdemultimedia-4.2
svn path=/nixpkgs/trunk/; revision=14115
2009-02-18 15:44:28 +00:00
Sander van der Burg 08e92c5e70 Added kdegraphics-4.2 closure
svn path=/nixpkgs/trunk/; revision=14114
2009-02-18 15:25:40 +00:00
Sander van der Burg 690d8bb443 Cleaned up the top-level KDE 4.2 expression a bit
svn path=/nixpkgs/trunk/; revision=14100
2009-02-17 15:23:42 +00:00
Sander van der Burg b0ad70d91e Added more KDE 4.2 packages
svn path=/nixpkgs/trunk/; revision=14085
2009-02-16 11:05:38 +00:00
Eelco Dolstra 01d3cc88c7 * Don't use OpenEXR for now since it breaks the build.
svn path=/nixpkgs/trunk/; revision=14075
2009-02-13 15:43:38 +00:00
Eelco Dolstra 5b91408a0d * Pass `pkgs' to the top-level KDE function instead of passing every
dependency explicitly.  The KDE packages still declare their
  dependencies as explicit function arguments.

svn path=/nixpkgs/trunk/; revision=14067
2009-02-13 10:42:59 +00:00
Sander van der Burg be986c5f97 Added initial KDE 4.2 nix expression which build kdelibs
svn path=/nixpkgs/trunk/; revision=14044
2009-02-12 16:26:32 +00:00
Ludovic Courtès 7da93ed738 libglade: Add meta-information.
svn path=/nixpkgs/trunk/; revision=13912
2009-01-29 21:24:15 +00:00
Ludovic Courtès 71cbd0995a Enlightenment 0.16.8.15.
Patch by John Altobelli <acocaracha@gmail.com>, minor edits by
Ludovic Courtès <ludo@gnu.org>.

svn path=/nixpkgs/trunk/; revision=13823
2009-01-22 22:46:39 +00:00
Eelco Dolstra cf6908d2f9 svn path=/nixpkgs/trunk/; revision=13563 2008-12-03 11:06:43 +00:00
Marc Weber 48f11e576b update of gnomeicontheme
svn path=/nixpkgs/trunk/; revision=13548
2008-12-02 12:27:17 +00:00
Eelco Dolstra 30d9dba60c * Use mirror://kde. (Contributed by Bas van Dijk.)
svn path=/nixpkgs/trunk/; revision=13293
2008-11-14 14:15:46 +00:00
Marc Weber df75b55ba6 added gtk-doc
svn path=/nixpkgs/trunk/; revision=13115
2008-10-26 08:39:38 +00:00
Eelco Dolstra 4a5310f67b * KDE 3.5.10.
svn path=/nixpkgs/trunk/; revision=12775
2008-08-30 14:06:28 +00:00