You are not logged in.

#101 2008-04-02 17:45:13

ruinevil
Member
Registered: 2008-01-15
Posts: 11

Re: Daily KDE4 Subversion Packages

The cmake build of the playground dies around apple dashboard compatiblity.

Also, while the packages install the amarok context widget, it is not accessible from amarok.

Offline

#102 2008-04-02 22:00:00

zephyr
Member
Registered: 2008-03-20
Posts: 103

Re: Daily KDE4 Subversion Packages

ruinevil wrote:

The cmake build of the playground dies around apple dashboard compatiblity.

It seems to be broken now, and needs patching up qt-copy.

So you just have to cd to src/plasma/applets and edit the CMakeLists.txt file (comment out the line mentioning "add (webapplet)" if I remember correctly). I also made a quickie PKGBUILD.

pkgname=playground-plasma
pkgver=4.1.0
pkgrel=20080403
pkgdesc="Plasma Applets, Engines etc. from playground"
url="http://websvn.kde.org/trunk/playground/base/plasma/"
arch=(i686 x86_64)
license=(GPL)
depends=('qt' 'kdelibs' 'kdebase' 'plasma')
makedepends=('cmake' 'kdelibs-dev' 'kdebase-dev')
source=()
md5sums=()

build() {
  svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/
  cd $srcdir/plasma
  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release
  make DESTDIR=$pkgdir install || return 1
          }

Offline

#103 2008-04-03 04:15:55

ruinevil
Member
Registered: 2008-01-15
Posts: 11

Re: Daily KDE4 Subversion Packages

http://aoi.ruinevil.com/playground-plas … pkg.tar.gz

CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"                     
CXXFLAGS="${CFLAGS}"

0403 doesn't allow me to log in.

Last edited by ruinevil (2008-04-03 05:01:44)

Offline

#104 2008-04-03 10:52:30

laleshii
Member
Registered: 2008-03-22
Posts: 7

Re: Daily KDE4 Subversion Packages

thanks for the PKGBUILD ... it worked for me after I commented out webapplets wink

Offline

#105 2008-04-03 14:55:23

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@zephyr: yes, thanks for the pkgbuild, playground-plasma and gtk-qt-copy should be in 20080404. No luck with the gstreamer engine for phonon though.

build() {
  cd $srcdir/$pkgname-$pkgver
  patch -p2 -i ../no_webapplet.patch || return 1
  mkdir -p $srcdir/build && cd $srcdir/build || return 1
  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
  make DESTDIR=$pkgdir install || return 1
}

and no_webapplet.patch

--- src/plasma/applets/CMakeLists.txt.orig   2008-04-04 00:07:12.000000000 +1000
+++ src/plasma/applets/CMakeLists.txt   2008-04-04 00:09:27.000000000 +1000
@@ -37,7 +37,7 @@
 if(QT_QTWEBKIT_FOUND)
    add_subdirectory(cia.vc)
    add_subdirectory(weather)
-   add_subdirectory(webapplet)
+#   add_subdirectory(webapplet)
 endif(QT_QTWEBKIT_FOUND)

 if(BLITZ_FOUND)

Offline

#106 2008-04-03 21:00:55

somairotevoli
Member
Registered: 2006-05-23
Posts: 335

Re: Daily KDE4 Subversion Packages

I just wanted to say thanks! I have finally made the total switch from kde 3 and have been using the daily builds for a week. 4.1 is gonna kick a**.

Offline

#107 2008-04-04 04:57:54

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@somairotevoli: thanks for thanks. I think 4.1 will be what the initial 4.0 release shoud have been but I understand why 4.0 was released, as it was, as it definitely accelerated the path to 4.1. Every week has seen a definite and obvious improvement over the previous week. To go from a barely usable system to something that is "almost perfect" in the 6 weeks that I've been doing these packages is amazing, it's exciting to witness and I don't think we'll ever see this significant rate of change in KDE (or any desktop system) ever again once 4.1 is out. Hopefully k3b and konversation will join the package set soon.

