Commit graph

355 commits

Author SHA1 Message Date
Lluís Batlle i Rossell 6f462d2c7c Adding (quite blindly) some gnome packages to get gnucash built.
svn path=/nixpkgs/trunk/; revision=19638
2010-01-24 21:32:09 +00:00
Armijn Hemel 53abbeb8e7 fix path for patch
svn path=/nixpkgs/trunk/; revision=19502
2010-01-17 20:19:47 +00:00
Armijn Hemel fe20c0ad38 add patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526164
svn path=/nixpkgs/trunk/; revision=19501
2010-01-17 20:12:04 +00:00
Lluís Batlle i Rossell 87e357c167 Enabling ACLs in kdelibs. Not in the cleanest way, but I wrote a comment about the hack.
svn path=/nixpkgs/trunk/; revision=19496
2010-01-17 00:15:22 +00:00
Lluís Batlle i Rossell 9b5743ceac Adding kerberos into kdelibs (I think this may enable konqueror browse https)
svn path=/nixpkgs/trunk/; revision=19495
2010-01-16 23:40:30 +00:00
Lluís Batlle i Rossell 1743ba3ba8 Adding the digikam I forgot before. Enabling in it and kipi-plugins 'platforms' for hydra
to build them.

svn path=/nixpkgs/trunk/; revision=19490
2010-01-16 21:07:32 +00:00
Lluís Batlle i Rossell 063ef1925d Adding digikam and kipi-plugins for kde4.
svn path=/nixpkgs/trunk/; revision=19488
2010-01-16 20:13:20 +00:00
Lluís Batlle i Rossell 30f1f2312d Updating strigi
svn path=/nixpkgs/trunk/; revision=19483
2010-01-16 15:06:55 +00:00
Michael Raskin d263076f5a Minor update of libsoup
svn path=/nixpkgs/trunk/; revision=19424
2010-01-14 09:23:38 +00:00
Armijn Hemel a8eaa8c486 update to 3.3.2
svn path=/nixpkgs/trunk/; revision=19104
2009-12-25 00:16:39 +00:00
Armijn Hemel b668bddc97 update amarok to 2.2.1, doesn't run on Fedora 12 with GNOME though, possibly related to something else going wrong
svn path=/nixpkgs/trunk/; revision=19100
2009-12-24 23:11:30 +00:00
Armijn Hemel fc8a7ab83a sync name with actual version
svn path=/nixpkgs/trunk/; revision=19099
2009-12-24 22:18:28 +00:00
Sander van der Burg f8ad31189f Massive KDE upgrade:
- 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
2009-12-02 10:51:33 +00:00
Lluís Batlle i Rossell c922164751 Adding filelight for kde4.
svn path=/nixpkgs/trunk/; revision=18570
2009-11-23 21:15:11 +00:00
Sander van der Burg 853bfbd0b6 Upgraded eigen to 2.0.9
svn path=/nixpkgs/trunk/; revision=18484
2009-11-20 13:21:58 +00:00
Michael Raskin 0c0f090bc9 Fix gnome-doc-utils
svn path=/nixpkgs/trunk/; revision=18247
2009-11-07 09:34:12 +00:00
Sander van der Burg 9d3ccc5116 Fixed kdenetwork and accessibility
svn path=/nixpkgs/trunk/; revision=18168
2009-11-05 22:16:31 +00:00
Sander van der Burg 775075a0e8 Upgraded KDE to 4.3.3
svn path=/nixpkgs/trunk/; revision=18132
2009-11-05 12:13:46 +00:00
Eelco Dolstra 304e339d4f * Added libglademm.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18120
2009-11-04 22:07:32 +00:00
Eelco Dolstra 81f1c3e7d5 * Get rid of Gnome 2.26.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18119
2009-11-04 21:50:13 +00:00
Eelco Dolstra ac4d183051 * Added gnome-icon-theme.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18118
2009-11-04 21:44:01 +00:00
Eelco Dolstra cfe0ffad3a * Fixed some more Gnome packages.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18088
2009-11-04 09:17:27 +00:00
Eelco Dolstra 7cec6e4f52 * Fix startup-notification.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18087
2009-11-04 07:33:27 +00:00
Eelco Dolstra 56ea7df62d * Several buildInputs of Gnome-related packages should be
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
2009-11-03 23:26:14 +00:00
Eelco Dolstra 6fbcf62941 * Fix libgsf.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18081
2009-11-03 21:48:09 +00:00
Eelco Dolstra f1f8debe62 * Lots of packages refer to gnomevfs and startupnotification.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18079
2009-11-03 20:56:26 +00:00
Eelco Dolstra 9692c7f38c * Lots of packages refer to gnome.glib etc., so propagate them.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18063
2009-11-01 14:15:03 +00:00
Eelco Dolstra 18e5da0f60 * Delete the old Gnome.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18062
2009-11-01 14:14:27 +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 5884530154 * Deleted KDE 4.2.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18035
2009-10-29 18:04:46 +00:00
Marc Weber 9252996ae7 ktorrent update - by Russell O'Connor
svn path=/nixpkgs/trunk/; revision=17925
2009-10-22 15:41:37 +00:00
Michael Raskin bed14405fb Fix gtkglext build
svn path=/nixpkgs/trunk/; revision=17906
2009-10-21 07:02:04 +00:00
Michael Raskin cfb6be6e31 Add gtkglext
svn path=/nixpkgs/trunk/; revision=17905
2009-10-20 22:20:58 +00:00
Lluís Batlle i Rossell 585654955f Removing references to libkipi. I just discovered it is for kde 3.x.
svn path=/nixpkgs/trunk/; revision=17746
2009-10-11 15:52:03 +00:00
Lluís Batlle i Rossell 613ae5e387 Trying to add kde43.libkipi. It still doesn't work, but the actual expression
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
2009-10-11 15:16:46 +00:00
Sander van der Burg 4232caa53f Added konversation for KDE 4.x package
svn path=/nixpkgs/trunk/; revision=17741
2009-10-10 12:51:51 +00:00
Sander van der Burg 730c14b4b7 Upgraded KDE to version 4.3.2
svn path=/nixpkgs/trunk/; revision=17675
2009-10-06 12:38:37 +00:00
Lluís Batlle i Rossell d34b69e638 Adding all kde language files, and a script to update them for next kde 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
2009-10-03 13:37:31 +00:00
Sander van der Burg a9e0071c02 Added builder script for KDE PIM runtime
svn path=/nixpkgs/trunk/; revision=17626
2009-10-03 12:25:57 +00:00
Sander van der Burg a23bcc282d Changed DBUS module prefix of KDE PIM runtime, so that it won't complain when it is installed
svn path=/nixpkgs/trunk/; revision=17625
2009-10-03 12:25:27 +00:00
Sander van der Burg 6437240b8e Fixed compilation of KDE PIM runtime
svn path=/nixpkgs/trunk/; revision=17624
2009-10-03 11:30:16 +00:00
Lluís Batlle i Rossell d0157e7b45 He afegit la traducció del kde al català.
Adding the kde Catalan localisation.

