Commit Graph

12003 Commits

Author SHA1 Message Date
ajacoutot
6df8ba22ee Committed upstream. 2012-07-17 07:47:01 +00:00
dcoppa
89660fab0e Bugfix: don't display empty strings from i3status in i3bar
(upstream git commit 3daa3e052f2388f95ef525bdcb6cca840d4f9a32)
2012-07-16 14:38:22 +00:00
jasper
ca77bb0507 - update to 3.4.3 2012-07-16 08:27:48 +00:00
jasper
b02265d8b7 adjust libchamplain dependencies 2012-07-16 08:13:45 +00:00
ajacoutot
d7cc47da1e Regen WANTLIB to unbreak.
spotted by naddy@
2012-07-16 07:19:25 +00:00
ajacoutot
c8fd52c995 Bugfix update to gtk+2-2.24.11. 2012-07-16 07:11:01 +00:00
ajacoutot
6569228df9 Update to gtk+3-3.4.4. 2012-07-16 06:36:01 +00:00
ajacoutot
65e25c1817 Committed upstream. 2012-07-15 08:18:53 +00:00
ajacoutot
ce608d99f7 Committed upstream. 2012-07-15 08:03:33 +00:00
ajacoutot
b6adb579c0 Update to libsecret-0.6. 2012-07-14 07:51:47 +00:00
ajacoutot
1b5dc4a595 --enable-*=no => --disable 2012-07-13 16:57:39 +00:00
ajacoutot
afa6611b95 --disable-static 2012-07-13 16:56:55 +00:00
ajacoutot
7105611795 --disable-static 2012-07-13 16:35:26 +00:00
sebastia
60b2386adb Make the GNUstep GUI builder Gorm usable again.
OK aja@
2012-07-13 15:40:43 +00:00
ajacoutot
d7d6f2b4c2 Committed upstream. 2012-07-13 15:23:59 +00:00
kili
cd0bdeb796 Adjust WANTLIB for poppler-0.20.
ok aja@
2012-07-13 15:06:55 +00:00
ajacoutot
d3a7b4746f Regen WANTLIB to unbreak. 2012-07-13 12:45:27 +00:00
ajacoutot
24c387585e Fix gnome-shell-extension-prefs. 2012-07-13 12:01:35 +00:00
ajacoutot
5a8c8f2633 Update to libsecret-0.4. 2012-07-13 11:31:27 +00:00
ajacoutot
4c4a0e7aea Regen distinfo. 2012-07-13 10:33:14 +00:00
ajacoutot
e2a670be69 Add BZ link. 2012-07-13 10:26:30 +00:00
ajacoutot
7039ddfd93 Define _XOPEN_SOURCE_EXTENDED for strptime(3). This fixes the runtime
crash.
2012-07-13 10:20:21 +00:00
espie
aed3a826ca -L -L used to work with libtool 1 (for a strange definition of "work")
well, let's fix this for our libtool instead of having
more "surprises" on the way.
2012-07-13 09:44:46 +00:00
jasper
10b175bba4 fix wantlib 2012-07-13 09:39:03 +00:00
ajacoutot
19e32bae7f So, our linker does not hide private symbols... which results in a big
amount of crashes because gcr, libgnome-keyring and gnome-keyring share
some common (private) symbol names.
Miod says there is no workaround...

For gnome-shell, just stop linking to libgnome-keyring which we don't
need anyway since it is only needed by the network-manager functionnality
that is obviously disabled for us.
2012-07-13 08:03:53 +00:00
ajacoutot
35a4bc964a Update to gtk-vnc-0.5.1. 2012-07-13 07:15:57 +00:00
dcoppa
94b010f930 Finish the work with lua and cmake: it's nicer and more compact now. 2012-07-12 15:36:20 +00:00
jasper
5f142059aa sigh, forgot another one 2012-07-12 12:18:53 +00:00
ajacoutot
f37316b8ec Link to BZ. 2012-07-12 11:35:36 +00:00
ajacoutot
968f460a00 Fix "secure memory" allocation. 2012-07-12 10:59:13 +00:00
jasper
bc8928052d forgot to commit this bump/wantlib fix 2012-07-12 08:08:46 +00:00
ajacoutot
8c67ac4d50 Minor update to gnome-screensaver-3.4.3. 2012-07-12 07:18:15 +00:00
ajacoutot
7ac03b5175 Missing build depends on clutter.
spotted by sthen@
2012-07-11 12:34:09 +00:00
dcoppa
eed08cd457 i3bar: inform _all_ clients of new tray selection owner.
This fixes a problem with X-chat (and possibly others).
(upstream git commit 8a3574f301725ba48484c05408e35ecec27aad65)
2012-07-11 09:34:54 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
d81eaeb0d8 fixes for lua
from dcoppa@
2012-07-10 15:20:24 +00:00
zinke
daadbeba7a link x11/sselp 2012-07-10 12:32:16 +00:00
zinke
7abcab7d94 Import sselp-0.2.
Description:
Simple X selection printer. Prints the X selection to stdout. If there
is no X client owning the selection it just exits. Useful for scripts
where you can query the X selection without pressing mouse Button2 in
cumbersome ways.

Based roughly on a submission from Jan Klemkow.

ok sthen@
2012-07-10 12:24:54 +00:00
ajacoutot
15ff2f4f21 Remove uneeded configure arg. 2012-07-10 11:41:18 +00:00
mpi
c59cfc290e Make use of openpty(3) to allocate a pseudo-tty required for the ssh
authentication. This allow to mount sftp shares using passwords with
any application relying on gvfs. With a lot of help from nicm@.

Packages already bumped but I failed again with cvs add.

Ok ajacoutot@, jasper@
2012-07-10 10:15:19 +00:00
mpi
98bc90f5bb Make use of openpty(3) to allocate a pseudo-tty required for the ssh
authentication. This allow to mount sftp shares using passwords with
any application relying on gvfs. With a lot of help from nicm@.

Ok ajacoutot@, jasper@
2012-07-10 10:07:16 +00:00
sebastia
a700373bff Do not link against -lpthread
Pointed out and OK aja@
2012-07-10 09:19:32 +00:00
gonzalo
4c1f4c4821 Update for Spectrwm to 1.1.1 with some changes:
* Fix status bar flicker by double-buffering the output.
* Add horizontal_flip and vertical_flip layout options.
* Kill references before focusing on a new window.
* Add new options to change focus behavior on window open and close.
* Increase workspace hard limit to 22.
* Tons of wart removals
* Add backwards compatibility for the spawn_term binding
* Add clarification to man page that default workspace_limit is 10.

Tested on amd64.

"no objection.." sthen@
2012-07-09 21:35:46 +00:00
ajacoutot
8144deee1a Don't be mad and dump a big core if evolution is not installed.
From upstream.
2012-07-09 18:01:16 +00:00
ajacoutot
ed0363ea1f Committed upstream. 2012-07-09 17:21:27 +00:00
zinke
3395d80f40 Update to st 0.2.1.
ok sebastia@
2012-07-09 16:37:00 +00:00
zinke
b12b28e564 Update to dwm 6.0.
ok sebastia@
2012-07-09 16:33:40 +00:00
ajacoutot
55068d7c41 Use G_N_ELEMENTS from GLib instead of nitems. 2012-07-09 16:33:03 +00:00
sthen
27a9d20dc6 don't rely on param.h for nitems 2012-07-09 14:55:45 +00:00
pascal
55681b82d5 pdfinfo is now in poppler-utils.
ok kili@
2012-07-09 09:03:00 +00:00