Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468026 - [qt overlay] = razorqt-base/razorqt-libs-9999 should build more modules
Summary: [qt overlay] = razorqt-base/razorqt-libs-9999 should build more modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 15:48 UTC by Jekyll Wu
Modified: 2013-05-29 11:27 UTC (History)
0 users

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 Jekyll Wu 2013-04-30 15:48:04 UTC
razorqt-libs should build razor-global-key-shortcuts-client/  and razor-global-key-shortcut-selector/, otherwise some packages, e.g. razorqt-panel-9999, fail to build due to missing libraries.

Here is the straight forward patch that solves my problem: 

From 739ac8ccf47fef6c9c1086ca0fa5b7e2c89b6b9c Mon Sep 17 00:00:00 2001
From: Jekyll Wu <adaptee@gmail.com>
Date: Tue, 30 Apr 2013 23:31:53 +0800
Subject: [PATCH] build and install more modules

---
 razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
index 726e7ae..fa8b4db 100644
--- a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
+++ b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild
@@ -42,6 +42,8 @@ src_configure() {
 		-DMODULE_LIBRAZORQT=On
 		-DMODULE_LIBRAZORQXT=On
 		-DMODULE_LIBRAZORMOUNT=On
+		-DMODULE_LIBRAZORGLOBALKEYSHORTCUTSCLIENT=On
+		-DMODULE_LIBRAZORGLOBALKEYSHORTCUTSBUTTON=On
 		-DMODULE_LIBSYSSTAT=On
 		-DMODULE_ABOUT=On
 		-DMODULE_X11INFO=On
-- 
1.8.2.1








 

Reproducible: Always
Comment 1 Jekyll Wu 2013-05-27 14:34:04 UTC
Ping ? Can some try emerging razorqt-panel-9999 ?
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-05-29 11:27:08 UTC
Thanks, patch applied in git.

http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3b7a131f3e050eaaaa50450334e210bf07201728