svn commit: r559718 - in head: . x11 x11/xapp x11/xapps

Dima Panov fluffy at FreeBSD.org
Thu Dec 31 11:37:12 UTC 2020


Author: fluffy
Date: Thu Dec 31 11:37:10 2020
New Revision: 559718
URL: https://svnweb.freebsd.org/changeset/ports/559718

Log:
  x11/xapps: move to x11/xapp and update to 2.0.4
  
  Upstream changed the project name to xapp
  
  PR:		252299
  Submitted by:	Charlie Li

Added:
  head/x11/xapp/
     - copied from r559717, head/x11/xapps/
Deleted:
  head/x11/xapps/
Modified:
  head/MOVED
  head/x11/Makefile
  head/x11/xapp/Makefile
  head/x11/xapp/distinfo
  head/x11/xapp/pkg-descr
  head/x11/xapp/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Dec 31 10:49:07 2020	(r559717)
+++ head/MOVED	Thu Dec 31 11:37:10 2020	(r559718)
@@ -15820,3 +15820,4 @@ databases/py-MySQLdb||2020-12-29|Has expired: Uses dep
 net/py-libfte||2020-12-29|Has expired: Uses deprecated version of python
 audio/py-gmusicapi||2020-12-30|Has expired: Google Play Music is going away: https://github.com/simon-weber/gmusicapi/issues/673
 net/ceph12|net/ceph14|2020-12-30|Has expired: please use net/ceph14
+x11/xapps|x11/xapp|2020-12-31|Project renamed

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Thu Dec 31 10:49:07 2020	(r559717)
+++ head/x11/Makefile	Thu Dec 31 11:37:10 2020	(r559718)
@@ -377,7 +377,7 @@
     SUBDIR += x11perf
     SUBDIR += x3270
     SUBDIR += xantfarm
-    SUBDIR += xapps
+    SUBDIR += xapp
     SUBDIR += xascii
     SUBDIR += xauth
     SUBDIR += xautolock

Modified: head/x11/xapp/Makefile
==============================================================================
--- head/x11/xapps/Makefile	Thu Dec 31 10:49:07 2020	(r559717)
+++ head/x11/xapp/Makefile	Thu Dec 31 11:37:10 2020	(r559718)
@@ -1,41 +1,48 @@
-# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	xapps
-PORTVERSION=	1.6.10
-PORTREVISION=	1
-CATEGORIES=	x11
+PORTNAME=	xapp
+PORTVERSION=	2.0.4
+CATEGORIES=	x11 gnome
+DIST_SUBDIR=	gnome
 
-MAINTAINER=	x11 at FreeBSD.org
+MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Cross-desktop libraries and common resources
 
 LICENSE=	LGPL3
+LICENSE_FILE?=	${WRKSRC}/COPYING.LESSER
 
-PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
-
 BUILD_DEPENDS=	vapigen:lang/vala
-LIB_DEPENDS=	libgnomekbdui.so:x11/libgnomekbd
+LIB_DEPENDS=	libxklavier.so:x11/libxklavier \
+		libdbusmenu-gtk3.so:devel/libdbusmenu
+RUN_DEPENDS=	bash:shells/bash
 
-USES=		gettext gnome meson pkgconfig python:build shebangfix xorg
+USES=		gettext-tools:build gnome meson pkgconfig python:3.5+ \
+		shebangfix xorg
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
-USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
-USE_LDCONFIG=	yes
-USE_XORG=	x11
+
+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 \
+		libgnomekbd pygobject3
+
 GLIB_SCHEMAS=	org.x.apps.gschema.xml
 INSTALLS_ICONS=	yes
-SHEBANG_FILES=	libxapp/g-codegen.py libxapp/install_generated_header.py \
-		makedoc schemas/meson_install_schemas.py
 
-post-extract:
-# Do not install auxiliary scripts and adjust icons installation path
-	@${RM} -r ${WRKSRC}/files/usr/bin
-	@${MKDIR} ${WRKSRC}/files${PREFIX}
-	@${MV} ${WRKSRC}/files/usr/share ${WRKSRC}/files${PREFIX}
+USE_XORG=	x11
 
-post-patch:
-# Do not build non-essential optional components for the moment
-	@${REINPLACE_CMD} -E '/pygobject|status-applets/d' \
-		${WRKSRC}/meson.build
+USE_LDCONFIG=	yes
+
+PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
+
+PLIST_SUB+=	LIBVERSION=${PORTVERSION}
+
+OPTIONS_DEFINE=	DOCS
+
+DOCS_BUILD_DEPENDS=	gtkdocize:textproc/gtk-doc
+DOCS_MESON_TRUE=	docs
 
 .include <bsd.port.mk>

