git: f1b71e53ad37 - main - accessibility/linux-c7-at-spi2-atk: decouple from accesibility/at-spi2-atk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 06:33:01 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1b71e53ad37e56be52a8c8ccdc3adc009846108
commit f1b71e53ad37e56be52a8c8ccdc3adc009846108
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-03-01 06:29:07 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-03-01 06:31:31 +0000
accessibility/linux-c7-at-spi2-atk: decouple from accesibility/at-spi2-atk
PR: 269704
---
accessibility/linux-c7-at-spi2-atk/Makefile | 2 --
accessibility/linux-c7-at-spi2-atk/pkg-descr | 7 +++++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/accessibility/linux-c7-at-spi2-atk/Makefile b/accessibility/linux-c7-at-spi2-atk/Makefile
index df53d5d3cb54..122abae7b9f6 100644
--- a/accessibility/linux-c7-at-spi2-atk/Makefile
+++ b/accessibility/linux-c7-at-spi2-atk/Makefile
@@ -15,8 +15,6 @@ USE_LINUX= at-spi2-core atk dbuslibs
USE_LINUX_RPM= yes
CPE_VENDOR= gnome
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
diff --git a/accessibility/linux-c7-at-spi2-atk/pkg-descr b/accessibility/linux-c7-at-spi2-atk/pkg-descr
new file mode 100644
index 000000000000..512db73db840
--- /dev/null
+++ b/accessibility/linux-c7-at-spi2-atk/pkg-descr
@@ -0,0 +1,7 @@
+This is the Gnome Accessibility Project's Assistive Technology
+Service Provider Interface. It allows accessibility applications
+and assistive technologies to announce their respective existence
+to each other.
+
+This port contains the GTK+ module needed to interface with the SPI
+framework.