forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
PORTNAME= ayatana-ido | ||
PORTVERSION= 0.9.2 | ||
PORTREVISION= 2 | ||
PORTVERSION= 0.9.3 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |