You are not logged in.

#1 2014-05-25 06:56:53

stobbsm
Member
From: Calgary, AB
Registered: 2010-10-10
Posts: 61
Website

lxqt-git repository

It's a pain to download and install all the git packages from the aur for lxqt, so I created a repository for the community to use to test it.

It's listed on the unofficial repositories list on the wiki (lxqt-git repository info)

Hope you can all make use of it and test it! I'll be building at least once per week, but it may happen more often depending on what feature make it into git when.


Running the lxqt-git repository. If you would like to help cover costs, consider using using my referral link to digital ocean for your next VPS deployment.
https://www.digitalocean.com/?refcode=13e0b40e4e39

Offline

#2 2014-05-25 11:02:47

libernux
Member
From: Netherlands
Registered: 2009-09-29
Posts: 53

Re: lxqt-git repository

Works great! Thank you.


I was born with nothing and I still got most of it

Offline

#3 2014-05-26 00:39:01

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Re: lxqt-git repository

Awesome repository.

Heads up on lxqt-admin http://blog.lxde.org/?p=1127

Offline

#4 2014-05-31 11:55:41

joximus
Member
Registered: 2014-03-11
Posts: 7

Re: lxqt-git repository

pcmanfm-qt-git depends on libfm which depends on gtk2 sad

Offline

#5 2014-06-04 16:21:04

stobbsm
Member
From: Calgary, AB
Registered: 2010-10-10
Posts: 61
Website

Re: lxqt-git repository

Anonymo wrote:

Awesome repository.

Heads up on lxqt-admin http://blog.lxde.org/?p=1127

Working on a PKGBUILD, but I can't get it to build at all. Will keep working on it, and add it to the repo as soon as I can.


Running the lxqt-git repository. If you would like to help cover costs, consider using using my referral link to digital ocean for your next VPS deployment.
https://www.digitalocean.com/?refcode=13e0b40e4e39

Offline

#6 2014-06-04 21:23:54

stobbsm
Member
From: Calgary, AB
Registered: 2010-10-10
Posts: 61
Website

Re: lxqt-git repository

Added lxqt-admin-git to my repo, but you need to clean your cache and reinstall all for it to work correctly. Upstream changed their include paths recently, and I didn't realize it until it was pointed out to me.

# pacman -Scc
# pacman -S `pacman -Sl lxqt-git | cut -d" " -f2`

At the very least, you will need to reinstall liblxqt-git to make it all work correctly, but I'd recommend reinstalling it all.


Running the lxqt-git repository. If you would like to help cover costs, consider using using my referral link to digital ocean for your next VPS deployment.
https://www.digitalocean.com/?refcode=13e0b40e4e39

Offline

#7 2014-06-05 06:09:14

progandy
Member
Registered: 2012-05-17
Posts: 5,180

Re: lxqt-git repository

stobbsm wrote:

Added lxqt-admin-git to my repo, but you need to clean your cache and reinstall all for it to work correctly.

This should not be necessary. If you had to modify the PKGBUILD without a change in the version number or git revision, you must increment pkgrel. That should allow a proper update path.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#8 2014-06-05 07:13:50

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: lxqt-git repository

BTW - this:

pacman -S `pacman -Slq lxqt-git`

is prettier than this:

pacman -S `pacman -Sl lxqt-git | cut -d" " -f2`

wouldn't you agree? smile

Offline

#9 2014-06-05 08:14:34

progandy
Member
Registered: 2012-05-17
Posts: 5,180

Re: lxqt-git repository

tomk wrote:

BTW - this: [...] is prettier than this: [...] wouldn't you agree? smile

I believe this would be an even cleaner command:

pacman -Slq lxqt-git | pacman -S - 
pacman -Slq lxqt-git | sudo pacman -S - 

| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#10 2014-06-06 11:18:20

hifi25nl
Member
Registered: 2011-05-07
Posts: 262

Re: lxqt-git repository

I have installed everything in this repository and all is fine.

I see that there is a bug in lxqt desktop: if I move a desktop icon to another place it will go to top left corner of the screen!

Offline

#11 2014-06-19 20:15:38

Strider
Member
From: Belgium
Registered: 2009-08-04
Posts: 104

Re: lxqt-git repository

Stobbsm, I just found out that the sddm-git package in your repository does not create the sddm user. Libernux changed his AUR package to include this so I think you should adapt your package sddm-git too.


