2020-12-31 12:37:10 +01:00
|
|
|
PORTNAME= xapp
|
2022-12-30 15:07:08 +01:00
|
|
|
PORTVERSION= 2.2.14
|
2023-02-24 10:34:40 +01:00
|
|
|
PORTREVISION= 1
|
2020-12-31 12:37:10 +01:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
DIST_SUBDIR= gnome
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Cross-desktop libraries and common resources
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/linuxmint/xapp
|
2020-12-31 12:37:10 +01:00
|
|
|
|
|
|
|
LICENSE= LGPL3
|
|
|
|
LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER
|
|
|
|
|
2022-07-04 04:14:30 +02:00
|
|
|
LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu
|
2020-12-31 12:37:10 +01:00
|
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
|
2022-08-26 17:31:20 +02:00
|
|
|
USES= gettext-tools gnome meson pkgconfig python shebangfix vala:build xorg
|
2020-12-31 12:37:10 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= linuxmint
|
2022-07-04 04:14:30 +02:00
|
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 gtk-update-icon-cache gtk30 \
|
|
|
|
intltool introspection:build libgnomekbd pygobject3
|
2021-01-14 07:32:27 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_XORG= x11
|
2020-12-31 12:37:10 +01:00
|
|
|
GLIB_SCHEMAS= org.x.apps.gschema.xml
|
2021-01-14 07:32:27 +01:00
|
|
|
SHEBANG_FILES= data libxapp meson-scripts schemas scripts status-applets \
|
|
|
|
test-scripts
|
2020-12-31 12:37:10 +01:00
|
|
|
|
2021-01-14 07:32:27 +01:00
|
|
|
PLIST_SUB+= LIBVERSION=${PORTVERSION}
|
2020-12-31 12:37:10 +01:00
|
|
|
|
|
|
|
PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2022-07-04 04:14:30 +02:00
|
|
|
OPTIONS_SUB= yes
|
2020-12-31 12:37:10 +01:00
|
|
|
|
2021-02-07 15:55:15 +01:00
|
|
|
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
|
|
|
|
DOCS_MESON_ON= -Ddocs=true
|
2020-12-31 12:37:10 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|