git: 3696932dec45 - 2023Q1 - devel/ayatana-ido: update to v0.9.3, pet portfmt, enable docs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Mar 2023 04:30:26 UTC
The branch 2023Q1 has been updated by jgh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3696932dec45fb302e0d84a6b1a26bb90ad85984
commit 3696932dec45fb302e0d84a6b1a26bb90ad85984
Author: Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2023-03-02 04:23:55 +0000
Commit: Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2023-03-02 04:29:33 +0000
devel/ayatana-ido: update to v0.9.3, pet portfmt, enable docs
- cmake: Enable building tests by default.
- tests: Fix building against modern GTest.
- src/idobasicmenuitem.c: Set secondary text and count with lozenge from
menu model.
With hat: ports-sec team
(cherry picked from commit 27120a02bd6d5f43466d3bcfd03cdef9a6fc9d5a)
---
devel/ayatana-ido/Makefile | 21 ++++++++++++++-------
devel/ayatana-ido/distinfo | 6 +++---
2 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/devel/ayatana-ido/Makefile b/devel/ayatana-ido/Makefile
index 96347cd4e99c..6712d0c12030 100644
--- a/devel/ayatana-ido/Makefile
+++ b/devel/ayatana-ido/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ayatana-ido
-PORTVERSION= 0.9.2
-PORTREVISION= 2
+PORTVERSION= 0.9.3
CATEGORIES= devel
MAINTAINER= jgh@FreeBSD.org
@@ -9,20 +8,28 @@ WWW= https://github.com/AyatanaIndicators/ayatana-ido
LICENSE= LGPL3
-LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
- libgtest.so:devel/googletest
+LIB_DEPENDS= libgtest.so:devel/googletest \
+ libharfbuzz.so:print/harfbuzz
BUILD_DEPENDS= lcov>=0:devel/lcov
-USES= cmake localbase:ldflags gnome pkgconfig vala:build
-
-USE_GNOME= introspection glib20 gtk30 pango atk cairo gdkpixbuf2
+USES= cmake gnome localbase:ldflags pkgconfig vala:build
+USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection pango
+OPTIONS_DEFINE= DOCS
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= AyatanaIndicators
+PORTDOCS= AUTHORS ChangeLog INSTALL.md NEWS README.md
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libayatana-ido3-0.4.so.*
+post-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for doc in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
+.endfor
+
.include <bsd.port.mk>
diff --git a/devel/ayatana-ido/distinfo b/devel/ayatana-ido/distinfo
index 332014687b56..c8b95c6ce0f9 100644
--- a/devel/ayatana-ido/distinfo
+++ b/devel/ayatana-ido/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654640357
-SHA256 (AyatanaIndicators-ayatana-ido-0.9.2_GH0.tar.gz) = b166e7a160458e4a71f6086d2e4e97e18cf1ac584231a4b9f1f338914203884c
-SIZE (AyatanaIndicators-ayatana-ido-0.9.2_GH0.tar.gz) = 122286
+TIMESTAMP = 1677723432
+SHA256 (AyatanaIndicators-ayatana-ido-0.9.3_GH0.tar.gz) = 4df0a21dde4f6e41d2738c7944d1169836d844e5b65364d1897e93766fa93d58
+SIZE (AyatanaIndicators-ayatana-ido-0.9.3_GH0.tar.gz) = 122912