Win XP -> Ubuntu -> Fedora -> Arch -> Arch -> Arch -> Ar...

Offline

#12 2014-06-20 18:38:09

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Re: lxqt-git repository

Added to wiki
https://wiki.archlinux.org/index.php/LX … repository

Please double check procedure and recommend install instructions.

Edit:
Recommend Compton configuration.  Can it be used without Openbox and/or please list how to setup and it can be added to wiki.

Last edited by Anonymo (2014-06-20 18:57:12)

Offline

#13 2014-06-24 23:40:11

libernux
Member
From: Netherlands
Registered: 2009-09-29
Posts: 53

Re: lxqt-git repository

Do not update to the latest version of SDDM from this repository.
It segdumps.
I tried to build it myself from AUR and it also segdumps.
I will investigate this further.

@ stobbsm, did you actually test SDDM on your own computer.

edit:
Upstream they only have problems on 32-bit.
Can someone confirm that 64-bit works

Last edited by libernux (2014-06-25 18:34:52)


I was born with nothing and I still got most of it

Offline

#14 2014-06-27 16:07:00

libernux
Member
From: Netherlands
Registered: 2009-09-29
Posts: 53

Re: lxqt-git repository

As of now, the problem is fixed upstream.
Hope we can expect a new version in the lxqt-git repository soon.


I was born with nothing and I still got most of it

Offline

#15 2014-06-28 18:23:30

libernux
Member
From: Netherlands
Registered: 2009-09-29
Posts: 53

Re: lxqt-git repository

Well there is more good news.
This was posted to the aur-general mailing list:

Hi lists

For those interested in LXQt, full Qt5 support has been merged in and
the entire suite of packages has been updated to depend on Qt5.

I will not be maintaining Qt4 git packages as that's very unnecessary
duplication. If for some reason someone really needs that and wants to
do it, please let me know...

Ping me with any bugs. Enjoy!

https://aur.archlinux.org/packages/lxqt-desktop-git

J. Leclanche

Now waiting for the lxqt-git repository to catch up.


I was born with nothing and I still got most of it

Offline

#16 2014-07-04 02:07:58

stobbsm
Member
From: Calgary, AB
Registered: 2010-10-10
Posts: 61
Website

Re: lxqt-git repository

Just updated the repo with QT5 support.

As for testing sddm, I am only running 64bit systems, and can't really test 32bit builds all to well.

I have worked on my build scripts to help flesh out errors. Hope it works now.

You will need to reinstall all packages to get the full qt5 experience.

EDIT: Sorry for the delay. Went camping on my normal updating day (Monday) and didn't get back until last night.

Last edited by stobbsm (2014-07-04 02:31:24)


Running the lxqt-git repository. If you would like to help cover costs, consider using using my referral link to digital ocean for your next VPS deployment.
https://www.digitalocean.com/?refcode=13e0b40e4e39

Offline

#17 2014-07-04 11:35:14

figue
Member
Registered: 2007-12-16
Posts: 59

Re: lxqt-git repository

After download again all your repo session can't be started. But it does after build lxqt-desktop-git lxqt-session-git from AUR. I think both on your repo are not updated yet to QT5 (session app was looking for liblxqt.so).

Anyway, thank you for your work!

Offline

#18 2014-07-04 12:45:21

hifi25nl
Member
Registered: 2011-05-07
Posts: 262

Re: lxqt-git repository

Result of command "whoneeds qt4"

automoc4 bino compton-conf-git hqplayer juffed-git libqtxdg-git libqxt libsysstat-git luckybackup lxqt-admin-git lxqt-config-git lxqt-powermanagement-git makemkv netctl-gui-qt4 polkit-qt pyqt4-common qastools qjackctl qlipper qps qscintilla qtermwidget-git qtwebkit rosegarden screengrab-git sddm-git vlc vmpk

So there are some lxqt packages.

Moreover I have this error message:

error: libsysstat-git: signature from "Matthew Stobbs <matthew@stobbstechnical.com>" is invalid
:: File /var/cache/pacman/pkg/libsysstat-git-0.1.0.4.g151ef16-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).

I had also some problems in starting lxqt. Now is fine but I have made a lot of reinstalling...I don't remember what was the real problem.

