Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565950 - dev-libs/libqtxdg-1.3.0 version bump
Summary: dev-libs/libqtxdg-1.3.0 version bump
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-11-16 15:34 UTC by Alpha Bravo
Modified: 2015-11-19 23:10 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alpha Bravo 2015-11-16 15:34:44 UTC
--- libqtxdg-1.2.0.ebuild
+++ libqtxdg-1.3.0.ebuild
@@ -12,7 +12,7 @@
        inherit git-r3
        EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
-       SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+       SRC_URI="https://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
        KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
@@ -34,11 +34,3 @@
 RDEPEND="${CDEPEND}
        x11-misc/xdg-utils
 "
-
-src_configure() {
-       local mycmakeargs=(
-               -DUSE_QT4=OFF
-               $(cmake-utils_use_build test TESTS)
-       )
-       cmake-utils_src_configure
-}

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-11-19 15:39:32 UTC
Thanks, fixed in git. BUILD_TESTS is still an option.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3d497c61f03a08f7a10c21e42c4358eaea1473
Comment 2 Alpha Bravo 2015-11-19 23:10:43 UTC
Just in case it matters, I'd like to point out that LXQt upstream suggests using https:
"Hi list

Thanks to the amazing Let's Encrypt organization, downloads.lxqt.org now has its own ssl certificate:

https://downloads.lxqt.org/

There are of course redirects in place from http. Packagers, please make sure to update your urls. :)

Let me know if there are any issues.

J. Leclanche"
(cf. http://sourceforge.net/p/lxde/mailman/message/34598222/)