Modified: head/x11/xapp/distinfo
==============================================================================
--- head/x11/xapps/distinfo	Thu Dec 31 10:49:07 2020	(r559717)
+++ head/x11/xapp/distinfo	Thu Dec 31 11:37:10 2020	(r559718)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578590051
-SHA256 (linuxmint-xapps-1.6.10_GH0.tar.gz) = 4dd228a2165f1077f18d6fb3152bb77d365ffbb8ad883ed4dd9137886dd21377
-SIZE (linuxmint-xapps-1.6.10_GH0.tar.gz) = 158446
+TIMESTAMP = 1608871755
+SHA256 (gnome/linuxmint-xapp-2.0.4_GH0.tar.gz) = 99d77bffc39cace6a283c3fe8f63ece3e1cf5d136eae7830d53674f50967e5ee
+SIZE (gnome/linuxmint-xapp-2.0.4_GH0.tar.gz) = 229723

Modified: head/x11/xapp/pkg-descr
==============================================================================
--- head/x11/xapps/pkg-descr	Thu Dec 31 10:49:07 2020	(r559717)
+++ head/x11/xapp/pkg-descr	Thu Dec 31 11:37:10 2020	(r559718)
@@ -1,4 +1,5 @@
-This project gathers the components which are common to multiple desktop
-environments and required to implement cross-DE solutions.
+This project gathers the components which are common to multiple
+desktop environments and required to implement cross-DE solutions.
+Consists of xapp-common and libxapp.
 
-WWW: https://github.com/linuxmint/xapps
+WWW: https://github.com/linuxmint/xapp

Modified: head/x11/xapp/pkg-plist
==============================================================================
--- head/x11/xapps/pkg-plist	Thu Dec 31 10:49:07 2020	(r559717)
+++ head/x11/xapp/pkg-plist	Thu Dec 31 11:37:10 2020	(r559718)
@@ -1,3 +1,9 @@
+bin/pastebin
+bin/upload-system-info
+bin/xfce4-set-wallpaper
+etc/X11/xinit/xinitrc.d/80xapp-gtk3-module.sh
+etc/xdg/autostart/xapp-sn-watcher.desktop
+include/xapp/libxapp/xapp-favorites.h
 include/xapp/libxapp/xapp-gtk-window.h
 include/xapp/libxapp/xapp-icon-chooser-button.h
 include/xapp/libxapp/xapp-icon-chooser-dialog.h
@@ -8,13 +14,48 @@ include/xapp/libxapp/xapp-stack-sidebar.h
 include/xapp/libxapp/xapp-status-icon-monitor.h
 include/xapp/libxapp/xapp-status-icon.h
 include/xapp/libxapp/xapp-statusicon-interface.h
+include/xapp/libxapp/xapp-util.h
 lib/girepository-1.0/XApp-1.0.typelib
+lib/gtk-3.0/modules/libxapp-gtk3-module.so
 lib/libxapp.so
 lib/libxapp.so.1
-lib/libxapp.so.1.6.10
+lib/libxapp.so.%%LIBVERSION%%
+%%PYTHON_SITELIBDIR%%/gi/overrides/XApp.py
 libdata/pkgconfig/xapp.pc
+libexec/xapps/applet_constants.py
+libexec/xapps/mate-xapp-status-applet.py
+libexec/xapps/sn-watcher/xapp-sn-watcher
+share/dbus-1/services/org.mate.panel.applet.MateXAppStatusAppletFactory.service
+share/dbus-1/services/org.x.StatusNotifierWatcher.service
 share/gir-1.0/XApp-1.0.gir
 share/glade/catalogs/xapp-glade-catalog.xml
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppFavorites.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppGtkWindow.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppIconChooserButton.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppIconChooserDialog.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppKbdLayoutController.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppMonitorBlanker.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppObjectManagerClient.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppPreferencesWindow.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppStackSidebar.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppStatusIcon.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppStatusIconMonitor.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/annotation-glossary.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/api-index-full.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/ch01.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/deprecated-api-index.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/home.png
+%%PORTDOCS%%share/gtk-doc/html/libxapp/index.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/left-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libxapp/left.png
+%%PORTDOCS%%share/gtk-doc/html/libxapp/libxapp.devhelp2
+%%PORTDOCS%%share/gtk-doc/html/libxapp/libxapp-xapp-util.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/object-tree.html
+%%PORTDOCS%%share/gtk-doc/html/libxapp/right-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libxapp/right.png
+%%PORTDOCS%%share/gtk-doc/html/libxapp/style.css
+%%PORTDOCS%%share/gtk-doc/html/libxapp/up-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libxapp/up.png
 share/icons/hicolor/scalable/actions/add-files-to-archive-symbolic.svg
 share/icons/hicolor/scalable/actions/category-search-symbolic.svg
 share/icons/hicolor/scalable/actions/extract-archive-symbolic.svg
