Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537032 - lxqt-base/liblxqt-0.8.0 SRC_URI update
Summary: lxqt-base/liblxqt-0.8.0 SRC_URI update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LxQt maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 11:45 UTC by g.bluehut
Modified: 2015-01-30 16:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch SRC_URI change (liblxqt-0.8.0.patch,380 bytes, patch)
2015-01-19 11:45 UTC, g.bluehut
Details | Diff
correct patch (liblxqt-0.8.0.patch,371 bytes, patch)
2015-01-19 12:06 UTC, g.bluehut
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description g.bluehut 2015-01-19 11:45:13 UTC
Created attachment 394318 [details, diff]
patch SRC_URI change

Jerome Leclanche announced on LXQt mailing list on 18.01.2015 that the SRC_URI of LXQt packages will change. The old locations will be gone with the release of 0.9.0. All packages should be adjusted.
Comment 1 g.bluehut 2015-01-19 12:06:04 UTC
Created attachment 394326 [details, diff]
correct patch

last one was not correct. this is fine.
Comment 2 g.bluehut 2015-01-19 12:43:17 UTC
On IRC I learned that you might not want to have a patch for all LXQt packages.
So here is the general change that needs to be done for all LXQt packages:

-	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
+	SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"

For reference please look at the LXDE mailing list.

After talking to somebody on IRC, he recommended making the change in Qt Overlay.

So here is my corresponding PR https://github.com/gentoo/qt/pull/89
Since there are only live ebuilds in there please inform me what else needs to be done.
Comment 3 Jauhien Piatlicki (RETIRED) gentoo-dev 2015-01-19 12:49:50 UTC
Thanks.
Comment 4 Michael Palimaka (kensington) gentoo-dev 2015-01-30 16:33:24 UTC
Thanks, merged in the overlay and fixed in CVS now too.