You are not logged in.
Are there any chances to see next svn builds here/somewhere nearby? There are still lot of errors in KDE4 and some of them will definitely be fixed sooner then official release. It'd be good to have those fixes aboard.
Offline
There is a very big problem with my KDE4 installation. I am using tanis's repo. Every time I try to do anything, I get an error saying something like: No mimetypes installed. This makes everything pretty much unusable. What is wrong? Also tardo, I though that you would be updating 64bit this weekend...
Offline
I felt I should give kde4 a try, to start considering moving to it, but I don't think that's going to happen. Not now and, probably, not ever....
Anyway, I just want to thank you for the trouble ou keeping all these packages...
There's a broken dependecy... I was greeted with like 30 windows of some xine notify stuff, and when I killed knotify4, another 30 came up.... Installing xine-lib solves the problem.
Last edited by nDray (2007-12-17 21:24:43)
Offline
So I finally managed to build all the kde stuff again and upload it to my server(Should be fast, has 100Mbit):
[kde4]
Server = http://repo.noneus.de/kde4
To use this you NEED official testing repository. Some major dependencies are only in testing.
Stefan.
Edit: Almost forgot. x86_64 only.
By the way: For me KDE4 is pretty much unsuable and I can't imagine using the 4.0 release.
Edit2:
Here are the PKGBUILDs I used: http://repo.noneus.de/kde4svn-pkgbuilds.tar.gz
I build everything with "versionpkg -o=-is" I never use the clean flag or delete the build folder, because then I don't have to rebuild the whole package if just one sourcefile changes.
Last edited by Noneus (2007-12-18 08:51:25)
Offline
So I finally managed to build all the kde stuff again and upload it to my server(Should be fast, has 100Mbit):
[kde4] Server = http://repo.noneus.de/kde4
To use this you NEED official testing repository. Some major dependencies are only in testing.
Stefan.
Edit: Almost forgot. x86_64 only.
By the way: For me KDE4 is pretty much unsuable and I can't imagine using the 4.0 release.
Edit2:
Here are the PKGBUILDs I used: http://repo.noneus.de/kde4svn-pkgbuilds.tar.gz
I build everything with "versionpkg -o=-is" I never use the clean flag or delete the build folder, because then I don't have to rebuild the whole package if just one sourcefile changes.
Thank you! I can finally get a working KDE4 installation.
Offline
When I try to install the 64 tanis repo kde4 pacman downloads many packages but gives an error message where
kdeartwork is missing from constanople.com. I am new to arch so could easily be doing something wrong. The earlier tardo KDE4 installed fine and looks very promising.
Offline
When I try to install the 64 tanis repo kde4 pacman downloads many packages but gives an error message where
kdeartwork is missing from constanople.com. I am new to arch so could easily be doing something wrong. The earlier tardo KDE4 installed fine and looks very promising.
I also got the same problem. Try Noneus's repo. It's working great for me
Offline
Noneus worked for me too. Thx miggols99
Offline
I suppose Noneus hasn't previous kde installed.
Trying the install I got a conflict between qt and qt4 / qt-enhanced.
Some trick to avoid it?
I need to keep my previous kde3 to work.
Is it possible to install using qt4 form AUR instead qt from testing?
Last edited by J_Zar (2007-12-21 17:01:55)
Offline
There is a first kdemod4 testing release. Unfortunatly only i686...
Please help testing.
Offline
A couple of qquestions.............
What exactly is the strigidaemon and is there a way to prevent it grabbing 70-80% of CPU?
Has anyone got a machine running KDE4 to connect and work in a windows/smb network? If so, how? I've never had a problem getting previous versions networking but KDE4 doesn't seem to want to play.
The log related to another machine says;
[2007/12/21 21:34:45, 0] lib/util_sock.c:write_data(562)
write_data: write failure in writing to client 192.168.1.2. Error Connection reset by peer
[2007/12/21 21:34:45, 0] lib/util_sock.c:send_smb(769)
Error writing 4 bytes to client. -1. (Connection reset by peer)
Offline
I suppose Noneus hasn't previous kde installed.
Trying the install I got a conflict between qt and qt4 / qt-enhanced.Some trick to avoid it?
I need to keep my previous kde3 to work.
Is it possible to install using qt4 form AUR instead qt from testing?
I have kdemod. I just rebuild qt-enhanced.
-Grab the kdemod sources from svn
-edit the PKGBUILD and remove the 'qt' from confilcts and provides.
-makepkg -ics
I will upload updatet svn packages sometime after christmas.
Offline
So I finally managed to build all the kde stuff again and upload it to my server(Should be fast, has 100Mbit):
[kde4] Server = http://repo.noneus.de/kde4
To use this you NEED official testing repository. Some major dependencies are only in testing.
Stefan.
Edit: Almost forgot. x86_64 only.
By the way: For me KDE4 is pretty much unsuable and I can't imagine using the 4.0 release.
Edit2:
Here are the PKGBUILDs I used: http://repo.noneus.de/kde4svn-pkgbuilds.tar.gz
I build everything with "versionpkg -o=-is" I never use the clean flag or delete the build folder, because then I don't have to rebuild the whole package if just one sourcefile changes.
Hi. Could you add kdegames and kdetoys? I've had trouble building them...
EDIT: I've successfully built it on my new laptop suprisingly fast. I didn't build kdetoys though,,, Here is the PKGBUILD I used based on yours and tardo's:
pkgname=kdegames4
pkgver=752809
pkgrel=1
pkgdesc="Games for KDE4"
arch=('i686' 'x86_64')
url="http://www.kde.org"
license=('GPL')
depends=('kdelibs4' 'ggz-client-libs>=0.0.14')
makedepends=('cmake' 'subversion')
groups=('kde4')
source=()
_svntrunk=svn://anonsvn.kde.org/home/kde/trunk/KDE/${pkgname/4/}
_svnmod=${pkgname/4/}
build() {
. /etc/profile.d/kde4.sh
cd $startdir/src
svn co $_svntrunk -r $pkgver --config-dir ./ $_svnmod
msg "SVN checkout done or server timeout"
msg "Starting make..."
mkdir -p $_svnmod-build
cd $_svnmod-build
cmake $startdir/src/$_svnmod -DCMAKE_INSTALL_PREFIX=/opt/kde4 -DCMAKE_BUILD_TYPE=debugfull
make VERBOSE=1 || return 1
make DESTDIR=$startdir/pkg install || return 1
rm -rf $startdir/src/build
}
Last edited by miggols99 (2007-12-26 09:11:12)
Offline
I've been wondering how I get the search bar in Konqueror. Do I need to install something? There was the kdeaddons package but that seems to have disappeared...
EDIT: Also how do I get the media kio slave to work? For some reason it refuses to work...
Last edited by miggols99 (2007-12-27 12:46:34)
Offline
miggols99: a search bar (à la firefox) will not be in 4.0, neither in dolphin nor konqui. And media:/ and settings:/ are currently broken.
Offline
I've been wondering how I get the search bar in Konqueror.
In the past the address bar works as a search bar. For instance, typing:
gg: arch linux
would search Google for Arch Linux.
Offline
miggols99: a search bar (à la firefox) will not be in 4.0, neither in dolphin nor konqui. And media:/ and settings:/ are currently broken.
Well I thought there was a search bar because I've seen it in the KDE4 live cd..
Offline
search bar for konqueror is in konq-plugins in svn://anonsvn.kde.org/home/kde/trunk/extragear/base
Offline
search bar for konqueror is in konq-plugins in svn://anonsvn.kde.org/home/kde/trunk/extragear/base
Thank you! I was getting annoyed with no search bar.
Offline
How to compile polish locale from svn?
Offline
How to compile polish locale from svn?
You could have a look here:
Offline
Bartekc7 wrote:How to compile polish locale from svn?
You could have a look here:
but there are no cmakefiles
sory for my english
Offline
I found PKGBUILD for polish
pkgname=kde4-l10n-pl-svn
pkgver=svn
pkgrel=1
pkgdesc="polskie tłumaczenie KDE4"
arch=('i686' 'x86_64')
url="http://www.kde.org"
license=('GPL')
depends=('kdelibs4')
makedepends=('cmake' 'imake')
groups=('kde4-svn')
build() {
cd $startdir/src/
svn co svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/scripts/
svn co svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/pl/
./scripts/autogen.sh pl
cd pl
cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4
make | return 1
make DESTDIR=$startdir/pkg install || return 1
}
Offline
For anyone that is having problems with mime-types, apparently a dependency is missing. pacman -S mime-types will probably do the trick.
The fun thing is that after going mad, I actually read the message kde is displaying. It said something about missing mime-types. And that you need to install them. But it never occured to me this actually was the solution
Offline
There is a 4.0 branch now in SVN:
http://websvn.kde.org/branches/KDE/4.0/
From now on, development in trunk is for 4.1.
Last edited by mutlu_inek (2008-01-04 16:04:05)
Offline