Package Details: kde1-kdebase-git 1.1.2r6137.849cc4d1a-1

Git Clone URL: https://aur.archlinux.org/kde1-kdebase-git.git (read-only, click to copy)
Package Base: kde1-kdebase-git
Description: Historical copy of the base applications module of KDE 1, adapted to compile on modern systems (circa. 2016)
Upstream URL: https://invent.kde.org/historical/kde1-kdebase
Licenses: GPL2
Groups: kde1
Conflicts: kde1-kdebase
Provides: kde1-kdebase
Submitter: Vaporeon
Maintainer: sandsmark
Last Packager: z3ntu
Votes: 8
Popularity: 0.000000
First Submitted: 2016-10-18 13:14 (UTC)
Last Updated: 2020-10-03 11:13 (UTC)

Pinned Comments

z3ntu commented on 2016-10-14 15:45 (UTC)

I have created a short guide on how to install KDE1 here: https://gist.github.com/z3ntu/66eb01704d3d04464da8bc299a83add8

Latest Comments

1 2 Next › Last »

sl1pkn07 commented on 2022-02-09 14:38 (UTC) (edited on 2022-02-09 14:41 (UTC) by sl1pkn07)

now kstart (bumdled here) conflicts with kde-cli-tools [extra]

(1/1) checking for file conflicts [-------------------------------------------------------------------------------------------------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
kde-cli-tools: /usr/bin/kstart exists in filesystem (owned by kde1-kdebase-git)
Errors occurred, no packages were upgraded.

sl1pkn07 commented on 2020-10-03 12:20 (UTC) (edited on 2022-02-09 14:41 (UTC) by sl1pkn07)

kfind executable conflicts with kf5 kfind

(1/1) checking for file conflicts [-----------------------------------------------------------------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
kde1-kdebase: /usr/bin/kfind exists in filesystem (owned by kfind)
Errors occurred, no packages were upgraded.

sandsmark commented on 2020-09-28 07:59 (UTC)

anongit.kde.org requires http(s) now, and I've fixed kde1 so it is possible to install to /usr, so I suggest applying this patch to the PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 05bc43e..575f613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luca Weiss <WEI16416 (at) spengergasse (dot) at>

pkgname=kde1-kdebase-git
-pkgver=1.1.2r6075.a40a9a0de
+pkgver=1.1.2r6101.3ec03c7c9
pkgrel=1
pkgdesc="Historical copy of the base applications module of KDE 1, adapted to compile on modern systems (circa. 2016)"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('qt1' 'kde1-kdelibs' 'libjpeg' 'libtiff' 'perl')
makedepends=('cmake' 'git')
provides=('kde1-kdebase')
conflicts=('kde1-kdebase')
-source=("git://anongit.kde.org/kde1-kdebase.git")
+source=("git+https://anongit.kde.org/kde1-kdebase.git")
md5sums=('SKIP')

pkgver() {
@@ -31,7 +31,7 @@ prepare() {

build() {
cd build
-  cmake "$srcdir"/kde1-kdebase -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_LIBRARY_PATH='/opt/kde1/lib'
+  cmake "$srcdir"/kde1-kdebase -DCMAKE_INSTALL_PREFIX='/usr'
make
}

dotexe1337 commented on 2020-06-25 03:59 (UTC)

I compiled it as per the guide on github (installing qt1, kde1-kdelibs, kde1-kdebase, etc) but it doesn't work right (none of the programs launch except for display settings) I looked further into it and apparently KFM is segfaulting on startup, and since the whole DE apparently relies on KFM, that makes it useless. does anyone have any idea on how to fix this? I really want KDE1 on my system,

z3ntu commented on 2020-03-14 09:52 (UTC)

@sl1pkn07 You'd have to port the modules first, these modules don't have a cmake build system yet.

sl1pkn07 commented on 2020-03-14 09:49 (UTC)

Hi

any plans for build the rest of the kde1 modules? kdegraphics, kdemultimedia, etc)?

greeting

0byte commented on 2019-08-31 23:09 (UTC)

KDE 1 Desktop starts, but no program starts (Virtualbox).

z3ntu commented on 2017-10-01 14:38 (UTC)

@Chazza: Sorry for the late response, but I just fixed the problem in 1.1.2-5.

<deleted-account> commented on 2017-07-11 11:20 (UTC)

@z3ntu I tried rebuilding qt1 and kde1-kdebase but the latter build failed with the same error as before. Only by disabling compilation of kikbd can I get kde1-kdebase to build successfully. It's really weird though. Doing pacman -Ql qt1 shows that the .moc files are provided. I can verify that they're all in /opt/qt1 with find. So something odd is happening here. I haven't got time to look into this myself properly but I thought I'd put this up in case anyone else has the same problem. For reference, here is the build error: https://pastebin.com/9MHJtuTz

z3ntu commented on 2017-07-10 21:32 (UTC)

@Chazza: Can you try rebuilding qt1 and then rebuilding kde1-kdebase without the patch? That way it worked for me. Will try the rest in a few days in a vm probably.