Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2020 17:01:51 +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: r524654 - in head/x11: . xapps
Message-ID:  <202001301701.00UH1pLn099600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Jan 30 17:01:51 2020
New Revision: 524654
URL: https://svnweb.freebsd.org/changeset/ports/524654

Log:
  This project gathers the components which are common to multiple desktop
  environments and required to implement cross-DE solutions.
  
  WWW: https://github.com/linuxmint/xapps

Added:
  head/x11/xapps/
  head/x11/xapps/Makefile   (contents, props changed)
  head/x11/xapps/distinfo   (contents, props changed)
  head/x11/xapps/pkg-descr   (contents, props changed)
  head/x11/xapps/pkg-plist   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Thu Jan 30 16:35:33 2020	(r524653)
+++ head/x11/Makefile	Thu Jan 30 17:01:51 2020	(r524654)
@@ -358,6 +358,7 @@
     SUBDIR += x3270
     SUBDIR += xaniroc
     SUBDIR += xantfarm
+    SUBDIR += xapps
     SUBDIR += xascii
     SUBDIR += xauth
     SUBDIR += xautolock

Added: head/x11/xapps/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xapps/Makefile	Thu Jan 30 17:01:51 2020	(r524654)
@@ -0,0 +1,37 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xapps
+PORTVERSION=	1.6.10
+CATEGORIES=	x11
+
+MAINTAINER=	danfe@FreeBSD.org
+COMMENT=	Cross-desktop libraries and common resources
+
+LICENSE=	LGPL3
+
+BUILD_DEPENDS=	vapigen:lang/vala
+LIB_DEPENDS=	libgnomekbdui.so:x11/libgnomekbd
+
+USES=		gettext gnome meson pkgconfig python:build shebangfix xorg
+USE_GITHUB=	yes
+GH_ACCOUNT=	linuxmint
+USE_GNOME=	cairo gdkpixbuf2 gtk30
+USE_LDCONFIG=	yes
+USE_XORG=	x11
+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}
+
+post-patch:
+# Do not build non-essential optional components for the moment
+	@${REINPLACE_CMD} -E '/pygobject|status-applets/d' \
+		${WRKSRC}/meson.build
+
+.include <bsd.port.mk>

Added: head/x11/xapps/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xapps/distinfo	Thu Jan 30 17:01:51 2020	(r524654)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578590051
+SHA256 (linuxmint-xapps-1.6.10_GH0.tar.gz) = 4dd228a2165f1077f18d6fb3152bb77d365ffbb8ad883ed4dd9137886dd21377
+SIZE (linuxmint-xapps-1.6.10_GH0.tar.gz) = 158446

Added: head/x11/xapps/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xapps/pkg-descr	Thu Jan 30 17:01:51 2020	(r524654)
@@ -0,0 +1,4 @@
+This project gathers the components which are common to multiple desktop
+environments and required to implement cross-DE solutions.
+
+WWW: https://github.com/linuxmint/xapps

Added: head/x11/xapps/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xapps/pkg-plist	Thu Jan 30 17:01:51 2020	(r524654)
@@ -0,0 +1,92 @@
+include/xapp/libxapp/xapp-gtk-window.h
+include/xapp/libxapp/xapp-icon-chooser-button.h
+include/xapp/libxapp/xapp-icon-chooser-dialog.h
+include/xapp/libxapp/xapp-kbd-layout-controller.h
+include/xapp/libxapp/xapp-monitor-blanker.h
+include/xapp/libxapp/xapp-preferences-window.h
+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
+lib/girepository-1.0/XApp-1.0.typelib
+lib/libxapp.so
+lib/libxapp.so.1
+lib/libxapp.so.1.6.10
+libdata/pkgconfig/xapp.pc
+share/gir-1.0/XApp-1.0.gir
+share/glade/catalogs/xapp-glade-catalog.xml
+share/glib-2.0/schemas/org.x.apps.gschema.xml
+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
+share/icons/hicolor/scalable/actions/media-mount-symbolic.svg
+share/icons/hicolor/scalable/actions/view-bottom-pane-symbolic.svg
+share/icons/hicolor/scalable/actions/view-left-pane-symbolic-rtl.svg
+share/icons/hicolor/scalable/actions/view-left-pane-symbolic.svg
+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-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-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-use-regex-symbolic.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/locale/am/LC_MESSAGES/xapp.mo
+share/locale/ar/LC_MESSAGES/xapp.mo
+share/locale/az/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
+share/locale/ca@valencia/LC_MESSAGES/xapp.mo
+share/locale/cs/LC_MESSAGES/xapp.mo
+share/locale/cy/LC_MESSAGES/xapp.mo
+share/locale/da/LC_MESSAGES/xapp.mo
+share/locale/de/LC_MESSAGES/xapp.mo
+share/locale/el/LC_MESSAGES/xapp.mo
+share/locale/en_GB/LC_MESSAGES/xapp.mo
+share/locale/eo/LC_MESSAGES/xapp.mo
+share/locale/es/LC_MESSAGES/xapp.mo
+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/hi/LC_MESSAGES/xapp.mo
+share/locale/hr/LC_MESSAGES/xapp.mo
+share/locale/hu/LC_MESSAGES/xapp.mo
+share/locale/ia/LC_MESSAGES/xapp.mo
+share/locale/id/LC_MESSAGES/xapp.mo
+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/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/ms/LC_MESSAGES/xapp.mo
+share/locale/nl/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
+share/locale/ro/LC_MESSAGES/xapp.mo
+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/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/zh_CN/LC_MESSAGES/xapp.mo
+share/locale/zh_TW/LC_MESSAGES/xapp.mo
+share/vala/vapi/xapp.deps
+share/vala/vapi/xapp.vapi



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