You are not logged in.

#1 2005-06-04 13:11:47

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Making seperate KDE packages

I wrote a little how to in the wiki.look here

Thanks to tpowa for his help!

Offline

#2 2005-06-05 07:31:58

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Making seperate KDE packages

i thought that was a request then!  I was thinking "Man, legout is dead meat when tpowa sees this!"

lol

Offline

#3 2005-06-05 11:33:49

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: Making seperate KDE packages

:twisted:

I`M STILL ALIVE  wink

In fact i first asked tpowa in irc,if it´s possible to split all big kde packages. But he won´t do that. It´s to much work especially finding all deps. And he agreed that it would be a good idea to write a little how to in the wiki.

Offline

#4 2005-06-06 05:42:43

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Making seperate KDE packages

Cool - good work smile

Offline

#5 2005-06-06 09:13:28

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: Making seperate KDE packages

dibblethewrecker wrote:

Cool - good work smile

Thanks big_smile

Offline

#6 2005-06-12 15:28:52

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: Making seperate KDE packages

so there is the kpdf package build already. shouldn't it be possible to come up for more pkgbuilds for a couple more common kde apps? ( like kdm, kicker, konqueror, quanta+ etc.)


ArchLinux (x86_64) w/ kdemod

Offline

#7 2005-06-12 15:42:59

Riklaunim
Member
Registered: 2005-04-09
Posts: 106
Website

Re: Making seperate KDE packages

If someone likes experiments - can try emerge - in portage there are separate kde ebuilds

Offline

#8 2005-06-12 17:16:48

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: Making seperate KDE packages

Mith wrote:

so there is the kpdf package build already. shouldn't it be possible to come up for more pkgbuilds for a couple more common kde apps? ( like kdm, kicker, konqueror, quanta+ etc.)

I´s very easy to make your own PKGBUILD for all apps you´ll have seperate.
Have a look at the wiki-entry

Anybody could use this and send his PKGBUILDS than

Offline

#9 2005-06-13 06:35:46

miracle
Member
Registered: 2005-02-23
Posts: 40

Re: Making seperate KDE packages

Great  topic !
I hope that it will have official support.
It is  very negative that arch do not has separate KDE packages, sigh ~~~  :cry:

Offline

#10 2005-06-13 15:13:26

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: Making seperate KDE packages

how do I find out which program is in which package???


ArchLinux (x86_64) w/ kdemod

Offline

#11 2005-06-13 15:15:36

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Making seperate KDE packages

pacman -Qo /path/to/file

Offline

#12 2005-06-13 15:49:17

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: Making seperate KDE packages

just in case someone is interested. Here are some usefull programs and their packages. I think I'll start today playing around with it ... this could be a new community project. Do you guys think there is a limit when it's no use to make single packages? For kdebase for example, there are a lot of programs included that are usefull.. or how do we know what packages out of kdebase or kdelibs or kdeadmin is absolutely necessary to run kde?

kpdf       - kdegraphics
kdvi       - kdegraphics
kuickshow  - kdegraphics

kdm        - kdebase
konsole    - kdebase
konqueror  - kdebase
kicker     - kdebase
kpager     - kdebase

quanta     - kdewebdev

korganizer - kdepim
kontact    - kdepim
kmail      - kdepim

kmplot     - kdeedu

kmix       - kdemultimedia

kuser      - kdeadmin
kcron      - kdeadmin

ArchLinux (x86_64) w/ kdemod

Offline

#13 2005-06-14 13:29:17

jerem
Member
From: France
Registered: 2005-01-15
Posts: 310

Re: Making seperate KDE packages

Well, the maintainer would not have to calculate all dependencies since several distros already have seperate packages(gentoo,debian).

Why not simply use their work and translate their package system to PKGBUILDs ?

Offline

#14 2005-06-14 17:12:48

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: Making seperate KDE packages

jerem wrote:

Well, the maintainer would not have to calculate all dependencies since several distros already have seperate packages(gentoo,debian).

Why not simply use their work and translate their package system to PKGBUILDs ?

well I don't know, we could take the gentoo ebuilds.. I don't know how easy it is to translate those into a pkgbuild  :?:  :?:  :?:


ArchLinux (x86_64) w/ kdemod

Offline

#15 2005-06-14 17:42:30

Riklaunim
Member
Registered: 2005-04-09
Posts: 106
Website

Re: Making seperate KDE packages

I'm trying to make a arch PKG via emerge smile

# $Id: PKGBUILD,v 1.17 2005/01/13 06:18:59 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=dillo
pkgver=0.8.4
pkgrel=1
pkgdesc="A small, fast graphical web browser built on GTK+"
url="http://www.dillo.org"
depends=('gtk' 'libjpeg' 'libpng' 'perl' 'openssl')
backup=(etc/dillo/{dillorc,dpidrc})
#source=(http://dillo.auriga.wearlab.de/download/dillo-$pkgver.tar.bz2)
#md5sums=('ebf17d6cca1fccc8bc80acdf05e736a3')

build() {
  emerge -O dillo
}

If someone wants to play witch it... this ebuild makes an empty pkg and I don't have time now to "fix" it (:P:P:P exams tongue:P:P) other options:
- emerge makes gentoo PKG -> something makes a Arch PKG out of it - Gentoo dillo PKG

Offline

#16 2005-06-28 17:36:43

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: Making seperate KDE packages

Legout wrote:

I´s very easy to make your own PKGBUILD for all apps you´ll have seperate. Have a look at the wiki-entry

Thanks for the how-to? Here are same samples. Myself, I removed all KDE packages from my machine and now using only these standalone packages (something what I wanted since long time).
http://user-contributions.org/users/inc … tandalone/

They are still in development. There is a topic:
http://bbs.archlinux.org/viewtopic.php?t=13227


Markku

Offline

Board footer

Powered by FluxBB