svn commit: r561536 - head/x11/xapp

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 14 06:32:27 UTC 2021


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 at 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
 


More information about the svn-ports-all mailing list