svn path=/nixpkgs/trunk/; revision=17623
2009-10-02 22:01:23 +00:00
Sander van der Burg a5f44e374d Added KDE 4.3 accessibility package
svn path=/nixpkgs/trunk/; revision=17574
2009-10-01 13:53:08 +00:00
Sander van der Burg 8266e6050b Added PolicyKit-qt support to KDE 4.3
svn path=/nixpkgs/trunk/; revision=17572
2009-10-01 12:37:14 +00:00
Michael Raskin 77da703f41 Add missing dependency
svn path=/nixpkgs/trunk/; revision=17542
2009-09-30 11:32:28 +00:00
Michael Raskin f8abffe6b1 Give up and use older GConf
svn path=/nixpkgs/trunk/; revision=17540
2009-09-30 11:21:58 +00:00
Michael Raskin 944ba5b24f Some more includes for GConf..
svn path=/nixpkgs/trunk/; revision=17536
2009-09-30 07:55:24 +00:00
Michael Raskin 52b983ff1f GConf needs some more includes specified explcitly..
svn path=/nixpkgs/trunk/; revision=17534
2009-09-30 07:42:53 +00:00
Michael Raskin 228f0f8c68 GConf needs more than I thought..
svn path=/nixpkgs/trunk/; revision=17533
2009-09-30 07:03:04 +00:00
Michael Raskin 36742ba965 GConf was wrong about include file location..
svn path=/nixpkgs/trunk/; revision=17532
2009-09-30 06:50:32 +00:00
Michael Raskin 0a268df445 gnome-doc-utils wants Python LibXML2
svn path=/nixpkgs/trunk/; revision=17531
2009-09-30 06:45:14 +00:00
Michael Raskin 35bc5b52f7 gtksourceview needs gettext
svn path=/nixpkgs/trunk/; revision=17530
2009-09-30 06:43:17 +00:00
Michael Raskin 48db154dbb Oops. A typo in a fix for a fix of a typo..
svn path=/nixpkgs/trunk/; revision=17529
2009-09-30 06:35:09 +00:00
Michael Raskin 2867fa8a94 Add gtksourceview
svn path=/nixpkgs/trunk/; revision=17526
2009-09-30 06:29:56 +00:00
Michael Raskin 05656ca21a Oops, fix one more typo
svn path=/nixpkgs/trunk/; revision=17525
2009-09-30 06:17:54 +00:00
Michael Raskin 6936d8fbec Allow both gtk_doc and gtkdoc names for now
svn path=/nixpkgs/trunk/; revision=17524
2009-09-30 06:16:47 +00:00
Michael Raskin e2fd504dff Oops, typos in automated update
svn path=/nixpkgs/trunk/; revision=17523
2009-09-30 06:10:45 +00:00
Michael Raskin c1ae2bd62f Adding Gnome-2.28 sources
svn path=/nixpkgs/trunk/; revision=17519
2009-09-30 05:27:34 +00:00
Eelco Dolstra 9cd0893306 svn path=/nixpkgs/trunk/; revision=17465 2009-09-28 11:39:43 +00:00
Eelco Dolstra 7dd58cda98 * Sigh. For PolicyKit, follow the upstream names, otherwise I'll get
a headache.  "polkit" is the new, unstable release series.
  "policykit" is the old series.  (See
  http://lists.freedesktop.org/archives/polkit-devel/2009-February/000106.html
  for an "explanation" of the name change.)  It seems that for HAL we
  need to revert to the old "policykit", since it doesn't compile
  against "polkit".

