You are not logged in.
david_e wrote:Where can I find kscreensaver? I googled for it, but I couldn't find the kpackage containing it...
I dont know what you mean... afaik the kde screensavers get installed with the kdemod-kdeartwork package...
THX that is what i was looking for! ![]()
Offline
Well, then, let me add another small request, this time for kopete: an emoticon manager. I hope it makes it into KDE 4 (and even KDE 3.5.x), as my girlfriend would love it...
-=] life sucks deeply [=-
Offline
Well, then, let me add another small request, this time for kopete: an emoticon manager. I hope it makes it into KDE 4 (and even KDE 3.5.x), as my girlfriend would love it...
As this one is just a patch, its no problem to add it. I have some time again after the weekend, so you can expect it then.
want a modular and tweaked KDE for arch? try kdemod
Offline
failed downloading /repo/current/kdemod.db.tar.gz from kdemod.ath.cx: HTTP/1.1 404 Not Found
failed to synchronize kdemod
:: amarok-base: local (1.4.5-4) appears to be newer than repo (extra/1.4.5-2)
:: amarok-engine-xine: local (1.4.5-3) appears to be newer than repo (extra/1.4.5-2)
:: avahi: local (0.6.17-1) appears to be newer than repo (extra/0.6.16-2)
:: jack-audio-connection-kit: local (0.102.20-2) appears to be newer than repo (extra/0.102.20-1)
:: k3b: local (1.0-1) appears to be newer than repo (extra/1.0rc6-1)
:: libbeagle: local (0.2.16-1) appears to be newer than repo (extra/0.2.15.1-1)
:: libsamplerate: local (0.1.2-3) appears to be newer than repo (extra/0.1.2-2)
:: perl-html-tree: local (3.1901-1) appears to be newer than repo (community/3.23-1)
:: pyqt: local (3.17-2) appears to be newer than repo (extra/3.17-1)
:: rdesktop: local (1.5.0-1) appears to be newer than repo (extra/1.4.1-3)
:: sip: local (4.5.2-3) appears to be newer than repo (extra/4.5.2-1)
:: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>'
error: unresolvable dependencies:
amarok-base: requires tunepimp>=0.5.3
Offline
tafsen,
change the kdemod-repo in /etc/pacman.conf to
[kdemod]
Server = http://kdemod.ath.cx/repo/current/$YOURARCH
where $YOURARCH can be i686 or x86_64. Choose the one that fits to your arch installation, and not your cpu.
want a modular and tweaked KDE for arch? try kdemod
Offline
And update again. I had this problem yesterday a few times, looks like the servers are just being weird...
-=] life sucks deeply [=-
Offline
i have installed kdemod and i have a problem with the kmenu icon, it doesnt appear. I tried to change de icon theme and it didnt works.
Offline
Well, then, let me add another small request, this time for kopete: an emoticon manager. I hope it makes it into KDE 4 (and even KDE 3.5.x), as my girlfriend would love it...
Hah, I wanted to mention that
For some reason that patch won't apply for me, I had to hack it as mentioned in that thread. I would have expected it to apply with some fuzzyness as the source difference in that area is only in the lack of comments...
I can't solve the linker error I ran into though, it still crops up even without the kdemod patches...
Offline
BTW, here is great plugin for kopete, this one is for OTR encryption :
http://www.kde-apps.org/content/show.php?content=55002
Last edited by Valheru (2007-03-22 10:01:19)
Offline
While we're talking about plugins for kopete, can anyone check if they can get the "What Im listening to now" plugin to work?
Offline
never had problems with that plugin, tafsen.
-=] life sucks deeply [=-
Offline
hm, the emoticon manager doesnt build here, some weird errors...
i have included the otr plugin though, the repo will be updated in a short time...
want a modular and tweaked KDE for arch? try kdemod
Offline
hm, the emoticon manager doesnt build here, some weird errors...
i have included the otr plugin though, the repo will be updated in a short time...
What errors do you get? I've been trying to get it to compile, but no dice. I edited his patch to get it to apply to the kde 3.5.6 sources, as I posted in that thread on kde-look.org (I post as ChaosWars there) but I got linker errors after that. I opened the project file in KDevelop to try and find if I could resolve them, since hacking Makefiles is teh bleh
Couldn't find out how to resolve them though ![]()
Offline
bender02 wrote:Hello, first of all: a lot of thanks to funkyou for the kdemod stuff - works great!
Now, I have a "package request": would it be possible to add kpdf2 (http://sourceforge.net/projects/kpdf2/) to kdemod packages? It seems that one of the devs forked kpdf instead of adding the features (bookmarks, margin notes) to the original kpdf. Thanks.Well, what about creating a PKGBUILD and then sending it to us?
here you go
pkgname=kdemod-kdegraphics-kpdf2
_pkgname=kpdf2
pkgver=0.3.1
pkgrel=1
pkgdesc="A major feature update to KPDF the PDF reader for KDE."
url="http://sourceforge.net/projects/kpdf2/"
license="GPL"
depends=('kdemod-kdelibs>=3.5.6' 'kdemod-kdegraphics-base>=3.5.6' 'poppler')
makedepends=('pkgconfig' 'libusb')
source=(http://dl.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz)
conflicts=('kdemod-kdegraphics-kpdf')
replaces=('kdemod-kdegraphics-kpdf')
arch=(i686 x86_64)
md5sums=('2986bb22a692eb7e97d21bf0e69ce02f')
build() {
# source the QT and KDE profile
[ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
[ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
cd $startdir/src/$_pkgname-$pkgver
export DO_NOT_COMPILE="doc"
./configure --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}Offline
pressh: Thanks a lot! I already made some PKGBUILD and emailed it to funkyou (without response yet) - but yours looks better (I forgot replaces and conflicts).
Offline
bender02 and pressh, thanks for the pkgbuilds for kpdf2. bender02, i lost your mail somehow...
i am currently uploading some new packages
- rebuilt superkaramba (against new python)
- rebuild qt (against new postgres)
- kopete (fixed dependencies and .install, but without emoticons or otr)
- kpdf2
the kopete emoticon manager does not compile, but i will try again and post the error later... the otr plugin needs some aur stuff, but i think that we will only provide stuff with dependencies that are available at least in community. otherwise you must build some packages from aur to just install kopete, for example)
want a modular and tweaked KDE for arch? try kdemod
Offline
funkyou when will you update SVN repository?
Downgrade automake to 1.9 fixed qt-mt problem but kdelibs still fails to compile.
Offline
While we're talking about plugins for kopete, can anyone check if they can get the "What Im listening to now" plugin to work?
Doesn't work for me as well.
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
Just a question: qt-enhanced shouldn't provide "qt"? Today I tried to install ksplash-engine-moodin, but it requires qt which conflicts with qt-enhanced... pacman -Sd did it, but I am not sure it is the right thing to do...
Offline
The moodin engine runs flawless, using kdemod and qt-enhanced. I can assure you.
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
Something wrong with my system?
[root@hp-arch davide]# pacman -Syu
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date
kdemod [################] 100% 18K 75.9K/s 00:00:00
[root@hp-arch davide]# pacman -S ksplash-engine-moodin
Targets: qt-3.3.8-2 ksplash-engine-moodin-0.4.2-2
Total Package Size: 10.6 MB
Proceed with upgrade? [Y/n]Installing qt will break kdemod...
[davide@hp-arch ~]$ pacman -Qi qt-enhanced
Name : qt-enhanced
Version : 3.3.8-4
Groups : None
Packager : Arch Linux (http://www.archlinux.org)
URL : http://www.trolltech.com/products/qt/index.html
License : None
Architecture : i686
Size : 26845771
Build Date : Thu Mar 22 11:54:11 2007 UTC
Install Date : Thu Mar 22 22:07:37 2007 UTC
Install Script : Yes
Reason: : explicitly installed
Provides : None
Depends On : libjpeg libpng libxcursor libxft libxinerama libxmu libxrandr
mesa
Required By : kdemod-arts kdemod-kdelibs
Conflicts With : None
Description : The QT gui toolkit.Last edited by david_e (2007-03-23 10:42:27)
Offline
Which output does
pacman -Ss moodinproduce?
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
[davide@hp-arch ~]$ pacman -Ss moodin
community/ksplash-engine-moodin 0.4.2-2
Splash Screen Engine for KDEOffline
Ah, too bad. I am not sitting in front of my Arch machine, so I cannot provide you further help by now.
There seem to be faulty dependencies.
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
pressh: Thanks a lot! I already made some PKGBUILD and emailed it to funkyou (without response yet) - but yours looks better (I forgot replaces and conflicts).
I think that if kpdf is not going to be dropped "provides" should be used instead of "replaces" (or pacman will always try to use kpdf2 instead of kpdf).
Last edited by david_e (2007-03-23 10:56:22)
Offline