You are not logged in.
benneque: You need to downgrade the stable official networkmanager as well as the kdebase-workspace.
Last edited by ProgDan (2011-04-11 21:00:37)
Offline
Maybe I should get WICD
no other possibility? The KDE guys have some knetworkmanager for 0.9 and it's working. maybe I should get this one !?
http://lamarque-lvs.blogspot.com/2011/0 … gress.html
Can you tell me with which command I can install a specific version of knetworkmanager? I want to install the last git version you put online (0326 or sth like that). This one worked at least partially
EDIT: Whoops. I meant this one: extra/kdeplasma-applets-networkmanagement git20110405-1
EDIT2: I recognized the new Menu-Button in Dolphin. Awesome
Last edited by benneque (2011-04-11 22:05:00)
Offline
So, boys....the repo was finally updated. Sorry for the delay. The thruth is, that I got terribly drunk yesterday and I got that great idea that I could rewrite the script for checking out sources...It actually ended up pretty well, but took me lot of time today to make it really working...:) And of course I managed to break most of the other scripts last night, so I had to fix them too
In order to properly update you have to run pacman -Sy kde-snapshots. pacman -Syu won't work, beacause I made a typo in the previous version number and it's is actually bigger then the recent one (there's one extra zero in the previous snapshot git version number).
I am sorry, but is this new snapshot only availabe for x86_64?
I am using i686 and `pacman -Sy kde-snapshots` does not work because those packges for i686 just does not exist on the server.
Offline
ProgDan runs 64bit, he compiles and tests x86_64 first. This snapshot also has a new build procedure so extra testing is prudent. Plus, he's drunk.
Offline
ProgDan runs 64bit, he compiles and tests x86_64 first. This snapshot also has a new build procedure so extra testing is prudent. Plus, he's drunk.
+1000 concise!
Anyway, I built a new snapshot over night (both archs, no fails, being sober) and now I'm going through build logs and adding missing dependencies and enabling some hidden options etc etc, so that the next snapshot will rock.
i686 packages of the previous built are now being uploaded to the server, but the new snapshot will come today or tomorrow, so if you don't want to hurry, I suggest you wait for the next snapshot.
Offline
Again update?
yaourt -Syu won't show it then
Offline
testing/kdeplasma-applets-networkmanagement git20110412-1 [installed]
This somehow again works half-the-way with NM 0.9! At least I can enable/disable networking and the wireless networks etc.
Offline
@ProgDan: hi, why do you build the kdebase-runtime package with -DWITH_PulseAudio=OFF?
Offline
@laloch: The latest snapshot is build without that switch. I just pushed latest PKGBUILDs and the modified build-scripts to git repo.
Offline
error: failed retrieving file 'kdesupport-phonon-vlc-4.6.42git201103026-1-x86_64.pkg.tar.xz' from arch.morrigan.ch : Not Found
Offline
$ kmail
kmail: error while loading shared libraries: libkdepimdbusinterfaces.so.4: cannot open shared object file: No such file or directory
Offline
please add depends gcc-libs>=4.6.0. This is what I get with gcc-libs-multilib 4.5.2:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libstreamanalyzer.so.0)
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libstreams.so.0)
Offline
Hi all,
error: failed retrieving file 'kdesupport-phonon-vlc-4.6.42git201103026-1-x86_64.pkg.tar.xz' from arch.morrigan.ch : Not Found
Reuploaded.
$ kmail kmail: error while loading shared libraries: libkdepimdbusinterfaces.so.4: cannot open shared object file: No such file or directory
pacman -Qo /usr/lib/libkdepimdbusinterfaces.so.4
/usr/lib/libkdepimdbusinterfaces.so.4 is owned by kdepim-kontact 4.6.42git20110412-1
please add depends gcc-libs>=4.6.0. This is what I get with gcc-libs-multilib 4.5.2:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libstreamanalyzer.so.0) /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libstreams.so.0)
Fixed, will apply in next release.
Thank you both.
Offline
pacman -Qo /usr/lib/libkdepimdbusinterfaces.so.4 /usr/lib/libkdepimdbusinterfaces.so.4 is owned by kdepim-kontact 4.6.42git20110412-1
# pacman -S kdepim-contact
error: target not found: kdepim-contact
Thanks for your work.
Last edited by Butcher (2011-04-19 08:36:41)
Offline
@Butcher: it's kdepim-kontact, not contact
Offline
@Butcher: it's kdepim-kontact, not contact
Oh, sorry. Anyways, if KMail doesn't run without that package, it should be a dependency, no?
Offline
Actually this is a bug in my packaging. The libkdepimdbusinterfaces.so should be packaged in kdepim-libkdepim not in kdepim-kontact. I have fixed it in kdepim PKGBUILD so in next snapshot it will be correct. Sorry for the complications.
Offline
I re-updated to KDE 4.7, and the packaging is very good as always, great job ProgDan
PS: You should contact the KDE arch devs regarding the updated scripts
Offline
So how do I actually upgrade to these packages?
I've added the kde-snapshots and kde-snapshots-extra repositories to /ets/pacman.conf, and pacman -Sy seems to synchronize from those repos just fine, but pacman -Su doesn't want to upgrade anything.
I've got the "official" KDE packages from extra installed currently. For example, pacman -Ss kdebase-workspace shows:
extra/kdebase-workspace 4.6.2-2 [66.59 MB] (kde) [installed]
KDE Base Workspace
kde-snapshots/kdebase-workspace 4.6.42git20110412-1 [81.78 MB] (kde-snapshots) [installed: 4.6.2-2]
KDE Base Workspace
What do I need to do to make it upgrade to the snapshot packages?
my AUR packages ~~ my community contributions
Offline
Did you add those repos ABOVE the other repos in pacman.conf?
Matt
"It is very difficult to educate the educated."
Offline
kdebase-workspace (plasma_engine_geolocation) depends on gpsd <2.96
Offline
Did you add those repos ABOVE the other repos in pacman.conf?
Thanks mrunion, that was it.
my AUR packages ~~ my community contributions
Offline
Today I upgraded (partly) using the new build scripts.
I *guess* there's a typo in build-scripts/create-sources
diff --git a/create-sources b/create-sources
index 7aa6c1c..da49907 100755
--- a/create-sources
+++ b/create-sources
@@ -89,7 +89,7 @@ function checkout_package_sources
# When package name is prefixed by "@" and the name is actually an URL, checkout the URL.
# This can be used when some subpackage is located in a repo outside KDE GIT/SVN
- if [ ! -z "`echo ${pkg:1} | sed -nr '/[a-z]+\:\/\/[a-zA-Z0-9./]+$/p'`" ]; then
+ if [ ! -z "`echo ${pkg:1} | sed -nr '/[a-z]+\:\/\/[a-zA-Z0-9./]+/p'`" ]; then
local path=${srcdir}/${1}/`echo ${pkg:1} | sed 's/.*\///'`
kdelibs no longer depends on hal (it's optional).
kdesupport depends on java-environment rather than openjdk6.
Package extension can be different than .tar.xz - defined in makepkg.conf:wq
Offline
Thank you for the patch! I'm not really good at regular expressions . HAL in kdelibs is already in optdepends and the Java dependency has been fixed. I know that I'm using hardcoded extensions, but I'm packaging in .tar.xz and I feel no need for more variables in the script Thanks for you contribution!
Offline
HAL in kdelibs is already in optdepends
It's also in the makedepends. You can try to remove it. It seams, that the solid backend doesn't need HAL to be installed at build-time.
I know that I'm using hardcoded extensions, but I'm packaging in .tar.xz and I feel no need for more variables in the script
Never mind. I replaced the *.pkg.tar.xz pattern with *.pkg.tar.*
Last edited by laloch (2011-04-24 09:35:30)
Offline