svn path=/nixpkgs/trunk/; revision=17425
2009-09-25 20:06:36 +00:00
Marc Weber 7620dccae9 fix some urls (kde), packages have been moved from stable to "Attic"
svn path=/nixpkgs/trunk/; revision=17404
2009-09-24 18:22:26 +00:00
Marc Weber 47828714e4 redland 1.0.9 breaks kde-4.3. So also provide 1.0.8
svn path=/nixpkgs/trunk/; revision=17357
2009-09-22 23:07:35 +00:00
Eelco Dolstra 5d0b5d06e9 * qt-4 -> qt-4.4.
* kde-4.2 shouldn't depend on poppler built with qt 4.5.

svn path=/nixpkgs/trunk/; revision=17084
2009-09-13 11:04:54 +00:00
Eelco Dolstra b6a5b7267e svn path=/nixpkgs/trunk/; revision=17081 2009-09-13 10:45:16 +00:00
Sander van der Burg 9612c02ad7 Added marble support to kdeplasma-addons
svn path=/nixpkgs/trunk/; revision=17055
2009-09-11 14:46:39 +00:00
Sander van der Burg cdfc752210 Added XPlanet support to kdeedu-4.3.1, not that is an essential feature but it looks cool :-)
svn path=/nixpkgs/trunk/; revision=17054
2009-09-11 14:06:51 +00:00
Sander van der Burg 0ff1faaf1b - Added Qt script generator package (dependency for Amarok)
- Added taglib-extras package (dependency for Amarok)
- Upgraded Amarok to 2.1.1


svn path=/nixpkgs/trunk/; revision=17045
2009-09-11 12:05:23 +00:00
Sander van der Burg 2b0544f223 - Loudmouth uses OpenSSL now instead of GnuTLS, because I could not compile it with GnuTLS
- Upgraded KOffice to 2.0.2
- Upgraded KTorrent to 3.2.3
- Upgraded Amarok to 2.1.1


svn path=/nixpkgs/trunk/; revision=17038
2009-09-10 21:08:46 +00:00
Sander van der Burg f0bc865339 Upgraded kmplayer to 0.11.1b
svn path=/nixpkgs/trunk/; revision=17037
2009-09-10 20:39:43 +00:00
Sander van der Burg 98bad63d6c Upgraded kdesvn to 1.4.0
svn path=/nixpkgs/trunk/; revision=17036
2009-09-10 20:34:45 +00:00
Sander van der Burg aa2946a8c5 Claimed maintainership on the krusader package
svn path=/nixpkgs/trunk/; revision=17035
2009-09-10 20:27:23 +00:00
Sander van der Burg 96ff884c3d - Added kdepim-runtime package
- Updated KDE plasma addons to 4.3.1