@laleshii: thanks for the folderview applet hint, it's definitely a must have as I really missed the kde3 desktop metaphor and this applet makes up for it, maybe even better.

@SoftVision: tar tf some.bz2 to check the contents of a tarball and tar xf some.bz2 to extract and tar cjf some-4.1.0.tar.bz2 some-4.1.0 --exclude-vcs to create a svn savvy tarball in /home/sources or wherever $SRCDEST is set to in /etc/makepkg.conf.

Offline

#108 2008-04-04 10:19:16

Belitsky.A
Member
From: Russia, Zelenograd
Registered: 2008-01-10
Posts: 57

Re: Daily KDE4 Subversion Packages

Cannot login via kdm with kdelibs 20080403 and 20080404, when push "Login" appears blank screen (it looks like x-server restarts) and then appears kdm greetengs screen again. Anybody have these problem?

Offline

#109 2008-04-04 11:23:23

zephyr
Member
Registered: 2008-03-20
Posts: 103

Re: Daily KDE4 Subversion Packages

Belitsky.A wrote:

Cannot login via kdm with kdelibs 20080403 and 20080404, when push "Login" appears blank screen (it looks like x-server restarts) and then appears kdm greetengs screen again. Anybody have these problem?

I have the same problem. It must be a kdm problem since I can enter KDE.

A solution to enter KDE is to stop kdm and startx.

/etc/rc.d/kdm stop  (as root)

startx
or

startx /usr/bin/startkde (as user)

.

Offline

#110 2008-04-04 18:48:08

miggols99
Member
Registered: 2007-06-10
Posts: 424

Re: Daily KDE4 Subversion Packages

Belitsky.A wrote:

Cannot login via kdm with kdelibs 20080403 and 20080404, when push "Login" appears blank screen (it looks like x-server restarts) and then appears kdm greetengs screen again. Anybody have these problem?

Yes, I can confirm this...

Offline

#111 2008-04-05 00:27:19

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@Belitsky.A: if you get really stuck then follow something like this... reboot and hit "e" on your boot line in grub, arrow down to the kernel line, hit "e" again and add "single" to the end of that line, hit "enter" then "b" to continue booting into single user mode. Log in as root and "nano /etc/rc.conf" and add a "!" in front of the kdm entry in the DAEMONS=() line at the end of that file, ctrl-x y and enter to quit and save from nano. Perhaps "nano /home/your_username/.xinitrc" and make sure it has "exec /usr/bin/startkde" too. Reboot and login as your_username then type startx. To test kdm, "su -" to root and type "/etc/rc.d/kdm start" and you might see some messages about why kdm is not starting. If the error looks obvious then consider reporting it to http://bugs.kde.org. I've been using startx so I haven't noticed this error and will look at it later tonight.

Offline

#112 2008-04-05 10:18:08

capthookb
Member
Registered: 2007-12-10
Posts: 124

Re: Daily KDE4 Subversion Packages

I'm trying to compile kmplayer for kde4 (for flash support), but there is no qmake for qt4. Shouldn't qt-copy have that executable; The only executable qt-copy 4.4.0-20080404 has is qtconfig. Any hints on what i should do?

Silly question actually. I hadn't installed qt-copy-dev.

Last edited by capthookb (2008-04-05 10:22:52)

Offline

#113 2008-04-05 11:05:35

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@capthookb: yes, you needed qt-copy-dev. If you have any luck with kmplayer then post your pkgbuild and I'll try and include it with the binary packages.

Offline

#114 2008-04-05 19:15:17

capthookb
Member
Registered: 2007-12-10
Posts: 124

Re: Daily KDE4 Subversion Packages

Sure, no problem. I just edited the PKGBUILD from abs. Although i'm not sure about if the depends is correct. It compiles fine.

# $Id: PKGBUILD,v 1.31 2007/12/28 10:23:14 damir Exp $
# Maintainer: damir <damir@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>

