LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-18-2023, 05:17 PM   #1
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 226

Rep: Reputation: 204Reputation: 204Reputation: 204
==UPDATE== KDE 1.1.2 for Slackware 15.0 :-D


Just needed a small number of dependencies,

https://github.com/grandseiken/byacc
https://github.com/besser82/libxcrypt.git
https://invent.kde.org/historical/qt1.git
https://invent.kde.org/historical/kde1-kdelibs.git
https://invent.kde.org/historical/kde1-kdebase.git



Click image for larger version

Name:	kde1.png
Views:	255
Size:	145.3 KB
ID:	42084

If anyone would like to test, I've uploaded all my scripts to my Gitlab repo.

kde1-kdebase
kde1-kdelibs
kde1-kdegames
kde1-kdegraphics
kde1-kdemultimedia
kde1-kdenetwork
kde1-kdetoys
kde1-kdeutils

https://gitlab.com/slackernetukbuilds/snuk-kde1

Last edited by lancsuk; 11-20-2023 at 08:47 AM.
 
Old 11-18-2023, 07:32 PM   #2
the3dfxdude
Member
 
Registered: May 2007
Posts: 735

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
That was the first version of KDE I ever used. Nice to see it is quite easy to still get running. I wonder if it can be restored to full functionality with little effort given how far someone already has taken it. It may be a good option even today over the "light" qt environments, given it was a pretty complete desktop system, and the light qt environments feel as of today feel so incomplete.
 
2 members found this post helpful.
Old 11-19-2023, 12:15 AM   #3
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 226

Original Poster
Rep: Reputation: 204Reputation: 204Reputation: 204
Quote:
Originally Posted by the3dfxdude View Post
That was the first version of KDE I ever used. Nice to see it is quite easy to still get running. I wonder if it can be restored to full functionality with little effort given how far someone already has taken it. It may be a good option even today over the "light" qt environments, given it was a pretty complete desktop system, and the light qt environments feel as of today feel so incomplete.
I'm not an expert in all these KDE and QT things, but I don't see any software conflicts.

QT1

Code:
mkdir -p build
cd build
  cmake \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX} \
    -DCMAKE_INSTALL_MANDIR=/usr/man \
    -DCMAKE_BUILD_TYPE=Release ..
  make
  make install/strip DESTDIR=$PKG
cd ..
# /usr/lib64
Code:
libqt1.so.1.45
# /usr/include
Code:
qt1
#usr/bin
Code:
connect*  dirview*   hello*   menu*     picture*   qdir*    showimg*   t10*  t13*  t3*  t6*  t9*      tictac*    validator*
cursor*   drawdemo*  layout*  moc-qt1*  pref*      qmag*    splitter*  t11*  t14*  t4*  t7*  table*   timestmp*  xform*
dclock*   forever*   life*    movies*   progress*  qwerty*  t1*        t12*  t2*   t5*  t8*  tetrix*  tooltip*
kde1-kdelibs

Code:
mkdir -p build
cd build
  cmake -DCMAKE_INSTALL_PREFIX='/usr' ..
  make
  make install/strip DESTDIR=$PKG
cd ..
# /usr/lib64
Code:
libjscript.so.2.0.0*  libkdecore.so.2.0.0*  libkfile.so.2.0.0*  libkhtmlw.so.2.0.0*  libkspell.so.2.0.0*
libkab.so.2.0.0*      libkdeui.so.2.0.0*    libkfm.so.2.0.0*    libkimgio.so.2.0.0*  libmediatool.so.2.0.0*
# /usr/include
Code:
/usr/include/kde1
kde1-kdebase

Code:
mkdir -p build
cd build
  cmake -DCMAKE_INSTALL_PREFIX='/usr' ..
  make
  make install/strip DESTDIR=$PKG
cd ..
#/usr/bin
Code:
kappfinder*          kcminfo*      kflame.kss1*   klock*          kslidescreen.kss1*
kappfinder_restart*  kcminput*     kfm*           kmatrix.kss1*   kslip.kss1*
kattraction.kss1*    kcmkeys*      kfmclient1*    kmenuedit1*     kspace.kss1*
kaudioserver*        kcmkfm*       kfmexec*       kmorph3d.kss1*  kstart*
kbanner.kss1*        kcmkonsole1*  kfmsu*         konsole1*       kswarm.kss1*
kbat.kss1*           kcmkpanel*    kfmsu2*        kpager*         kthememgr*
kbgndwm*             kcmkwm*       kfmwarn*       kpanel*         kvt*
kblankscrn.kss1*     kcmlocale*    kfontmanager*  kpipes.kss1*    kwm*
kblob.kss1*          kcmsyssound*  kforest.kss1*  kplayaudio*     kwmcom*
kbouboule.kss1*      kcontrol*     khop.kss1*     kpolygon.kss1*  kwmsound*
kbsod.kss1*          kde*          kikbd*         kpyro.kss1*     maudio*
kcheckpass1*         kdehelp*      kioslave*      krdb1*          startkde*
kcmbell*             kdm*          klaser.kss1*   krock.kss1*     startkde1-fast*
kcmdisplay*          kdmconfig*    klines.kss1*   krootwm*        unpack*
kcmikbd*             kfind1*       klissie.kss1*  kscience.kss1*
# /usr/bin/cgi-bin
Code:
helpindex*
For some reason I wasn't able to build kdelibs and kdebase with custom cmake options.