svn path=/nixpkgs/trunk/; revision=17033
2009-09-10 20:01:22 +00:00
Sander van der Burg b8efc63561 Updated KDE bindings, admin, utils to 4.3.1
svn path=/nixpkgs/trunk/; revision=17032
2009-09-10 19:14:48 +00:00
Sander van der Burg 82ce10a720 Upgraded KDE network, pim to 4.3.1
svn path=/nixpkgs/trunk/; revision=17014
2009-09-10 16:11:29 +00:00
Sander van der Burg 33d7ae6288 Upgraded KDE EDU to 4.3.1
svn path=/nixpkgs/trunk/; revision=17011
2009-09-10 14:58:08 +00:00
Sander van der Burg 48497bd320 Upgraded KDE SDK, Multimedia, Webdev to 4.3.1
svn path=/nixpkgs/trunk/; revision=17009
2009-09-10 13:57:37 +00:00
Sander van der Burg 4e39d699c4 Updated KDE toys to 4.3.1
svn path=/nixpkgs/trunk/; revision=17007
2009-09-10 13:13:48 +00:00
Sander van der Burg 51e0549398 - Added oxygen icons, which are mandatory for KDE 4.3
- Updated DJVU libre to 3.5.22
- Updated KDE graphics, artwork, games to 4.3.1
- Poppler Qt4 backend now uses QT-4.5.x


svn path=/nixpkgs/trunk/; revision=17006
2009-09-10 13:04:14 +00:00
Sander van der Burg 16beaadb96 Implemented base packages for KDE 4.3.1
svn path=/nixpkgs/trunk/; revision=16993
2009-09-09 10:53:32 +00:00
Sander van der Burg 379a499dca Updated all KDE support packages required for KDE 4.3
svn path=/nixpkgs/trunk/; revision=16988
2009-09-08 14:38:27 +00:00
Rob Vermaas e4b91c91c7 typo
svn path=/nixpkgs/trunk/; revision=16973
2009-09-07 10:07:03 +00:00
Eelco Dolstra 28af8ad308 * Fix the build of gnome-utils.
svn path=/nixpkgs/trunk/; revision=16944
2009-09-02 22:42:52 +00:00
Michael Raskin a212ab8899 gnome-keyring is not what we really need in libsoup for WebKit, so build fresh libsoup without Gnome features causing failure
svn path=/nixpkgs/trunk/; revision=16827
2009-08-24 07:29:37 +00:00
Michael Raskin 6770d7aa4d Downgrade WebKit - probably enough to go with old libsoup. Libsoup mostly updated, but it seems to require fresher unstable gtk...
svn path=/nixpkgs/trunk/; revision=16826
2009-08-24 07:25:30 +00:00
Michael Raskin 2f8c8d39e8 OOps, fixed wrong file
svn path=/nixpkgs/trunk/; revision=16825
2009-08-24 05:31:15 +00:00
Michael Raskin f6ad0fc5ee Who could think nix-prefetch-git defaults to md5...
svn path=/nixpkgs/trunk/; revision=16824
2009-08-24 05:29:39 +00:00
Michael Raskin be9c640e16 Forgot to replace fetchurl -> fetchgit
svn path=/nixpkgs/trunk/; revision=16823
2009-08-24 05:25:58 +00:00
Michael Raskin 0e6cd4b794 Fix typo
svn path=/nixpkgs/trunk/; revision=16821
2009-08-24 05:19:30 +00:00
Michael Raskin 8e85ed36fb Update WebKit to latest and use Git checkout for libsoup
svn path=/nixpkgs/trunk/; revision=16820
2009-08-24 04:55:55 +00:00
Marc Weber ad292ae9d4 pass intltool to gnomepanel making. It didn't build without it
svn path=/nixpkgs/trunk/; revision=16807
2009-08-22 09:18:02 +00:00
Marc Weber 05ebbec1aa pass zoneinfo to libgweather
svn path=/nixpkgs/trunk/; revision=16806
2009-08-22 09:17:54 +00:00
Michael Raskin a194af141b Fix GConf from Gnome 2.26
svn path=/nixpkgs/trunk/; revision=16751
2009-08-17 18:31:42 +00:00
Michael Raskin 06b4ca8e6c Fix policyKit references
svn path=/nixpkgs/trunk/; revision=16726
2009-08-16 08:52:18 +00:00
Sander van der Burg 9b32ae7ce3 - Started my initial KDE 4.3.x expression which is a fork of the KDE 4.2.x expression
- Also forked the qt-4.4.x expression and adapted it. The old qt-4.4.x cannot be replaced since KDE 4.2.x does not work with qt-4.5.x, but on the other hand KDE 4.3.x requires qt-4.5.x
- It is now possible to disable the demos and examples in the qt-4.5.x build. By default, the demos, examples and documentation are disabled


svn path=/nixpkgs/trunk/; revision=16723
2009-08-15 14:02:49 +00:00
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