Nixpkgs Monitor
907788ffd7
telepathy_mission_control: update from 5.14.1 to 5.16.0
2013-12-22 01:27:16 +02:00
Nixpkgs Monitor
4c71072c35
telepathy_haze: update from 0.7.0 to 0.8.0
2013-12-22 01:26:16 +02:00
Nixpkgs Monitor
503762f5dc
telepathy_mission_control: update from 5.14.0 to 5.14.1
2013-12-14 21:29:50 +02:00
Nixpkgs Monitor
6ba2d327b6
amsn: update from 0.98.4 to 0.98.9
2013-12-11 09:47:45 +02:00
Nathaniel Baxter
65e61d8588
teamspeak_client: Updated to 3.0.13.1
...
* Updated ancient teamspeak client. From 3.0.0-beta35 to 3.0.13.1.
* Added support for i686-linux.
* Added support for pulseaudio.
* Teamspeak now uses nixos qt4 libraries.
2013-11-27 23:41:48 +01:00
Rob Vermaas
c2ea1f50ba
Add assertion for x86_64-linux for Fuze package.
2013-11-18 20:41:11 +01:00
Rob Vermaas
368ce9b70b
Add Fuze for Linux 1.0.5
2013-11-18 20:39:33 +01:00
Lluís Batlle i Rossell
fda66c9ff4
Updating tox to master
2013-11-13 09:21:44 +01:00
Bjørn Forsman
b5c1d1873a
skype: add workaround for pulseaudio glitches
...
See http://arunraghavan.net/2013/08/pulseaudio-4-0-and-skype/
Relevant bug reports:
https://github.com/NixOS/nixpkgs/issues/788
https://bugs.archlinux.org/task/35690
https://bugs.freedesktop.org/show_bug.cgi?id=50510
We don't want to disable pulseaudio timer-based scheduling (tsched=0)
because that affects everyone. It seems this is the proper distro fix
for skype + pulseaudio at the moment.
2013-10-15 22:58:12 +02:00
Lluís Batlle i Rossell
5355ab63b9
Fixes for torprpl, until making it work.
2013-10-12 18:53:59 +02:00
Lluís Batlle i Rossell
3ecba5afd1
Adding tox-prpl, a pidgin plugin for tox.
...
I use the current master, because the release 0.2.0 doesn't match the
libtoxcore expression.
2013-10-12 15:38:38 +02:00
Lluís Batlle i Rossell
8a3652544b
Moving the attribute tox_core to libtoxcore. It seems more appropiate.
2013-10-11 21:44:15 +02:00
Lluís Batlle i Rossell
fb8494b18b
Adding toxic, the reference CLI for Tox
2013-10-11 21:42:42 +02:00
Lluís Batlle i Rossell
218fa0fc5d
Adding tox-core
2013-10-11 21:32:36 +02:00
Lluís Batlle i Rossell
3ba1970cfd
Updating torchat to 0.9.9.553.
2013-10-11 19:35:38 +02:00
Eelco Dolstra
21cfef0beb
Disable some packages that don't build
2013-10-08 11:12:44 +02:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Bjørn Forsman
28ac782583
Some description fixes
...
There are many more packages to fix, this is just a start.
Rules:
* Don't repeat the package name (not always that easy...)
* Start with capital letter
* Don't end with full stop
* Don't start with "The ..." or "A ..."
I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Evgeny Egorochkin
b084b29d26
Even more mirror:// fixes
2013-07-14 04:17:07 +03:00
Evgeny Egorochkin
5ae43d2494
Change more packages from direct downloads to mirror://sourceforge
2013-07-14 02:48:32 +03:00
Lluís Batlle i Rossell
c979360b52
Adding a wrapper for sflphone-gnome (to find gtk3 schema files)
2013-07-06 14:34:15 +02:00
Lluís Batlle i Rossell
169c8ce3f7
Linphone 3.6.1
...
Lots of updates and new/old libs to get the latest linphone
It segfaults on running.
2013-06-29 16:59:08 +02:00
Lluís Batlle i Rossell
538a1d3aa1
Making sflphone build, and its gnome client too.
2013-06-27 00:09:26 +02:00
Lluís Batlle i Rossell
53f38dcbd0
Adding partially sflphone (only daemon, maybe failing to build)
2013-06-26 23:48:55 +02:00
Lluís Batlle i Rossell
3b67955fcf
skype: update from 4.1.0.20 to 4.2.0.11
2013-06-20 17:13:46 +02:00
Vladimír Čunát
b770365574
ReRevert Merge x-updates into master
...
This reverts commit ec3965d8d0
.
Conflicts (taken x-updates):
pkgs/development/libraries/libgcrypt/default.nix
pkgs/development/libraries/libgpg-error/default.nix
pkgs/development/libraries/poppler/default.nix
2013-05-29 23:25:02 +02:00
aszlig
2ad7c40a66
gajim: Optional support for notifications.
...
Actually, Gajim can use notifications through dbus if notification-daemon is
available. Otherwise it falls back to notify-python, which is why I disabled it
by default, especially because upstream support of that Python library isn't
especially awesome ;-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:18:01 +02:00
aszlig
f273e7629e
gajim: Add support for LaTeX markup.
...
This needed a bit of patching the paths to the latex and dvipng executables.
In addition, we also address a small bug by using sed:
tmpfd, tmppng = mkstemp(prefix='gajim_tex', suffix='.png')
tmpfd.close()
This obviously won't work, because mkstemp() actually returns a file descriptor
_number_ and not a Python file object.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:18:00 +02:00
aszlig
bdedaae691
gajim: Enable SRV support using drill from ldns.
...
Use a patch from Arch Linux to use drill instead of nslookup. The primary reason
for this is because nslookup is in bind, and we don't want to depend on the
whole bind package just for the sake of supporting SRV lookups.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:18:00 +02:00
aszlig
d7380bcdc7
gajim: Update gajim to version 0.15.4.
...
This fixes the following bugs:
* traceback on decryption of OpenPGP-encrypted messages
* remote_control: use GED in send_chat_message
* gajim-0.15.3 can't connect to server without StartTLS support
* "make check" fails with complaining on src/command_system/mapping.py
* Account Wizard: Make text selectable
* Gajim crashes in connect.py
Overview and details:
https://trac.gajim.org/query?status=closed&milestone=0.15.4
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:17:59 +02:00
aszlig
4535c0bbfe
gajim: Clean up and rewrite package expression.
...
This should clean up the package expression significantly by actually using
explicit input attributes and setting PYTHONPATH and GST_PLUGIN_PATH from
environment variables in the builder.
In addition, this adds a small patch from the upstream Mercurial repository to
add an index.theme to the icons, so Gajim is able to load them correctly from
the store.
With this change, I'm adding myself to the maintainers list as well, because I'm
switching over from TKabber to Gajim.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:17:58 +02:00
aszlig
f94d623ba8
gajim: Update to version 0.15.3.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-25 19:01:44 +02:00
Eelco Dolstra
ea919f29a9
hipchat: Fix desktop item
2013-05-14 14:30:15 +02:00
Vladimír Čunát
ec3965d8d0
Revert Merge x-updates into master due to mesa bloat
...
See #490 discussion.
This reverts commit 1278859d31
, reversing
changes made to 0c020c98f9
.
Conflicts:
pkgs/desktops/xfce/core/xfce4-session.nix (take master)
pkgs/lib/misc.nix (auto)
2013-05-09 14:03:35 +02:00
Vladimír Čunát
e8710f30e2
linphone: fix build via ignoring deprecations
2013-04-18 10:17:41 +02:00
Lluís Batlle i Rossell
cce9e298b8
Changing the source of skype4pidgin
...
This github fork works fine, while the previous (original) only segfaults.
2013-04-16 14:53:59 +02:00
Lluís Batlle i Rossell
9216b0598c
Adding skype4pidgin. It crashes.
2013-04-16 14:53:59 +02:00
Lluís Batlle i Rossell
e60cb1713f
pidgin: update to 2.10.7
2013-04-15 22:02:35 +02:00
Lluís Batlle i Rossell
37b1937704
pidgin-otr: update to 4.0.0
2013-04-15 21:35:26 +02:00
Michael Raskin
2974309fbd
Merge pull request #461 from orbitz/bitlbee-3.2
...
Upgrade bitlbee to 3.2
2013-04-14 23:02:39 -07:00
Lluís Batlle i Rossell
7b6a4238b1
silc-client: the irssi plugin segfaults on join, with current irssi.
...
I fix and make it build the standalone client.
2013-04-13 00:24:55 +02:00
Lluís Batlle i Rossell
2080202a34
silc_client: more url problems
...
It was harder to test, after nix-prefetch-url. Damn it.
2013-04-12 23:48:29 +02:00
Lluís Batlle i Rossell
a0bbfe59dd
silc_client: error in url
...
I should test better before push.
2013-04-12 23:44:29 +02:00
Lluís Batlle i Rossell
acf2979d9c
silc_client: Missing file
2013-04-12 23:41:09 +02:00
Lluís Batlle i Rossell
aaf0a34f2a
Adding silc-client as irssi plugin
...
Alone, with its own irssi, doesn't build.
2013-04-12 21:39:07 +02:00
Eelco Dolstra
4adad458e7
Remove the "proprietary" license
...
We already had "unfree".
2013-04-12 14:37:50 +02:00
Malcolm Matalka
254b4a8a6c
Upgrade bitlbee to 3.2
2013-04-12 07:39:58 +02:00
Shea Levy
1c2565a8ef
Add hipchat messaging client
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 14:42:32 -04:00
Lluís Batlle i Rossell
77b62dd985
skype-call-recorder: I forgot another patch. grmbl
2013-04-05 17:53:35 +02:00
Lluís Batlle i Rossell
ad5b5bcf0a
skype-call-recorder: fix expression and improve conferences
...
I missed a semicolon; I also add an upstream patch about
improving the hosted conferences support:
abd67f1d44
2013-04-05 16:11:03 +02:00
Lluís Batlle i Rossell
d5a036d63d
Adding Skype Call Recorder.
2013-04-05 16:03:25 +02:00
Vladimír Čunát
4cf8fa5f8a
centerim: fix from debian
2013-02-28 15:11:03 +01:00
Vladimír Čunát
c9d3702c97
telepathy-related: fix via update
...
Some updates were restricted by gstreamer being <1.0
2013-02-23 22:20:42 +01:00
Vladimír Čunát
0de7b2dfd8
baresip: a minor update
2013-02-23 13:00:09 +01:00
Eelco Dolstra
2b5aff10b9
psimedia: Fix building against current kernel headers
...
http://hydra.nixos.org/build/4127993
2013-02-19 12:46:52 +01:00
Shea Levy
c42d77aa35
Merge remote-tracking branch 'upstream/master' into stdenv-updates
2013-02-17 08:19:40 -05:00
Vladimír Čunát
aaf607c5dc
linphone: minor update and fix
2013-02-16 21:48:47 +01:00
Eelco Dolstra
5bb548d2e4
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-17 14:19:14 +01:00
aszlig
29aa4af796
tkabber: Add ${tk}/bin to wrapper's PATH.
...
Pesky little impurity is now fixed, as it has bitten me several times in the
last days.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-01-14 11:34:03 +01:00
Lluís Batlle i Rossell
b58780c43d
Merge remote-tracking branch 'eelco/master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial solution.
2012-12-28 23:28:16 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Piotr Pietraszkiewicz
45937caa2f
Bumped kadu to v0.12.2 and its dependency libgadu to v1.11.2
2012-12-17 20:44:59 +01:00
Florian Friesdorf
a551d61083
skype 4.1.0.20
2012-12-06 15:40:55 +01:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Alexander Tsamutali
0dc8926b06
applications/networking/instant-messengers/mcabber:
...
Updated to 0.10.1.
2012-11-23 22:36:02 +03:00
Eelco Dolstra
5d6860ec5b
skype: Update to 4.0.0.8
...
Also, use $out/libexec/skype rather than $out/opt/skype.
2012-11-08 16:31:08 +01:00
Michael Raskin
52d68190db
Update Pidgin
2012-10-29 14:27:31 +04:00
Rickard Nilsson
ae573d8501
skype: Fix syntax error in .desktop-file
2012-10-19 09:53:06 +02:00
Michael Raskin
640a13c04c
Update Psi
2012-10-17 22:59:41 +04:00
Eelco Dolstra
87399d57d6
Doh! Forgot to add file
2012-10-15 14:02:15 -04:00
Eelco Dolstra
b377586b7a
Fix psi build
...
hydra.nixos.org/build/3154247
2012-10-15 10:52:53 -04:00
Michael Raskin
4517d03af1
Opportunistic measures to prevent the need to convert null to string; they may work or may not work for actually building
2012-09-24 23:49:11 +04:00
Michael Raskin
732811700a
Added BareSIP
2012-09-24 21:03:02 +04:00
Michael Raskin
37418b3f70
Add farstream support to gajim
2012-09-23 21:39:26 +04:00
Michael Raskin
e12c0dbace
LaTeX + Spelling work
2012-09-13 19:25:04 +04:00
Michael Raskin
5df4c97694
Fix wrapping
2012-09-13 19:25:04 +04:00
Michael Raskin
c20a9e4ac5
Make Gajim find speller
2012-09-13 19:25:04 +04:00
Michael Raskin
8b7d12d0f5
Gajim: make OpenSSL code work
2012-09-13 18:03:50 +04:00
Michael Raskin
947741de5f
Gajim: update to 0.15.1
2012-09-13 18:03:50 +04:00
Michael Raskin
009db2ae7a
Fix license
2012-09-13 15:30:12 +04:00
Michael Raskin
2dec65340b
Fix python path
2012-09-13 14:46:45 +04:00
Michael Raskin
917db3212f
Add PyFeed dependency. Starts now
2012-09-13 14:32:38 +04:00
Michael Raskin
070f2419dd
Fixed a few SaT dependencies
2012-09-13 14:24:07 +04:00
Michael Raskin
b52919ac9e
Buildable Salut-à-toi
2012-09-13 14:14:49 +04:00
aszlig
36947c8957
tkabber: Honor OPENSSL_X509_CERT_FILE.
...
This gets rid of the dependency on cacert and ensures that Tkabber will read
OPENSSL_X509_CERT_FILE whenever the sslcacertstore is not set by the user in
Tkabber's options.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 07:00:00 +02:00
aszlig
c544eb4c71
tkabber: Set the correct path to tkabber-plugins.
...
This should now point to the path for the tkabber plugins package, which will be
used as soon as the tkabber-plugins derivation is available as a symlink in the
user's environment.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 07:00:00 +02:00
aszlig
e18227378a
tkabber-plugins: Add missing meta attributes.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 07:00:00 +02:00
aszlig
bf72d46084
tkabber: Add missing meta.license.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 06:59:59 +02:00
aszlig
5b59bb4d28
tkabber-plugins: Remove dependency on tkabber.
...
The tkabber plugins really do not require a dependency on tkabber itself, so
let's drop it. In addition, this also removes creating a $out/bin dir, which was
left back then when creating the tkabber-plugins derivation by copy & pasting
stuff from the main tkabber derivation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 06:59:59 +02:00
aszlig
5d15972278
tkabber: Clean up TCLLIBPATH generation.
...
This should make things a lot more DRY as we now can generalize library paths by
using the libPrefix attribute of each library. In addition this also cuts the
line length in wrapProgram.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 06:59:59 +02:00
aszlig
d058ae5b0b
tkabber: Add tclgpg to TCLLIBPATH.
...
This ensures that Tkabber can now be used with GPG support, though as of gnupg
version 2, this requires gpg-agent as well. Only if all conditions are met, an
option to actually use GPG will show up in Tkabber's settings.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 06:59:59 +02:00
aszlig
28a725fcbe
bwidget/tcllib/tcltls: Add libPrefix attributes.
...
This is what I forgot in the packages I have added a few months ago, so it's
time to revisit them and improve things, like for example set the right
libPrefix in order to stay consistent with other TCL libraries.
In addition this fixes some whitespace ugliness in the affected packages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 06:59:58 +02:00
Michael Raskin
6be27d8c4e
Vacuum-IM: update to 1.2.0
2012-08-09 08:59:38 +04:00
aszlig
b06fb762b4
Add tkabber plugins v0.11.1.
2012-06-22 14:47:34 -04:00
aszlig
74b408e151
Add tkabber v0.11.1.
2012-06-22 14:47:34 -04:00
Lluís Batlle i Rossell
19be0c1f27
Updating skype from 2.2 to 4.0
...
svn path=/nixpkgs/trunk/; revision=34544
2012-06-18 12:39:44 +00:00
Yury G. Kudryashov
5487fbe94a
telepathy-glib-0.18.1 (0.19.x requires glib-2.32.x)
...
Drop pkg-config patch, pass pkgconfigUpstream to rakia and salut.
svn path=/nixpkgs/trunk/; revision=34495
2012-06-13 07:09:23 +00:00
Yury G. Kudryashov
316222e2e1
Mass telepathy update, add telepathy-haze
...
svn path=/nixpkgs/trunk/; revision=34494
2012-06-13 07:09:19 +00:00
Yury G. Kudryashov
28aabd6311
kde-telepathy-0.4.0, tweak update script etc.
...
svn path=/nixpkgs/trunk/; revision=34493
2012-06-13 07:09:15 +00:00
Yury G. Kudryashov
6b6dba1bce
kde-telepathy-0.3.1
...
Drop upstream patches already included in this version
svn path=/nixpkgs/trunk/; revision=34402
2012-06-09 13:09:37 +00:00
Yury G. Kudryashov
5299c1f6fb
svn merge ^/nixpkgs/trunk
...
- 1 conflict (gnome-doc-utils)
- final merge before --reintegrate
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33500
2012-03-31 20:01:40 +00:00
Yury G. Kudryashov
ce85d430bc
Batch update telepathy-related packages
...
Some of these packages need glib-2.30.x, so I commit it to this branch.
Add sofia-sip and telepathy-rakia.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33475
2012-03-29 16:33:32 +00:00
Yury G. Kudryashov
3c72ac97eb
Fix typo
...
svn path=/nixpkgs/trunk/; revision=33466
2012-03-29 10:17:40 +00:00
Yury G. Kudryashov
a87c8d9bee
Add telepathy-logger
...
svn path=/nixpkgs/trunk/; revision=33457
2012-03-28 19:23:42 +00:00
Yury G. Kudryashov
0d90c06ba1
Remove some packages with Qt3 dependency
...
kde3.k3b: use kde4.k3b instead
kde3.kphone: there are many other SIP phones
valknut: last version from 2009, doesn't support new ADC protocol
qdu: latest release in 2004, use kde4.filelight
REVIEWBOARD:5
svn path=/nixpkgs/trunk/; revision=33273
2012-03-19 18:31:02 +00:00
Yury G. Kudryashov
062d040413
Let hydra build telepathy-salut
...
svn path=/nixpkgs/trunk/; revision=33216
2012-03-17 20:57:24 +00:00
Yury G. Kudryashov
11410436e5
Let hydra build kde-telepathy
...
svn path=/nixpkgs/trunk/; revision=33210
2012-03-17 17:35:29 +00:00
Yury G. Kudryashov
776bedbb5f
Remove some files not reachable from all-packages.nix
...
List of removed files:
* pkgs/applications/misc/kiwixbuilder/default.nix
* pkgs/applications/misc/simgrid/default.nix
* pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix
* pkgs/applications/networking/mailreaders/thunderbird/7.x.nix
* pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch
* pkgs/development/libraries/bluez-libs/default.nix
* pkgs/development/libraries/libjingle/0.4.0.nix
* pkgs/development/perl-modules/Font-TTF/default.nix
* pkgs/tools/X11/xauth/default.nix
* pkgs/tools/security/p0f/default.nix
* pkgs/tools/security/p0f/p0f.patch
svn path=/nixpkgs/trunk/; revision=33205
2012-03-17 17:20:30 +00:00
Yury G. Kudryashov
f0925eeded
pidgin-2.10.2
...
Use rec to prevent "name != src.basename" in the future.
REVIEW:6
svn path=/nixpkgs/trunk/; revision=33204
2012-03-17 17:12:48 +00:00
Yury G. Kudryashov
0ebb258668
telepathy: don't include unstable in full
...
svn path=/nixpkgs/trunk/; revision=33179
2012-03-16 22:22:50 +00:00
Yury G. Kudryashov
2aed4ebe88
Add telepathy-salut
...
svn path=/nixpkgs/trunk/; revision=33143
2012-03-16 06:58:03 +00:00
Yury G. Kudryashov
fe1115caf4
Make nixpkgs ready for gst_all attrset removal
...
svn path=/nixpkgs/trunk/; revision=33092
2012-03-14 22:44:52 +00:00
Yury G. Kudryashov
68fe867e19
Get rid of most references to gtkLibs
...
svn path=/nixpkgs/trunk/; revision=33088
2012-03-14 21:57:32 +00:00
Yury G. Kudryashov
044361ec18
Pass qt_gstreamer to ktp-call-ui
...
svn path=/nixpkgs/trunk/; revision=33080
2012-03-14 19:35:46 +00:00
Yury G. Kudryashov
7a31872261
Add kde4.telepathy.call_ui
...
Very experimental, fails to build (missing deps)
svn path=/nixpkgs/trunk/; revision=33077
2012-03-14 19:35:30 +00:00
Yury G. Kudryashov
0a7c3ff061
Add telepathy-mission-control
...
svn path=/nixpkgs/trunk/; revision=33066
2012-03-14 16:28:11 +00:00
Yury G. Kudryashov
4874ff1144
Move some IM clients to instant-messengers/
...
svn path=/nixpkgs/trunk/; revision=33065
2012-03-14 15:41:44 +00:00
Yury G. Kudryashov
dc2d99ec96
Move telepathy-gabble to applications
...
svn path=/nixpkgs/trunk/; revision=33064
2012-03-14 15:41:37 +00:00
Yury G. Kudryashov
cddd413130
Add KDE-Telepathy
...
It compiles but I haven't tried to run it.
svn path=/nixpkgs/trunk/; revision=33063
2012-03-14 09:52:21 +00:00
Peter Simons
02eaa57b56
merge latest changes from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32270
2012-02-14 13:47:27 +00:00
Yury G. Kudryashov
5b132f6e96
svn merge ^/nixpkgs/trunk
...
Conflicts: cups, all-packages.nix (gcc45_debug)
svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
2012-01-26 15:27:03 +00:00
Karn Kallio
8e00bbb06b
Get kadu to compile with kde48 (as well as kde47).
...
svn path=/nixpkgs/trunk/; revision=31800
2012-01-24 00:00:41 +00:00
Karn Kallio
39206f5b44
Get psi to compile with kde47 and kde48.
...
svn path=/nixpkgs/trunk/; revision=31799
2012-01-24 00:00:34 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Michael Raskin
6fd326a636
Remove obsolete phase
...
svn path=/nixpkgs/trunk/; revision=31618
2012-01-18 10:27:48 +00:00
Michael Raskin
a975a35254
Update Vacuum-IM
...
svn path=/nixpkgs/trunk/; revision=31617
2012-01-18 10:26:38 +00:00
Lluís Batlle i Rossell
1c186a3207
Making 'withGpg' optional in centerim.
...
svn path=/nixpkgs/trunk/; revision=31504
2012-01-12 19:00:35 +00:00
Lluís Batlle i Rossell
72aa6f5ffc
Adding centerim.
...
svn path=/nixpkgs/trunk/; revision=31503
2012-01-12 18:55:08 +00:00
Peter Simons
a856742950
torchat: tell Hydra that it shouldn't attempt to build that package an Cygwin (fails with an assertion)
...
svn path=/nixpkgs/trunk/; revision=30833
2011-12-11 18:35:20 +00:00
Piotr Pietraszkiewicz
6cb70eea88
upgraded to kadu-0.10.1
...
svn path=/nixpkgs/trunk/; revision=30781
2011-12-06 19:11:15 +00:00
Evgeny Egorochkin
351ff3583d
TorChat: packaged
...
svn path=/nixpkgs/trunk/; revision=30480
2011-11-19 17:12:00 +00:00
Lluís Batlle i Rossell
45388a9ae1
Updating aMSN.
...
svn path=/nixpkgs/trunk/; revision=30420
2011-11-14 09:59:26 +00:00
Lluís Batlle i Rossell
c95d373b68
Patching gtmess; it did not build on arm.
...
svn path=/nixpkgs/trunk/; revision=30230
2011-11-04 18:10:44 +00:00
Lluís Batlle i Rossell
6d9179983b
Semicolon
...
svn path=/nixpkgs/trunk/; revision=30222
2011-11-04 10:35:21 +00:00
Lluís Batlle i Rossell
0f0ca48a8d
Adding gtmess
...
svn path=/nixpkgs/trunk/; revision=30221
2011-11-04 10:28:18 +00:00
Shea Levy
3447d62e64
pidgin-sipe: Bump to 1.12.0
...
svn path=/nixpkgs/trunk/; revision=30177
2011-11-02 00:19:19 +00:00
Piotr Pietraszkiewicz
e0111c4232
kadu-0.10.0 (forgotten commit)
...
svn path=/nixpkgs/trunk/; revision=29371
2011-09-19 22:05:06 +00:00
Piotr Pietraszkiewicz
a1680bc96b
kadu-0.10.0
...
svn path=/nixpkgs/trunk/; revision=29370
2011-09-19 22:04:03 +00:00
Piotr Pietraszkiewicz
44a7252405
made myself a maintainer of kadu
...
svn path=/nixpkgs/trunk/; revision=29259
2011-09-13 20:54:02 +00:00
Michael Raskin
cd68b91a4f
Update Vacuum
...
svn path=/nixpkgs/trunk/; revision=28948
2011-09-01 06:15:12 +00:00
David Guibert
7de614fdf3
pidgin 2.9.0
...
svn path=/nixpkgs/trunk/; revision=28425
2011-08-09 12:35:55 +00:00
Karn Kallio
514407c726
Repair kadu to get it building again.
...
svn path=/nixpkgs/trunk/; revision=28160
2011-08-04 21:04:19 +00:00
Piotr Pietraszkiewicz
8d546fbdb8
upgraded kadu to v0.9.2 + fixed typos in description
...
svn path=/nixpkgs/trunk/; revision=28143
2011-08-03 18:36:56 +00:00
Ludovic Courtès
e7349f4329
BitlBee 3.0.3.
...
svn path=/nixpkgs/trunk/; revision=27985
2011-07-28 12:08:08 +00:00
Michael Raskin
a0d97d5eb2
Adding OneTeam XMPP client
...
svn path=/nixpkgs/trunk/; revision=27553
2011-06-28 09:45:09 +00:00
Michael Raskin
6c133d03f6
Pidgin needs libgcrypt for GNUTLS
...
svn path=/nixpkgs/trunk/; revision=26819
2011-04-13 10:03:07 +00:00
Michael Raskin
4c8bf75b30
Update Vacuum-IM
...
svn path=/nixpkgs/trunk/; revision=26413
2011-03-18 08:06:36 +00:00
Piotr Pietraszkiewicz
2b81894a3c
dynamic likner finds the libX11.so again
...
svn path=/nixpkgs/trunk/; revision=25710
2011-01-27 23:49:00 +00:00
Piotr Pietraszkiewicz
59e243b062
made kadu compilable again on x86-64 NixOS platform
...
svn path=/nixpkgs/trunk/; revision=25709
2011-01-27 23:45:06 +00:00
Armijn Hemel
e6e51b2d83
update to 2.7.9
...
svn path=/nixpkgs/trunk/; revision=25544
2011-01-13 18:47:46 +00:00