diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 21fa3ddfb4f9..6a8b5d3df075 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -1,81 +1,81 @@ # Created by: Jason Helfman PORTNAME= xpad PORTVERSION= 5.7.0 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ MAINTAINER= jgh@FreeBSD.org COMMENT= Virtual note-pad system for your X11 desktop LICENSE= GPLv3 RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme -LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libdbusmenu-glib.so:devel/libdbusmenu \ libayatana-ido3-0.4.so:devel/ayatana-ido \ libayatana-appindicator3.so:devel/libayatana-appindicator \ libayatana-indicator3.so:devel/libayatana-indicator USES= autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 gnome xorg OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes CONFLICTS_INSTALL= xpad3 USE_XORG= x11 sm ice USE_GNOME= gtk30 gtksourceview4 cairo gdkpixbuf2 CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes PORTDOCS= * PLIST_FILES= \ bin/xpad \ man/man1/xpad.1.gz \ share/applications/xpad.desktop \ share/icons/hicolor/scalable/apps/xpad.svg \ share/metainfo/xpad.appdata.xml \ ${DATADIR}/help/xpad-user-help.txt NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_PLIST_FILES= \ share/locale/af/LC_MESSAGES/xpad.mo \ share/locale/bg/LC_MESSAGES/xpad.mo \ share/locale/cs/LC_MESSAGES/xpad.mo \ share/locale/da/LC_MESSAGES/xpad.mo \ share/locale/de/LC_MESSAGES/xpad.mo \ share/locale/en_GB/LC_MESSAGES/xpad.mo \ share/locale/es/LC_MESSAGES/xpad.mo \ share/locale/et/LC_MESSAGES/xpad.mo \ share/locale/fi/LC_MESSAGES/xpad.mo \ share/locale/fr/LC_MESSAGES/xpad.mo \ share/locale/ga/LC_MESSAGES/xpad.mo \ share/locale/hr/LC_MESSAGES/xpad.mo \ share/locale/hu/LC_MESSAGES/xpad.mo \ share/locale/it/LC_MESSAGES/xpad.mo \ share/locale/ja/LC_MESSAGES/xpad.mo \ share/locale/ko/LC_MESSAGES/xpad.mo \ share/locale/lv/LC_MESSAGES/xpad.mo \ share/locale/nl/LC_MESSAGES/xpad.mo \ share/locale/pt/LC_MESSAGES/xpad.mo \ share/locale/ro/LC_MESSAGES/xpad.mo \ share/locale/ru/LC_MESSAGES/xpad.mo \ share/locale/rw/LC_MESSAGES/xpad.mo \ share/locale/sv/LC_MESSAGES/xpad.mo \ share/locale/th/LC_MESSAGES/xpad.mo \ share/locale/tr/LC_MESSAGES/xpad.mo \ share/locale/vi/LC_MESSAGES/xpad.mo \ share/locale/zh_CN/LC_MESSAGES/xpad.mo \ share/locale/zh_TW/LC_MESSAGES/xpad.mo .include post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO THANKS ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/devel/ayatana-ido/Makefile b/devel/ayatana-ido/Makefile index ba8a00e5dccf..d510469adde8 100644 --- a/devel/ayatana-ido/Makefile +++ b/devel/ayatana-ido/Makefile @@ -1,30 +1,30 @@ PORTNAME= ayatana-ido PORTVERSION= 0.9.1 CATEGORIES= devel PATCH_SITES= https://github.com/AyatanaIndicators/ayatana-ido/commit/ PATCHFILES= 62f510e2e846b182d5565c354a72319849ab5a21.diff:-p1 MAINTAINER= jgh@FreeBSD.org COMMENT= Ayatana Indicator Display Objects LICENSE= LGPL3 BUILD_DEPENDS= vala>=0:lang/vala \ lcov>=0:devel/lcov USES= cmake localbase:ldflags gnome pkgconfig -LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libgtest.so:devel/googletest USE_GNOME= introspection glib20 gtk30 pango atk cairo gdkpixbuf2 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= AyatanaIndicators post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libayatana-ido3-0.4.so.* .include diff --git a/devel/libayatana-appindicator/Makefile b/devel/libayatana-appindicator/Makefile index 36b2f21b1c13..6e4e5f493590 100644 --- a/devel/libayatana-appindicator/Makefile +++ b/devel/libayatana-appindicator/Makefile @@ -1,33 +1,33 @@ PORTNAME= libayatana-appindicator PORTVERSION= 0.5.91 CATEGORIES= devel MAINTAINER= jgh@FreeBSD.org COMMENT= Ayatana Application Indicators Shared Library LICENSE= LGPL3 BUILD_DEPENDS= lcov>=0:devel/lcov USES= cmake localbase:ldflags gnome pkgconfig -LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libgtest.so:devel/googletest \ libayatana-indicator3.so:devel/libayatana-indicator \ libdbusmenu-glib.so:devel/libdbusmenu \ libayatana-ido3-0.4.so:devel/ayatana-ido USE_GNOME= introspection gtk30 glib20 pango atk cairo gdkpixbuf2 CMAKE_OFF= ENABLE_BINDINGS_MONO \ FLAVOUR_GTK2 \ ENABLE_BINDINGS_VALA USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= AyatanaIndicators post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libayatana-appindicator3.so.* .include diff --git a/devel/libayatana-indicator/Makefile b/devel/libayatana-indicator/Makefile index 651d97ca6e59..bbe574677a3f 100644 --- a/devel/libayatana-indicator/Makefile +++ b/devel/libayatana-indicator/Makefile @@ -1,30 +1,30 @@ PORTNAME= libayatana-indicator PORTVERSION= 0.9.1 CATEGORIES= devel MAINTAINER= jgh@FreeBSD.org COMMENT= Ayatana Indicators Shared Library LICENSE= GPLv3 BUILD_DEPENDS= vala>=0:lang/vala \ lcov>=0:devel/lcov USES= cmake localbase:ldflags gnome pkgconfig -LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libgtest.so:devel/googletest \ libayatana-ido3-0.4.so:devel/ayatana-ido USE_GNOME= introspection glib20 gtk30 pango atk cairo gdkpixbuf2 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= AyatanaIndicators post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libayatana-indicator3.so* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/libayatana-indicator/ayatana-indicator-loader3 .include