summaryrefslogtreecommitdiff
path: root/net-libs/signond/files/signond-8.60-buildsystem.patch
blob: 95c4791ac4e2731b7b8d175546a7b005d01aa514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
From 43e953418a5a08c3492d1160e4268dbcf82e7be9 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Sun, 8 Dec 2019 20:35:11 +0100
Subject: [PATCH] Fix build system for Gentoo

1) remove unused dependency Qt5Xml
2) don't install example plugin
3) don't install static libs
---
 lib/SignOn/SignOn.pro   | 4 +---
 src/plugins/plugins.pro | 1 -
 src/signond/signond.pro | 1 -
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/SignOn/SignOn.pro b/lib/SignOn/SignOn.pro
index f6a1d61..28af041 100644
--- a/lib/SignOn/SignOn.pro
+++ b/lib/SignOn/SignOn.pro
@@ -1,7 +1,5 @@
 TEMPLATE = subdirs
 CONFIG   += ordered
-SUBDIRS = \
-    libsignon-qt-shared.pro \
-    libsignon-qt-static.pro
+SUBDIRS = libsignon-qt-shared.pro
 
 include(doc/doc.pri)
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index dfccc4a..ca1c1ae 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -1,4 +1,3 @@
 TEMPLATE = subdirs
 SUBDIRS = password \
-          example \
           test
diff --git a/src/signond/signond.pro b/src/signond/signond.pro
index 60ee5e7..211dab6 100644
--- a/src/signond/signond.pro
+++ b/src/signond/signond.pro
@@ -4,7 +4,6 @@ TEMPLATE = app
 TARGET = signond
 QT += core \
     sql \
-    xml \
     network \
     dbus
 
-- 
2.24.0