14771 Commits

Author SHA1 Message Date
zhuk
230c7faa41 After more discussion with ajacoutot@, force removing of erroneous
icon-theme.cache file on package install.

To be removed from PLIST-guic after release.
2014-02-09 14:36:10 +00:00
zhuk
c513f8bd9d Stop creating /usr/local/share/icons/icon-theme.cache by accident. This
could eat more than 500MB RAM.

okay ajacoutot@
2014-02-09 14:24:08 +00:00
stu
902052bb3b Fix conflict; rename conflicting file.
ok espie@
2014-02-09 12:26:00 +00:00
zhuk
931d71ffce Cleanup @group madness after accidental update-plist run some time ago. 2014-02-09 11:45:52 +00:00
ajacoutot
226d790503 Save ourselves a patch, our locales are of no use. 2014-02-09 08:48:33 +00:00
zhuk
b40c61f6f2 Fix conflict marker: ktouch was a part of kdeedu, not kdegames.
Noticed by jasper@, thanks!
2014-02-08 21:50:25 +00:00
zhuk
50c50771f8 Maintaince update for KDE Workspaces. Fixes issues with multi-monitor
configurations and applications trying to hide themselves like KSnapshot
and Kopete.

Heads up: the KWin renaming gets reverted. The kde-workspace-4.x still
conflicts with kdebase-3.x, and this renaming causes some problems seen
by stsp@ and others. So now things are back to normal, and after unlock
another approach will be used, that won't break user configurations.

Fix some lies in comments inside startkde4 script while there.

Big thanks to stsp@ in debugging the issues.
2014-02-08 18:15:20 +00:00
zhuk
65144cf0b5 Fix notification when no files are playing. 2014-02-08 17:26:56 +00:00
zhuk
b3fb1d5e37 Rewrite another KDE4 CMake module to avoid pulling -L/usr/local/lib in
compiler command line, breaking resulting -rpath in some packages.
2014-02-08 16:54:25 +00:00
espie
c6196f84ab reminder: when you move files/remove conflicts, you still need to mark
a conflict with the problematic versions, otherwise some update scenarios
will fuck up...
2014-02-08 14:58:21 +00:00
espie
a0d28b87ff cvscheck conflicts 2014-02-08 14:57:34 +00:00
stsp
214cf3333a Fix crash in XFCE's window manager on 32bit architectures while processing
startup notifications. A "pointer to time_t vs. pointer to long" problem.
ok landry
2014-02-08 11:56:54 +00:00
sebastia
53a719505e Update to 0.3
adds a new external CSS, sortable tables, other minor things
2014-02-07 17:57:04 +00:00
ajacoutot
c451af62fb +libmediaart 2014-02-07 13:40:51 +00:00
ajacoutot
8bf0a6b548 Import libmediaart-0.2.0.
Library tasked with managing, extracting and handling media art caches.