Anyway, buid time: less than 10 minutes.

Last edited by lancsuk; 11-19-2023 at 02:47 AM.
 
5 members found this post helpful.
Old 11-19-2023, 03:20 AM   #4
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,462
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561
Wow. That's excellent.
 
1 members found this post helpful.
Old 11-19-2023, 04:16 AM   #5
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,449

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
that's amazing!
 
Old 11-22-2023, 03:05 PM   #6
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Ah, this brings back memories, thanks lancsuk! So, can we definitely say that it can coexist with the other stuff in Slackware? If so I might give it a try when I have the time.

I think you should submit it to slackbuilds.org as well, it would be a wonderful addition .
 
1 members found this post helpful.
Old 11-22-2023, 04:29 PM   #7
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,462
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561
Quote:
Originally Posted by Ilgar View Post
So, can we definitely say that it can coexist with the other stuff in Slackware?
IIRC, these older versions of KDE were installed under /opt on Slackware... so that's a definite possibility.
 
Old 11-23-2023, 04:53 AM   #8
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,906

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
I always liked that layout. The FHS reserves /opt for local admin use, but I don't see why packaged products like this couldn't go under /usr/opt/kde-1.1 or similar.
 
Old 11-26-2023, 11:30 PM   #9
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 226

Original Poster
Rep: Reputation: 204Reputation: 204Reputation: 204
Quote:
Originally Posted by rkelsen View Post
IIRC, these older versions of KDE were installed under /opt on Slackware... so that's a definite possibility.
Still testing, but I created a testing branch and did some changes.

QT1 install PATH to
Code:
/usr/lib64/qt1
KDE1 install PATH to
Code:
/opt/kde1
 
Old 11-26-2023, 11:38 PM   #10
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 226

Original Poster
Rep: Reputation: 204Reputation: 204Reputation: 204
Quote:
Originally Posted by Ilgar View Post
I think you should submit it to slackbuilds.org as well, it would be a wonderful addition .
I'm not sure, but I guess slackbuilds.org won't accept git master-tarballs.
 
Old 11-27-2023, 12:37 AM   #11
jloco
Member
 
Registered: Apr 2016
Location: Detroit, MI
Distribution: Slackware
Posts: 188

Rep: Reputation: 170Reputation: 170
Quote:
Originally Posted by lancsuk View Post
I'm not sure, but I guess slackbuilds.org won't accept git master-tarballs.
I'm not staff at SBo, but I've found they will accept things as long as it's a tarball and you have a host for the files. For instance, if you compress the needed git pull and have the script use that tarball (which you would host the download), they generally accept it as-is. If the script is building directly from git, that is what is frowned upon, and not generally accepted, as all scripts should build without net access.

Anyway, congrats snuk, you always find the wacky projects to tackle, reminding us how old we (and kde) are
 
Old 11-27-2023, 01:22 AM   #12
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 226

Original Poster
Rep: Reputation: 204Reputation: 204Reputation: 204
Quote:
Originally Posted by jloco View Post
Anyway, congrats snuk, you always find the wacky projects to tackle, reminding us how old we (and kde) are
wacky is the new discreet.
 
1 members found this post helpful.
Old 12-11-2023, 04:50 AM   #13
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
Hi,


It is great to test such software but what is the purpose beyond testing, ergo to be included in slackbuilds.


You need a maintainer full time to just update the system.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
The Big, Silly, Just for Fun, Slackware 13. Release Day Sweep-stakes.... GazL Slackware 452 09-27-2009 08:34 AM
The Big, Silly, Just for Fun, Slackware 13.1 Release Day Sweep-stakes.... Cotobear Slackware 4 08-29-2009 05:09 AM
<fun> The Windows Crash </fun> Simon Bridge General 6 08-26-2007 07:46 PM
Just installed Slackware 10! Just a few questions on mouse, and kernel, and so forth. RHLinuxGUY Slackware 7 09-12-2004 01:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration