git: 202091e3a800 - main - accessibility/linux-c7-atk: decouple from accessibility/atk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 06:33:00 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=202091e3a8001f79b2c30d370992e317a084c1ca commit 202091e3a8001f79b2c30d370992e317a084c1ca Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-03-01 06:26:29 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-03-01 06:31:13 +0000 accessibility/linux-c7-atk: decouple from accessibility/atk PR: 269704 --- accessibility/linux-c7-atk/Makefile | 1 - accessibility/linux-c7-atk/pkg-descr | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/accessibility/linux-c7-atk/Makefile b/accessibility/linux-c7-atk/Makefile index af40d693f35b..b5116aa14c5a 100644 --- a/accessibility/linux-c7-atk/Makefile +++ b/accessibility/linux-c7-atk/Makefile @@ -15,7 +15,6 @@ USE_LDCONFIG= yes USE_LINUX_RPM= yes CONFLICTS= linux-c6-${PORTNAME} -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes diff --git a/accessibility/linux-c7-atk/pkg-descr b/accessibility/linux-c7-atk/pkg-descr new file mode 100644 index 000000000000..75eca2b01250 --- /dev/null +++ b/accessibility/linux-c7-atk/pkg-descr @@ -0,0 +1,3 @@ +The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, +just like GTK contains GUI element widgets. However, ATK's widgets +are platform-independent, so they can be used with Qt, Motif, etc.