Re: Jaunty Release Schedule, Plans, KDE 4.2
I have send a query to the kubuntu-devel@lists.ubuntu.com.
and Scott Kitterman told that:
Package build: > FAQ: Installing from source
Shortly
You will need (packages):
- build-essential
- fakeroot
- dpkg-dev
and from the Ubuntu packages:
kdebase-workspace_4.1.80-0ubuntu1.diff.gz
kdebase-workspace_4.1.80-0ubuntu1_i386.changes
kdebase-workspace_4.1.80-0ubuntu1.dsc
You will also need (quote from the debian control file):
In the same folder where .diff.gz, .changes and .dsc are:
This will make a kdebase-workspace-4.1.80 folder. cd there and:
=> a bunc of .deb packages
I've never tried doing a package build ... would you be able to point to a how-to doc for this Rog131?
What's Up, Doc ?
and Scott Kitterman told that:
On Thursday 04 December 2008 09:47, Sam Rog wrote:
> There are source packages for the KDE 4.1.80 kdebase-workspace-bin,
> kdebase-workspace-data, etc... in the repositories for the Jaunty but not
> the binaries.Is there glitch in the package build system or am i too hasty
You are too hasty. The package is in binary New.
Questions like this are a strong indication that you should not be running the
development release at this point. It is most certainly not suitable for
general users. The Kubuntu member's experimental PPA has 4.1.80 packages for
Intrepid. Ironically, if you'd stayed with Intrepid and used that, you'd
have those packages available to you.
Scott K
> There are source packages for the KDE 4.1.80 kdebase-workspace-bin,
> kdebase-workspace-data, etc... in the repositories for the Jaunty but not
> the binaries.Is there glitch in the package build system or am i too hasty
You are too hasty. The package is in binary New.
Questions like this are a strong indication that you should not be running the
development release at this point. It is most certainly not suitable for
general users. The Kubuntu member's experimental PPA has 4.1.80 packages for
Intrepid. Ironically, if you'd stayed with Intrepid and used that, you'd
have those packages available to you.
Scott K
Package build: > FAQ: Installing from source
Shortly
You will need (packages):
- build-essential
- fakeroot
- dpkg-dev
and from the Ubuntu packages:
kdebase-workspace_4.1.80-0ubuntu1.diff.gz
kdebase-workspace_4.1.80-0ubuntu1_i386.changes
kdebase-workspace_4.1.80-0ubuntu1.dsc
You will also need (quote from the debian control file):
Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), quilt, cmake (>= 2.6.2),
kdelibs5-dev (>= 4:4.1.80), libphonon-dev (>= 4:4.2.80),
libbluetooth-dev, libcaptury-dev, libdbus-1-dev, libnm-util-dev, network-manager-dev,
libpam0g-dev, libqimageblitz-dev (>= 1:0.0.4-2), libraw1394-dev, libsensors-dev,
libstrigiqtdbusclient-dev (>= 0.5.8-2), libusb-dev, libxkbfile-dev,
libxcomposite-dev, libxdamage-dev, libxfixes-dev, libxklavier12-dev,
libxrandr-dev, libxrender-dev, libxxf86misc-dev,
libsmbclient-dev, libxcb1-dev, libxine-dev, libstreamanalyzer-dev,
libfontconfig-dev, libglu1-mesa-dev, sip4,
libsm-dev, libxcursor-dev, libxft-dev, libxtst-dev, libqt4-opengl-dev,
libxinerama-dev, libxss-dev, libck-connector-dev, libplasma-dev (>= 4:4.1.80),
python-kde4-dev (>= 4:4.1.80), python-qt4-dev, sip4
kdelibs5-dev (>= 4:4.1.80), libphonon-dev (>= 4:4.2.80),
libbluetooth-dev, libcaptury-dev, libdbus-1-dev, libnm-util-dev, network-manager-dev,
libpam0g-dev, libqimageblitz-dev (>= 1:0.0.4-2), libraw1394-dev, libsensors-dev,
libstrigiqtdbusclient-dev (>= 0.5.8-2), libusb-dev, libxkbfile-dev,
libxcomposite-dev, libxdamage-dev, libxfixes-dev, libxklavier12-dev,
libxrandr-dev, libxrender-dev, libxxf86misc-dev,
libsmbclient-dev, libxcb1-dev, libxine-dev, libstreamanalyzer-dev,
libfontconfig-dev, libglu1-mesa-dev, sip4,
libsm-dev, libxcursor-dev, libxft-dev, libxtst-dev, libqt4-opengl-dev,
libxinerama-dev, libxss-dev, libck-connector-dev, libplasma-dev (>= 4:4.1.80),
python-kde4-dev (>= 4:4.1.80), python-qt4-dev, sip4
Code:
dpkg-source -x kdebase-workspace_4.1.80-0ubuntu1.dsc
Code:
dpkg-buildpackage -us -uc -rfakeroot
Comment