Skip to content

Commit

Permalink
devel/ayatana-ido: update to v0.9.3, pet portfmt, enable docs
Browse files Browse the repository at this point in the history
  - 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
bsdjgh committed Mar 2, 2023
1 parent 6346597 commit 27120a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
21 changes: 14 additions & 7 deletions devel/ayatana-ido/Makefile
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]
Expand All @@ -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>
6 changes: 3 additions & 3 deletions devel/ayatana-ido/distinfo
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

0 comments on commit 27120a0

Please sign in to comment.