From 82f0c0f3480cb0e63adcbbc33cbf929f27371f8c Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 5 Jan 2024 13:17:23 +0100 Subject: net-im/libaccounts-qt5: rename to libaccounts-qt and flavorize - rename to get rid of qt5 in name - switch to fork [1] to add Qt6 support [1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6 --- net-im/libaccounts-qt/files/patch-accounts-qt.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-im/libaccounts-qt/files/patch-accounts-qt.pro (limited to 'net-im/libaccounts-qt/files/patch-accounts-qt.pro') diff --git a/net-im/libaccounts-qt/files/patch-accounts-qt.pro b/net-im/libaccounts-qt/files/patch-accounts-qt.pro new file mode 100644 index 000000000000..369c06028e7e --- /dev/null +++ b/net-im/libaccounts-qt/files/patch-accounts-qt.pro @@ -0,0 +1,15 @@ +--- accounts-qt.pro.orig 2019-09-18 19:00:34 UTC ++++ accounts-qt.pro +@@ -2,10 +2,10 @@ include( common-vars.pri ) + + TEMPLATE = subdirs + CONFIG += ordered +-SUBDIRS += Accounts tests ++SUBDIRS += Accounts + + include( common-project-config.pri ) +-include( doc/doc.pri ) ++docs { include( doc/doc.pri ) } + + DISTNAME = $${PROJECT_NAME}-$${PROJECT_VERSION} + EXCLUDES = \ -- cgit v1.2.3