Lluís Batlle i Rossell
ea35aa3836
Making scrollkeeper build in the loongson (config.guess trouble)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23580
2010-09-01 08:36:35 +00:00
Ludovic Courtès
6ffaf59086
GtkGLExt 1.2.0.
...
svn path=/nixpkgs/trunk/; revision=23364
2010-08-23 14:52:00 +00:00
Eelco Dolstra
4b6b9f8256
* Apply a patch in vte to fix the cursor being invisible in xfce's
...
terminal application.
svn path=/nixpkgs/trunk/; revision=23037
2010-08-08 14:27:43 +00:00
Eelco Dolstra
5f8b8ae1d1
* Added weechat and updated xfce-terminal and vte. (From Graeme
...
Caldwell <graemercaldwell@gmail.com>.)
svn path=/nixpkgs/trunk/; revision=22965
2010-08-05 15:47:15 +00:00
Michael Raskin
80e2d957e6
Add a patch to work around GNU TLS behavior
...
svn path=/nixpkgs/trunk/; revision=22540
2010-07-08 20:38:48 +00:00
Michael Raskin
b3378524fa
Add libsoup 2.31 - may work better with GnuTLS update
...
svn path=/nixpkgs/trunk/; revision=22523
2010-07-08 09:02:10 +00:00
Lluís Batlle i Rossell
57c012a16c
Attempt at adding 'pinta'. It still does not build due to mono problems.
...
Nevertheless, I updated the gnome attribute names a bit so all that
gtk-sharp-2 goes a bit beyond.
svn path=/nixpkgs/trunk/; revision=22287
2010-06-15 22:25:38 +00:00
Ludovic Courtès
25a7c36007
GTK-Doc 1.15, with PDF support.
...
svn path=/nixpkgs/trunk/; revision=22004
2010-05-27 13:08:21 +00:00
Peter Simons
807ed4dea3
pkgs/desktops/gnome-2.28/default.nix: strip trailing white space
...
svn path=/nixpkgs/trunk/; revision=21861
2010-05-19 12:25:41 +00:00
Peter Simons
af899f1956
pkgs/desktops/gnome-2.28/platform/libIDL: fixed build failure on Darwin
...
The build needs gettext, or it will fail to link libintl.
svn path=/nixpkgs/trunk/; revision=21860
2010-05-19 12:25:38 +00:00
Peter Simons
0db2caa183
pkgs/desktops/gnome-2.28/platform/gnome-vfs: don't require hal unless the host OS is Linux
...
svn path=/nixpkgs/trunk/; revision=21859
2010-05-19 12:25:35 +00:00
Peter Simons
79a6a66322
libgnomeprintui derivation
...
svn path=/nixpkgs/trunk/; revision=21647
2010-05-07 14:01:52 +00:00
Rob Vermaas
2b42e23a64
libgweather: added assertion
...
svn path=/nixpkgs/trunk/; revision=21113
2010-04-16 06:47:55 +00:00
Eelco Dolstra
21cae80fed
svn path=/nixpkgs/trunk/; revision=20951
2010-04-06 09:45:37 +00:00
Lluís Batlle i Rossell
40985548d1
Merging from Oleksandr:
...
Updating some gnome packages and pigz.
svn path=/nixpkgs/trunk/; revision=20154
2010-02-21 12:25:36 +00:00
Alexander Tsamutali
7a05d7ca38
desktops/gnome-2.28/desktop/vte: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=20142
2010-02-20 19:24:52 +00:00
Eelco Dolstra
77bf39bf82
* Fix Nixpksg evaluation.
...
svn path=/nixpkgs/trunk/; revision=19706
2010-01-27 10:58:31 +00:00
Lluís Batlle i Rossell
029cd0a213
Adding gtkhtml, another program needed for gnucash to build.
...
I thought gtkhtml was not needed, and in my previous commit I removed it as a gnucash dependency.
svn path=/nixpkgs/trunk/; revision=19639
2010-01-24 22:07:53 +00:00
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
Michael Raskin
d263076f5a
Minor update of libsoup
...
svn path=/nixpkgs/trunk/; revision=19424
2010-01-14 09:23:38 +00:00
Michael Raskin
0c0f090bc9
Fix gnome-doc-utils
...
svn path=/nixpkgs/trunk/; revision=18247
2009-11-07 09:34:12 +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
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
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
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