ok robert@
2014-02-07 13:39:23 +00:00
espie
b6363018af unmarked conflict (mann/observe.n)
maintainer notified, for a possible better fix
2014-02-07 10:59:03 +00:00
dcoppa
22091165cc Tracker size adjustments so that it does not look wrong in gecko-mediaplayer
(upstream svn revision r2467)
2014-02-07 10:26:38 +00:00
dcoppa
3ec784b1f8 Don't force a minimum size on the tracker
(upstream svn revision r235)
2014-02-07 10:25:52 +00:00
yasuoka
22b56541e4 Specify `msb' field properly. This is required to play {s,u}24be
audio.

ok sthen ratchov
2014-02-07 09:37:05 +00:00
ajacoutot
0fef06a5aa Unbreak after recent libchamplain update. 2014-02-05 13:41:49 +00:00
ajacoutot
7db1f6e92d Unbreak these after the recent libchamplain update. 2014-02-05 13:25:11 +00:00
zhuk
a47212409d Rename KDE4 symlinks it creates in KDEHOME that point out to different
temporary areas. Now KDE3 and KDE4 use totally different "temp" areas and
programs from both worlds could work more or less fine together, even when
sharing KDEHOME (this is NOT a recommended way to do things, but sometimes
you have to, like me). The only two minor problems there I'm aware now are:

1. Konqueror (KDE3) can't open web sites (some KHTML or kio_http issue?).

2. kded (KDE3) hangs when run automatically through kdeinit; killing it and
   starting manually fixes the situation. May be kbuildsycoca-related, will
   investigate more.

If you see any other problems, like hardcoded paths to those symlinks,
don't stay silent.

Oh, and it's really NOT recommended to install this update while having
KDE4 apps running.
2014-02-04 15:25:44 +00:00
ajacoutot
d15ae48e64 Sync with what was committed usptream. 2014-02-04 14:49:53 +00:00
zhuk
34ed887d6c Distinguish KDE4 temporary directories. Helps to run KDE 3 and 4 apps at
the same time.

It's highly recommended to install this update when no KDE is running (KDM
is fine).
2014-02-04 08:56:40 +00:00
gsoares
70bfa52762 update to 0.6
OK jung@
2014-02-04 01:53:04 +00:00
ajacoutot
bfeae11b20 Fix a possible segfault in the Region panel.
reported ages ago by pea@
2014-02-03 18:23:54 +00:00
jasper
c5e793f787 disable glade catalog installation which may get installed when glade
gets picked up.

spotted by nigel@
2014-02-03 13:00:29 +00:00
dcoppa
dbdc121178 i3bar: fix resource leak: statusline_ctx needs to be freed first
(upstream git commit a4d504485139dc9bf4c846c26a38968a920dfcb1)
2014-02-03 09:54:17 +00:00
jasper
9f4a9b4fd1 update to libgweather-3.10.2 2014-02-03 08:18:17 +00:00
zhuk
6972761b65 Document the KDE4 PIM oddities you should know of. 2014-02-02 19:16:18 +00:00
zhuk
df90ed3784 Do the chmod dance with /dev/drm0 in KDM, using default scripts in /etc/kdm.
Reminded in chat.

Also, update KDM patches description while there.
2014-01-31 17:45:35 +00:00
gsoares
e6288a760a update to 1.8.1
enable smartcard support as suggested by aja@

drop maintaintership as i dont use it anymore

btw, support for credssp AKA (gssapi smartcard authentication option) not yet enabled,
this requires an external library libgssglue(not yet ported/upcoming work for the new maintainer? any takers?)

usual features works for me.
i haven' t tested smartcard support though
(no way to test, i haven't one here)

OK aja@

(OK benoit@ initial diff)
2014-01-31 17:37:37 +00:00
zhuk
edc3889fdd Allow to choose the SQLite driver bundled with Qt, it behaves better here. 2014-01-31 16:02:57 +00:00
gonzalo
8b58bafbbc Update for SMTube to 1.8:
* Adapt for Youtube changes.
* More options in the configuration dialog, now it's possible to
  select the preferred region and period of time for the standard feeds.
* Fixed an important bug: if the search term contained a non ascii
  character, the results from page 2 onwards were incorrect. This is
  fixed now.
* New translations: Croatian, Bulgarian, Vietnamese and Indonesian.

MAKE_FLAGS instead of patching.

With some tweaks from zhuk@

Ok zhuk@, dcoppa@
2014-01-31 12:06:00 +00:00
ratchov
ba839054d7 Mplayer requires the byte-order flag to be set for 8-bit formats
as well. Fixes playback of 8-bit audio files.
ok brad@
2014-01-31 10:44:56 +00:00
zhuk
f6e199cfee Squash another bug introduced by me, that made Konsole crash by occasion.
The fix actually simplifies things a lot, as a bonus.
2014-01-30 21:28:42 +00:00
ajacoutot
d175b94f1d Sync rc_start() between these 3 daemons since they do the same.
Keeping the sleep 2 in kdm.rc -- not sure why this is needed, zhuk@ probably
knows.
2014-01-30 16:58:58 +00:00
zhuk
06cea4cab9 Do in the x11/slim the same dance as in GDM/KDM: on boot, wait in
background for getty process to appear.

Tested by me on i386, okay landry@ (MAINTAINER).
2014-01-30 14:25:35 +00:00
jasper
cfe13e0406 update to i3status-2.8 2014-01-30 13:19:40 +00:00
ajacoutot
72bf43d2b2 authdir was dropped 5 months ago. 2014-01-30 11:00:49 +00:00
zhuk
aff5a5acae Simplify the rc script by conditional define of function.
Idea and initial implementation (in gdm) from ajacoutot@.
2014-01-29 16:49:33 +00:00
ajacoutot
4606edb2c0 Missed in previous. 2014-01-29 14:00:46 +00:00
ajacoutot
cd3c7e757d Only loop for getty during boot, not when the system is already running. 2014-01-29 14:00:04 +00:00
dcoppa
1f7648f63a Bugfix for spiral layout: avoid gaps between windows
(upstream git commit 94a8c725968535fd74fe399846f193ecc6ce4c29)
2014-01-29 08:42:48 +00:00
zhuk
548831a944 Polish KDM support:
* Add rc script. Just add "kdm" to pkg_scripts in rc.conf.local now.

  * Add a dirty hack for console-kit-daemon until ConsoleKit gets fixed.
    We don't support multi-seat X now anyway.

Please note: while the rc script is based on gdm.rc, it has somewhat changed
logic. So if you're using KDM, please test it in rc.conf.local before we
get to 5.5 release, to make sure it doesn't break. It shouldn't, of course,
but, you know, IT happens.
2014-01-28 20:50:39 +00:00
zhuk
b5059de233 Make KDM in KDE4 working and usable, by provide safe sample
configuration.  Actual configuration is now placed in /etc/kdm, and
faces symlink now points here, too, instead of /var/kdm. Use
privillege separation in KDM where possible: for both X server and
greeter.
2014-01-28 17:06:46 +00:00
zhuk
a7de9d339f Fix problems with starting KDE session from startkde4, after discussion
on ports@openbsd.org. Big hint received from Remco, thanks!

KDM still have some issues, mostly related to migration paths. To be fixed
soon.

Added/updated description for some patches while there.
2014-01-28 14:49:26 +00:00
ajacoutot
a4dcf4d107 Update to gtk+3-3.10.7. 2014-01-28 08:40:07 +00:00
jasper
44d34b566b update to gtksourceview3-3.10.2 2014-01-27 17:58:34 +00:00
zhuk
9f0abb0db3 Fix a bug in code I've added to Konsole some time ago that resulted in
superflows errors in .xsession-errors.

Reminded by STeve Andre' on ports@, thanks!
2014-01-27 10:23:40 +00:00