Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2015-08-30 14:55:30
Size: 528
Editor: ?czchen
Comment:
Revision 5 as of 2015-10-12 16:35:40
Size: 797
Editor: ?jessetaylor84
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
For developer, please see https://wiki.debian.org/Teams/LXQtPackagingTeam for more information.
Line 7: Line 9:
= How to Create Package for LXQt = To install LXQt on Debian 8 (Jessie) you need to do the following:
Line 9: Line 11:
The repositories of LXQt in Debian is in Alioth (http://anonscm.debian.org/cgit/pkg-lxqt). 1) First, you need to add the apt repository for lxqt to /etc/apt/sources.list:
Line 11: Line 13:
== For gbp User == '''deb http://packages.siduction.org/lxqt unstable main'''
'''deb-src http://packages.siduction.org/lxqt unstable main'''
Line 13: Line 16:
The debian/gbp.conf shall set to the following: 2) Now grab the PGP keys for the apt repository, to verify the packages after they are downloaded:
Line 15: Line 18:
{{{
[DEFAULT]
debian-branch = debian
pristine-tar = True
'''apt-key adv --keyserver pgpkeys.mit.edu --recv-key 15CBD88045C45076'''
Line 20: Line 20:
[import-orig]
# Use "git cherrypick -n upstream" instead.
merge = False
}}}
3) Now update your package list:
Line 25: Line 22:
You shall use `git cherrypick -n upstream` to cherry pick new upstream. '''apt-get update'''


4) ... and install LXQt:

'''apt-get install lxqt pcmanfm-qt5'''

LXQt: The Lightweight Qt Desktop Environment

For developer, please see https://wiki.debian.org/Teams/LXQtPackagingTeam for more information.

Install LXQt in Debian

To install LXQt on Debian 8 (Jessie) you need to do the following:

1) First, you need to add the apt repository for lxqt to /etc/apt/sources.list:

deb http://packages.siduction.org/lxqt unstable main deb-src http://packages.siduction.org/lxqt unstable main

2) Now grab the PGP keys for the apt repository, to verify the packages after they are downloaded:

apt-key adv --keyserver pgpkeys.mit.edu --recv-key 15CBD88045C45076

3) Now update your package list:

apt-get update

4) ... and install LXQt:

apt-get install lxqt pcmanfm-qt5