Last edited by hifi25nl (2014-07-04 12:51:38)

Offline

#19 2014-07-04 13:08:06

hifi25nl
Member
Registered: 2011-05-07
Posts: 262

Re: lxqt-git repository

I have one more error:

error: failed retrieving file 'libqtxdg-git-0.5.3.17.gb3ccf52-1-x86_64.pkg.tar.xz' from repo.stobbstechnical.com : Maximum file size exceeded
warning: failed to retrieve some files

Offline

#20 2014-07-04 16:24:11

stobbsm
Member
From: Calgary, AB
Registered: 2010-10-10
Posts: 61
Website

Re: lxqt-git repository

Guess my build script needed more work.

Rebuilding now with a new release version, which should help update packages automatically. Also, libsysstat-qt5-git should properly replace libsysstat-git when updated.

I'll edit this post when it's complete.

EDIT: Completed updating revisions to reflect qt5. Also made sure compton-conf-git is making use of qt5 instead of qt4. Please test, as I don't have a lot of time for in depth testing at the moment.
Let me know if libsysstat-git doesn't get replaced by libsysstat-qt5-git

EDIT2: As a note, juffed and qtermwidget still make use of qt4, as they fail to build with qt5. Don't have much time to look into it, but I will. If you have patches to fix juffed-git and qtermwidget-git, please let me know so I can include them in the repo.

Last edited by stobbsm (2014-07-04 18:03:37)


Running the lxqt-git repository. If you would like to help cover costs, consider using using my referral link to digital ocean for your next VPS deployment.
https://www.digitalocean.com/?refcode=13e0b40e4e39

Offline

#21 2014-07-04 19:32:32

figue
Member
Registered: 2007-12-16
Posts: 59

Re: lxqt-git repository

For me it's working fine. Thanks @stobbsm wink

Offline

#22 2014-07-04 22:12:12

libernux
Member
From: Netherlands
Registered: 2009-09-29
Posts: 53

Re: lxqt-git repository

32-bit is now also working.
Thank you.


I was born with nothing and I still got most of it

Offline

#23 2014-07-06 00:07:26

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: lxqt-git repository

At 32bit I get a

:: File /var/cache/pacman/pkg/libqtxdg-git-0.5.3.17.gb3ccf52-1-i686.pkg.tar.xz is corrupted (invalid or corrupted package (checksum)).
Do you want to delete it? [Y/n]
:: File /var/cache/pacman/pkg/libsysstat-git-0.1.0.4.g151ef16-1-i686.pkg.tar.xz is corrupted (invalid or corrupted package (checksum)).
Do you want to delete it? [Y/n]

Offline

#24 2014-07-06 02:31:31

stobbsm
Member
From: Calgary, AB
Registered: 2010-10-10
Posts: 61
Website

Re: lxqt-git repository

matersci wrote:

At 32bit I get a

:: File /var/cache/pacman/pkg/libqtxdg-git-0.5.3.17.gb3ccf52-1-i686.pkg.tar.xz is corrupted (invalid or corrupted package (checksum)).
Do you want to delete it? [Y/n]
:: File /var/cache/pacman/pkg/libsysstat-git-0.1.0.4.g151ef16-1-i686.pkg.tar.xz is corrupted (invalid or corrupted package (checksum)).
Do you want to delete it? [Y/n]

Those are old versions. You can safely delete them from your cache, and redownload them. Everything should work at that point.


Running the lxqt-git repository. If you would like to help cover costs, consider using using my referral link to digital ocean for your next VPS deployment.
https://www.digitalocean.com/?refcode=13e0b40e4e39

Offline

#25 2014-07-06 19:04:26

mariojuniorjp
Member
Registered: 2014-07-06
Posts: 16

Re: lxqt-git repository

cloning into bare repository '/tmp/yaourt-tmp-junior/aur-libqtxdg-qt5-git/libqtxdg'...
fatal: read error: Conexão fechada pela outra ponta
==> ERRO: Falha ao baixar o repositório libqtxdg do tipo git
Abortando...
==> ERRO: Makepkg não conseguiu compilar libqtxdg-qt5-git.
==> Reiniciar a compilação de libqtxdg-qt5-git ? [s/N]

Someone?

Last edited by mariojuniorjp (2014-07-06 21:52:23)

Offline

Board footer

Powered by FluxBB