diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2023-02-17 03:45:48 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2023-02-17 03:45:48 +0000 |
commit | 1daaeda34a9903d2f6964915f41ce3987a96c59c (patch) | |
tree | 9f087710f4e414b2139c3d19e46b43a8b0182467 | |
parent | da951a51632e69166ef8a4bc22b32dd936830deb (diff) | |
download | ports-1daaeda34a9903d2f6964915f41ce3987a96c59c.tar.gz ports-1daaeda34a9903d2f6964915f41ce3987a96c59c.zip |
devel/libayatana-appindicator: update to v0.5.92, add DOCS, linting
-rw-r--r-- | devel/libayatana-appindicator/Makefile | 32 | ||||
-rw-r--r-- | devel/libayatana-appindicator/distinfo | 6 |
2 files changed, 23 insertions, 15 deletions
diff --git a/devel/libayatana-appindicator/Makefile b/devel/libayatana-appindicator/Makefile index 9b33f2c50cdb..32f236b8ab84 100644 --- a/devel/libayatana-appindicator/Makefile +++ b/devel/libayatana-appindicator/Makefile @@ -1,6 +1,5 @@ PORTNAME= libayatana-appindicator -PORTVERSION= 0.5.91 -PORTREVISION= 2 +PORTVERSION= 0.5.92 CATEGORIES= devel MAINTAINER= jgh@FreeBSD.org @@ -9,27 +8,36 @@ WWW= https://github.com/AyatanaIndicators/libayatana-appindicator LICENSE= LGPL3 -BUILD_DEPENDS= lcov>=0:devel/lcov - -USES= cmake localbase:ldflags gnome pkgconfig - -LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ - libgtest.so:devel/googletest \ +LIB_DEPENDS= libayatana-ido3-0.4.so:devel/ayatana-ido \ libayatana-indicator3.so:devel/libayatana-indicator \ libdbusmenu-glib.so:devel/libdbusmenu \ - libayatana-ido3-0.4.so:devel/ayatana-ido + libgtest.so:devel/googletest \ + libharfbuzz.so:print/harfbuzz +BUILD_DEPENDS= lcov>=0:devel/lcov + +USES= cmake gnome localbase:ldflags pkgconfig -USE_GNOME= introspection gtk30 glib20 pango atk cairo gdkpixbuf2 +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection pango CMAKE_OFF= ENABLE_BINDINGS_MONO \ - FLAVOUR_GTK2 \ - ENABLE_BINDINGS_VALA + ENABLE_BINDINGS_VALA \ + FLAVOUR_GTK2 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= AyatanaIndicators +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README + +OPTIONS_DEFINE= DOCS + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libayatana-appindicator3.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/libayatana-appindicator/distinfo b/devel/libayatana-appindicator/distinfo index 03a3107846cb..dd9c45fe6fac 100644 --- a/devel/libayatana-appindicator/distinfo +++ b/devel/libayatana-appindicator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652970199 -SHA256 (AyatanaIndicators-libayatana-appindicator-0.5.91_GH0.tar.gz) = 52eb5d0c0de07177833e50fbaee592dcb3939e96c6b789921e2a8caf40a1ed26 -SIZE (AyatanaIndicators-libayatana-appindicator-0.5.91_GH0.tar.gz) = 158269 +TIMESTAMP = 1675878044 +SHA256 (AyatanaIndicators-libayatana-appindicator-0.5.92_GH0.tar.gz) = adedcf160dae7547971d475b42062cab278d54ec075537e6958ffdbf2d996857 +SIZE (AyatanaIndicators-libayatana-appindicator-0.5.92_GH0.tar.gz) = 159271 |