From owner-dev-commits-ports-all@freebsd.org Fri Aug 27 15:05:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67E196619F8; Fri, 27 Aug 2021 15:05:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gx31K2WL9z3Lng; Fri, 27 Aug 2021 15:05:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F57E25945; Fri, 27 Aug 2021 15:05:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17RF5P34048789; Fri, 27 Aug 2021 15:05:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17RF5Pno048788; Fri, 27 Aug 2021 15:05:25 GMT (envelope-from git) Date: Fri, 27 Aug 2021 15:05:25 GMT Message-Id: <202108271505.17RF5Pno048788@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 421153eccef8 - main - gnome.mk: fix usage of GLIB_SCHEMAS in five ports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 421153eccef8f5443584cace7c336e1072773662 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2021 15:05:25 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=421153eccef8f5443584cace7c336e1072773662 commit 421153eccef8f5443584cace7c336e1072773662 Author: Tobias C. Berner AuthorDate: 2021-08-27 14:44:47 +0000 Commit: Tobias C. Berner CommitDate: 2021-08-27 15:05:16 +0000 gnome.mk: fix usage of GLIB_SCHEMAS in five ports Glib schema files should be registered using the GLIB_SCHEMAS variable provided by gnome.mk. This will add them and additionally the required glib-schemas keyword to the plist. The following ports were touched: * deskutils/foliate * deskutils/gnome-tweaks * deskutils/maliit-keyboard * games/swell-foop * textproc/ibus-m17n --- deskutils/foliate/Makefile | 4 ++-- deskutils/foliate/pkg-plist | 1 - deskutils/gnome-tweaks/Makefile | 2 ++ deskutils/gnome-tweaks/pkg-plist | 1 - deskutils/maliit-keyboard/Makefile | 2 ++ deskutils/maliit-keyboard/pkg-plist | 1 - games/swell-foop/Makefile | 2 ++ games/swell-foop/pkg-plist | 1 - textproc/ibus-m17n/Makefile | 2 ++ textproc/ibus-m17n/pkg-plist | 1 - 10 files changed, 10 insertions(+), 7 deletions(-) diff --git a/deskutils/foliate/Makefile b/deskutils/foliate/Makefile index d61862693484..9ac9d3834809 100644 --- a/deskutils/foliate/Makefile +++ b/deskutils/foliate/Makefile @@ -1,5 +1,6 @@ PORTNAME= foliate PORTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= fox@FreeBSD.org @@ -15,6 +16,7 @@ RUN_DEPENDS= gjs-console:lang/gjs USES= desktop-file-utils gnome localbase meson python:3.6+ shebangfix USE_GNOME= cairo gtk30 introspection +GLIB_SCHEMAS= com.github.johnfactotum.Foliate.gschema.xml INSTALLS_ICONS= yes @@ -29,8 +31,6 @@ NLS_USES= gettext USE_GITHUB= yes GH_ACCOUNT= johnfactotum -GLIB_SCHEMAS= com.github.johnfactotum.Foliate.gschema.xml - post-patch: @${REINPLACE_CMD} -e 's/@PYTHON_VERSION@/${PYTHON_VERSION}/g' \ ${WRKSRC}/src/epubView.js diff --git a/deskutils/foliate/pkg-plist b/deskutils/foliate/pkg-plist index 5b41361e8104..1dbac0a01d79 100644 --- a/deskutils/foliate/pkg-plist +++ b/deskutils/foliate/pkg-plist @@ -45,7 +45,6 @@ share/com.github.johnfactotum.Foliate/assets/libarchivejs/libarchivejs-1.3.0/src share/com.github.johnfactotum.Foliate/assets/libarchivejs/main.js share/com.github.johnfactotum.Foliate/com.github.johnfactotum.Foliate.data.gresource share/com.github.johnfactotum.Foliate/com.github.johnfactotum.Foliate.src.gresource -share/glib-2.0/schemas/com.github.johnfactotum.Foliate.gschema.xml share/icons/hicolor/scalable/apps/com.github.johnfactotum.Foliate.svg share/icons/hicolor/symbolic/apps/com.github.johnfactotum.Foliate-symbolic.svg share/locale/cs/LC_MESSAGES/com.github.johnfactotum.Foliate.mo diff --git a/deskutils/gnome-tweaks/Makefile b/deskutils/gnome-tweaks/Makefile index 72cf51641c10..157f8a30f9f6 100644 --- a/deskutils/gnome-tweaks/Makefile +++ b/deskutils/gnome-tweaks/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnome-tweaks PORTVERSION= 40.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} @@ -21,6 +22,7 @@ RUN_DEPENDS= gnome-shell>=3.28:x11/gnome-shell \ USES= gettext gnome localbase meson pkgconfig python:3.4+ shebangfix \ tar:xz USE_GNOME= gtk30 nautilus3 pygobject3 +GLIB_SCHEMAS= org.gnome.tweaks.gschema.xml SHEBANG_FILES= gnome-tweak-tool-lid-inhibitor gnome-tweaks \ meson-postinstall.py BINARY_ALIAS= python3=${PYTHON_VERSION} diff --git a/deskutils/gnome-tweaks/pkg-plist b/deskutils/gnome-tweaks/pkg-plist index ae6a06ba2e22..0900cebce6a2 100644 --- a/deskutils/gnome-tweaks/pkg-plist +++ b/deskutils/gnome-tweaks/pkg-plist @@ -73,7 +73,6 @@ bin/gnome-tweaks %%PYTHON_SITELIBDIR%%/gtweak/widgets.py libexec/gnome-tweak-tool-lid-inhibitor share/applications/org.gnome.tweaks.desktop -share/glib-2.0/schemas/org.gnome.tweaks.gschema.xml %%DATADIR%%/shell.css %%DATADIR%%/shell.ui share/icons/hicolor/scalable/apps/org.gnome.tweaks.svg diff --git a/deskutils/maliit-keyboard/Makefile b/deskutils/maliit-keyboard/Makefile index 8c712cae7b7f..65424c4485bb 100644 --- a/deskutils/maliit-keyboard/Makefile +++ b/deskutils/maliit-keyboard/Makefile @@ -1,5 +1,6 @@ PORTNAME= keyboard DISTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= deskutils kde PKGNAMEPREFIX= maliit- @@ -16,6 +17,7 @@ USES= cmake gettext-runtime gnome pkgconfig qt:5 USE_GITHUB= yes GH_ACCOUNT= maliit USE_GNOME= glib20 +GLIB_SCHEMAS= org.maliit.keyboard.maliit.gschema.xml USE_QT= core dbus declarative gui multimedia network \ buildtools_build qmake_build CMAKE_OFF= enable-tests diff --git a/deskutils/maliit-keyboard/pkg-plist b/deskutils/maliit-keyboard/pkg-plist index c86e0e3c922a..4d9721bd051e 100644 --- a/deskutils/maliit-keyboard/pkg-plist +++ b/deskutils/maliit-keyboard/pkg-plist @@ -271,7 +271,6 @@ share/doc/maliit-keyboard/COPYING share/doc/maliit-keyboard/COPYING.BSD share/doc/maliit-keyboard/COPYING.CC-BY share/doc/maliit-keyboard/README.md -share/glib-2.0/schemas/org.maliit.keyboard.maliit.gschema.xml share/maliit/keyboard2/devices/default.json share/maliit/keyboard2/devices/tablet.json share/maliit/keyboard2/icons/erase.png diff --git a/games/swell-foop/Makefile b/games/swell-foop/Makefile index 08b47b845aab..6a2199bc009c 100644 --- a/games/swell-foop/Makefile +++ b/games/swell-foop/Makefile @@ -2,6 +2,7 @@ PORTNAME= swell-foop PORTVERSION= 40.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -23,6 +24,7 @@ PORTSCOUT= limitw:1,even USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ tar:xz USE_GNOME= gtk30 +GLIB_SCHEMAS= org.gnome.SwellFoop.gschema.xml INSTALLS_ICONS= yes BINARY_ALIAS= python3=${PYTHON_VERSION} diff --git a/games/swell-foop/pkg-plist b/games/swell-foop/pkg-plist index 59b0aa08b6b8..82097519256d 100644 --- a/games/swell-foop/pkg-plist +++ b/games/swell-foop/pkg-plist @@ -1,7 +1,6 @@ bin/swell-foop share/applications/org.gnome.SwellFoop.desktop share/dbus-1/services/org.gnome.SwellFoop.service -share/glib-2.0/schemas/org.gnome.SwellFoop.gschema.xml share/help/C/swell-foop/figures/logo.png share/help/C/swell-foop/figures/start-game.png share/help/C/swell-foop/index.page diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index d13e2522cf40..6b785b8b9d6c 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -2,6 +2,7 @@ PORTNAME= ibus-m17n DISTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -24,6 +25,7 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= ibus USE_GNOME= glib20 gtk20 atk gdkpixbuf2 cairo pango intltool +GLIB_SCHEMAS= org.freedesktop.ibus.engine.m17n.gschema.xml OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/textproc/ibus-m17n/pkg-plist b/textproc/ibus-m17n/pkg-plist index 333bf4c596c6..81b092ad1578 100644 --- a/textproc/ibus-m17n/pkg-plist +++ b/textproc/ibus-m17n/pkg-plist @@ -1,7 +1,6 @@ libexec/ibus-engine-m17n libexec/ibus-setup-m17n share/applications/ibus-setup-m17n.desktop -share/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml %%DATADIR%%/default.xml %%DATADIR%%/icons/ibus-m17n.svg %%DATADIR%%/setup/ibus-m17n-preferences.ui