Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2021 06:32:27 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561536 - head/x11/xapp
Message-ID:  <202101140632.10E6WRBw044220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Jan 14 06:32:27 2021
New Revision: 561536
URL: https://svnweb.freebsd.org/changeset/ports/561536

Log:
  - Add missing dependency on `devel/dbus' to unbreak the build
  - Restore creator attribution lost in r559718 during the repomove
  - Drop unused dependencies: `gettext-tools:build', `x11/libxklavier'
  - Reorder USE_* knobs and remove excessive vertical whitespace

Modified:
  head/x11/xapp/Makefile

Modified: head/x11/xapp/Makefile
==============================================================================
--- head/x11/xapp/Makefile	Thu Jan 14 06:28:26 2021	(r561535)
+++ head/x11/xapp/Makefile	Thu Jan 14 06:32:27 2021	(r561536)
@@ -1,3 +1,4 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	xapp
@@ -12,33 +13,25 @@ LICENSE=	LGPL3
 LICENSE_FILE?=	${WRKSRC}/COPYING.LESSER
 
 BUILD_DEPENDS=	vapigen:lang/vala
-LIB_DEPENDS=	libxklavier.so:x11/libxklavier \
+LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libdbusmenu-gtk3.so:devel/libdbusmenu
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		gettext-tools:build gnome meson pkgconfig python:3.5+ \
-		shebangfix xorg
-
+USES=		gnome meson pkgconfig python:3.5+ shebangfix xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
-
-SHEBANG_FILES=	data libxapp meson-scripts schemas scripts status-applets \
-		test-scripts
-BINARY_ALIAS=	python3=${PYTHON_CMD}
-
-USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 introspection intltool \
+USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 introspection:build intltool \
 		libgnomekbd pygobject3
-
+USE_LDCONFIG=	yes
+USE_XORG=	x11
 GLIB_SCHEMAS=	org.x.apps.gschema.xml
 INSTALLS_ICONS=	yes
+SHEBANG_FILES=	data libxapp meson-scripts schemas scripts status-applets \
+		test-scripts
 
-USE_XORG=	x11
+PLIST_SUB+=	LIBVERSION=${PORTVERSION}
 
-USE_LDCONFIG=	yes
-
 PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
-
-PLIST_SUB+=	LIBVERSION=${PORTVERSION}
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101140632.10E6WRBw044220>