@@ -25,22 +66,37 @@ share/icons/hicolor/scalable/actions/view-left-pane-sy
 share/icons/hicolor/scalable/actions/view-right-pane-symbolic-rtl.svg
 share/icons/hicolor/scalable/actions/view-right-pane-symbolic.svg
 share/icons/hicolor/scalable/actions/view-top-pane-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-annotations-squiggly-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-annotations-text-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-diaporama-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-favorite-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-format-text-highlight-symbolic.svg
 share/icons/hicolor/scalable/actions/xapp-go-history-next-symbolic-rtl.svg
 share/icons/hicolor/scalable/actions/xapp-go-history-next-symbolic.svg
 share/icons/hicolor/scalable/actions/xapp-go-history-previous-symbolic-rtl.svg
 share/icons/hicolor/scalable/actions/xapp-go-history-previous-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-pin-symbolic.svg
 share/icons/hicolor/scalable/actions/xapp-search-entire-word-symbolic.svg
 share/icons/hicolor/scalable/actions/xapp-search-wrap-symbolic.svg
 share/icons/hicolor/scalable/actions/xapp-text-case-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-unfavorite-symbolic.svg
+share/icons/hicolor/scalable/actions/xapp-unpin-symbolic.svg
 share/icons/hicolor/scalable/actions/xapp-use-regex-symbolic.svg
+share/icons/hicolor/scalable/apps/xapp-favorites-app-symbolic.svg
+share/icons/hicolor/scalable/apps/xapp-favorites-app.svg
 share/icons/hicolor/scalable/categories/xapp-prefs-behavior-symbolic.svg
 share/icons/hicolor/scalable/categories/xapp-prefs-display-symbolic.svg
 share/icons/hicolor/scalable/categories/xapp-prefs-plugins-symbolic.svg
 share/icons/hicolor/scalable/categories/xapp-prefs-preview-symbolic.svg
 share/icons/hicolor/scalable/categories/xapp-prefs-toolbar-symbolic.svg
+share/icons/hicolor/scalable/emblems/emblem-xapp-favorite.svg
+share/icons/hicolor/scalable/places/xapp-user-favorites-symbolic.svg
+share/icons/hicolor/scalable/places/xapp-user-favorites.svg
+share/locale/af/LC_MESSAGES/xapp.mo
 share/locale/am/LC_MESSAGES/xapp.mo
 share/locale/ar/LC_MESSAGES/xapp.mo
 share/locale/az/LC_MESSAGES/xapp.mo
+share/locale/ber/LC_MESSAGES/xapp.mo
 share/locale/bg/LC_MESSAGES/xapp.mo
 share/locale/bn/LC_MESSAGES/xapp.mo
 share/locale/ca/LC_MESSAGES/xapp.mo
@@ -57,6 +113,8 @@ share/locale/et/LC_MESSAGES/xapp.mo
 share/locale/eu/LC_MESSAGES/xapp.mo
 share/locale/fi/LC_MESSAGES/xapp.mo
 share/locale/fr/LC_MESSAGES/xapp.mo
+share/locale/fr_CA/LC_MESSAGES/xapp.mo
+share/locale/he/LC_MESSAGES/xapp.mo
 share/locale/hi/LC_MESSAGES/xapp.mo
 share/locale/hr/LC_MESSAGES/xapp.mo
 share/locale/hu/LC_MESSAGES/xapp.mo
@@ -66,13 +124,16 @@ share/locale/ie/LC_MESSAGES/xapp.mo
 share/locale/is/LC_MESSAGES/xapp.mo
 share/locale/it/LC_MESSAGES/xapp.mo
 share/locale/ja/LC_MESSAGES/xapp.mo
+share/locale/ka/LC_MESSAGES/xapp.mo
 share/locale/kab/LC_MESSAGES/xapp.mo
 share/locale/kk/LC_MESSAGES/xapp.mo
 share/locale/ko/LC_MESSAGES/xapp.mo
 share/locale/ku/LC_MESSAGES/xapp.mo
 share/locale/lt/LC_MESSAGES/xapp.mo
+share/locale/mai/LC_MESSAGES/xapp.mo
 share/locale/ms/LC_MESSAGES/xapp.mo
 share/locale/nl/LC_MESSAGES/xapp.mo
+share/locale/oc/LC_MESSAGES/xapp.mo
 share/locale/pl/LC_MESSAGES/xapp.mo
 share/locale/pt/LC_MESSAGES/xapp.mo
 share/locale/pt_BR/LC_MESSAGES/xapp.mo
@@ -81,11 +142,15 @@ share/locale/ru/LC_MESSAGES/xapp.mo
 share/locale/sk/LC_MESSAGES/xapp.mo
 share/locale/sl/LC_MESSAGES/xapp.mo
 share/locale/sr/LC_MESSAGES/xapp.mo
+share/locale/sr at latin/LC_MESSAGES/xapp.mo
 share/locale/sv/LC_MESSAGES/xapp.mo
 share/locale/tr/LC_MESSAGES/xapp.mo
 share/locale/uk/LC_MESSAGES/xapp.mo
 share/locale/uz/LC_MESSAGES/xapp.mo
+share/locale/zgh/LC_MESSAGES/xapp.mo
 share/locale/zh_CN/LC_MESSAGES/xapp.mo
+share/locale/zh_HK/LC_MESSAGES/xapp.mo
 share/locale/zh_TW/LC_MESSAGES/xapp.mo
+share/mate-panel/applets/org.x.MateXAppStatusApplet.mate-panel-applet
 share/vala/vapi/xapp.deps
 share/vala/vapi/xapp.vapi


More information about the svn-ports-all mailing list