Saturday, September 21, 2024

Error deleting directory /usr/local/include/qgpgme: Directory not empty

I came across the following message when removing qt6-qtbase
(BTW typing 100 times "y" sucks. Why we have no " -y, --yes"?)

Error deleting directory /usr/local/include/qgpgme: Directory not empty
Error deleting directory /usr/local/include/QGpgME: Directory not empty

I think we need to add the directories into -main or should we remove
them in -qt?

diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index fdb25f89307..cba7d07eb8c 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -5,7 +5,7 @@ VERSION = 1.23.2
DISTNAME = gpgme-${VERSION}
PKGNAME-main = gpgme-${VERSION}
PKGNAME-qt = gpgme-qt-${VERSION}
-REVISION = 0
+REVISION = 1

CATEGORIES = security devel

diff --git a/security/gpgme/pkg/PLIST-main b/security/gpgme/pkg/PLIST-main
index 3efc0f5fd05..ed7bcd69580 100644
--- a/security/gpgme/pkg/PLIST-main
+++ b/security/gpgme/pkg/PLIST-main
@@ -2,8 +2,10 @@
bin/gpgme-config
@bin bin/gpgme-json
@bin bin/gpgme-tool
+include/QGpgME/
include/QGpgME/WKDRefreshJob
include/gpgme.h
+include/qgpgme/
include/qgpgme/wkdrefreshjob.h
@info info/gpgme.info
@static-lib lib/libgpgme.a

No comments:

Post a Comment