diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-01-05 13:17:23 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-01-05 13:57:24 +0100 |
commit | 82f0c0f3480cb0e63adcbbc33cbf929f27371f8c (patch) | |
tree | 695f3c4cc611f058fda911bd5ca31382dee66725 /net-im/libaccounts-qt5/files/patch-accounts-qt.pro | |
parent | sysutils/signon-qt5: rename port to sysutils/signond and flavorize (diff) |
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
Diffstat (limited to 'net-im/libaccounts-qt5/files/patch-accounts-qt.pro')
-rw-r--r-- | net-im/libaccounts-qt5/files/patch-accounts-qt.pro | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/libaccounts-qt5/files/patch-accounts-qt.pro b/net-im/libaccounts-qt5/files/patch-accounts-qt.pro deleted file mode 100644 index 369c06028e7e..000000000000 --- a/net-im/libaccounts-qt5/files/patch-accounts-qt.pro +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 = \ |