pkgname=kmplayer
pkgver=0.11.0
origver=0.11.0-rc3
force=y
pkgrel=1
pkgdesc="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
arch=("i686" "x86_64")
license=('GPL2')
url="http://kmplayer.kde.org"
depends=('libx11' 'libxv' 'cairo' 'kdelibs>=3.5.8' 'gstreamer0.10-base' 'xine-lib' 'dbus-glib' 'qt-copy' 'dbus-qt3' 'gtk2')
# gtk2 and dbus-glib is needed only by opt/kde/bin/knpplayer so it probably may be also made optional if needed
source=($url/pkgs/$pkgname-$origver.tar.bz2)

build() {
  export QTDIR=/usr
  export KDEDIR=/usr
  export KDEDIRS=$KDEDIR
  export KDE_BUILD=$KDEDIR
  export DBUSDIR=$KDEDIR
  export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH
  export PKG_CONFIG_PATH=$DBUSDIR/lib/pkgconfig:/usr/lib/pkgconfig
  export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
  export MAKEFLAGS="-j1"
  cd $startdir/src/$pkgname-$origver

  cmake -DCMAKE_INSTALL_PREFIX=$startdir/pkg/usr -DCMAKE_BUILD_TYPE=release $startdir/src/$pkgname-$origver

  make || return 1
  make prefix=$startdir/pkg/usr install

  rm -f ${startdir}/pkg/usr/share/mimelnk/application/x-mplayer2.desktop
}


md5sums=('383652c4bc867daacbc911594807a381')

Has anyone compiled kvirc for kde4; I read something in the first page.

Offline

#115 2008-04-06 16:59:43

damjan
Member
Registered: 2006-05-30
Posts: 452

Re: Daily KDE4 Subversion Packages

Why do the packages don't install in /opt/kde4 .. (I've always prefered that way)?

Offline

#116 2008-04-06 17:15:36

srimalik
Member
Registered: 2007-09-16
Posts: 65

Re: Daily KDE4 Subversion Packages

Hi,

I can not see any partitions in hardisk monitor plasmoid, Is there something I need to configure.

Thanks
Sri

Offline

#117 2008-04-06 18:49:36

alcazoid
Member
From: Russia
Registered: 2006-03-11
Posts: 35

Re: Daily KDE4 Subversion Packages

Shouldn't klaptop be somewhere in this packages? Can't find this...

Offline

#118 2008-04-06 20:40:48

miggols99
Member
Registered: 2007-06-10
Posts: 424

Re: Daily KDE4 Subversion Packages

Is this right? My laptop is getting extremely hot, and it's not doing very much at all! It's at about 3% CPU usage..in fact, the I just found out that the memory is getting very hot. Is there a reason for this? Here's my "top":

 3713 michael   20   0  449m  40m  23m S    4  4.1   1:07.54 plasma
 3585 root      20   0  458m  82m 5924 S    2  8.3   1:39.54 X
 3994 michael   20   0  207m  20m  13m S    2  2.0   0:00.57 konsole
 3777 michael   20   0  311m 182m  16m S    1 18.3   1:15.97 opera
 3749 michael   20   0  164m  12m 9728 S    0  1.3   0:01.96 klipper
 3998 michael   20   0 12596 1208  900 R    0  0.1   0:00.03 top

Do you think it could be Opera?

EDIT: Just found out that Konqueror, Firefox 3 and Opera seem to be using a lot of memory..about 18% like Opera on here??

Last edited by miggols99 (2008-04-06 22:14:58)

Offline

#119 2008-04-06 21:12:47

alcazoid
Member
From: Russia
Registered: 2006-03-11
Posts: 35

Re: Daily KDE4 Subversion Packages

And can't compile lapsus for kde4. Is there something similar?

Offline

#120 2008-04-07 02:19:30

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@damjan: re /opt/kde4, it would make some things easier, especially intergration with standard kde/kdemod but I generally dislike /opt for anything. I consider KDE a first class citizen and not something that is optional. A benefit is that the PKGBUILDs are simpler and do not require special KDEDIRS or PATH settings because the componets are placed in standard system areas.

@srimalik: mine seems to work okay. Perhaps RMB on the plasmoid and check the Hard Disk Monitor Settings. Maybe your user does not have permissions for some partitions.

@alcazoid: good point as there is klaptopdaemon code in kdeutils but the package was missing tpctl (Think Pad utils) as a dependency, however when I rebuilt kdeutils just now it's still not available. Re lapsus, the website (http://lapsus.berlios.de/) says it requires "Qt >=3.3 <4 library" so it's obviously not ported to kde4 yet. I wish I had the time to look into it as it's probably an ideal small project to port to kde4. Perhaps ask the author if he intends to do so.

@miggols99: re laptop heat, I wonder if the new background processes like nepomuk keep the cpu active. iostat and vmstat from the extra/sysstat package may be useful to help visualize what resources are being used. My ps RES field for plasma is 35Mb and firefox2+firebug is 69Mb on startup, X is 60Mb and consistantly at the top of top but with only about 1% usage. I find plasma bursts up to 10%+ at times.

Offline

#121 2008-04-12 04:54:56

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

Codey wrote:

(Conflicting Files) ... Is this a error on my end on or the current packages 20080411 ?

It's a glitch that isn't too serious. Various subversion chunks get moved around every now and then and sometimes a daily snapshot is going to catch these moves midstream, or the svn changes take days to complete. It is usually quite safe to just force (-f) the package install or upgrade when it's simply a matter of overwriting some files. I think libplasma will be moved into kdelibs over the next month or so (for 4.1) so that will probably cause more of these conflicting files.

Offline

#122 2008-04-12 08:05:54

mini
Member
Registered: 2006-12-18
Posts: 132

Re: Daily KDE4 Subversion Packages

I can not open konqueror, get error

There was an error loading the module KHTML.
The diagnostics is:
QLibrary::load_sys: Cannot load /usr/lib/kde4/libkhtmlpart.so (libungif.so.4: cannot open shared object file: No such file or directory)

Offline

#123 2008-04-12 08:12:17

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@mini: I guess you need to install libungif. I'll add it as part of the dependencies for kdelibs. Thanks for the notice.

# ldd /usr/lib/kde4/libkhtmlpart.so | grep gif
        libungif.so.4 => /usr/lib/libungif.so.4 (0x00002b034216e000)

# pacman -Qo /usr/lib/libungif.so.4
/usr/lib/libungif.so.4 is owned by libungif 4.1.4-1

Update: libungif already is a dependency for kdelibs so I'm not sure why you got that error. Anyway, reinstalling libungif might help. ANother thought is I only build against [core] and not [testing] so if you use [testing] then you might have a later libungif library version. If so then you need to comment out the [testing] section, update again and force an install of the libundif from extra. Let us know if this is the case as it might catch out other users.

Last edited by markc (2008-04-12 08:20:28)

Offline

#124 2008-04-12 08:20:17

mini
Member
Registered: 2006-12-18
Posts: 132

Re: Daily KDE4 Subversion Packages

Thank you, reinstalling libungif helped

Offline

#125 2008-04-13 21:12:10

zephyr
Member
Registered: 2008-03-20
Posts: 103

Re: Daily KDE4 Subversion Packages

Hello.

@markc

I just wanted to inform you that webapplet compiles fine for the last 3 days.

Also I created a PKGBUILD for the Konqueror plugins since I use Konqi for my daily browsing. It includes the search bar, crash handler etc. and I thought I should share it.

Keep up the good work.

EDIT: Updated the PKGBUILD so as not to confuse people.

pkgname=extragear-base
pkgver=4.1.0
pkgrel=20080413
pkgdesc="Konqueror Plugins from extragear"
url="http://websvn.kde.org/trunk/extragear/base/konq-plugins"
arch=(i686 x86_64)
license=(GPL)
depends=('qt' 'kdelibs' 'kdebase' 'libxft-lcd' 'webkitkde')
makedepends=('cmake' 'kdelibs-dev' 'kdebase-dev')
source=()
md5sums=()

build() {
     svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/base/
     cd $srcdir/base
     cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release
     make DESTDIR=$pkgdir install || return 1
           }

Last edited by zephyr (2008-04-14 19:00:57)

Offline

Board footer

Powered by FluxBB