From owner-svn-ports-head@freebsd.org Mon Mar 22 19:27:45 2021 Return-Path: Delivered-To: svn-ports-head@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 D70675B9410; Mon, 22 Mar 2021 19:27:45 +0000 (UTC) (envelope-from pi@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 4F44Jx5q8dz4fKH; Mon, 22 Mar 2021 19:27:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5F03134C0; Mon, 22 Mar 2021 19:27:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12MJRj1K065745; Mon, 22 Mar 2021 19:27:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12MJRjSd065743; Mon, 22 Mar 2021 19:27:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202103221927.12MJRjSd065743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 22 Mar 2021 19:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568982 - head/x11/gtk-app-menu X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/x11/gtk-app-menu X-SVN-Commit-Revision: 568982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2021 19:27:45 -0000 Author: pi Date: Mon Mar 22 19:27:44 2021 New Revision: 568982 URL: https://svnweb.freebsd.org/changeset/ports/568982 Log: x11/gtk-app-menu: add WWW to pkg-descr The gtk-app-menu library is a sub-project for vala-panel-appmenu, add an appropriate WWW line in pkg-descr Maybe someday we can add the other panels, but as of now, we are just using this sub-project. PR: 254356 Submitted by: Trenton Schulz Reported by: Graham Perrin Modified: head/x11/gtk-app-menu/Makefile head/x11/gtk-app-menu/pkg-descr Modified: head/x11/gtk-app-menu/Makefile ============================================================================== --- head/x11/gtk-app-menu/Makefile Mon Mar 22 18:40:34 2021 (r568981) +++ head/x11/gtk-app-menu/Makefile Mon Mar 22 19:27:44 2021 (r568982) @@ -2,6 +2,7 @@ PORTNAME= appmenu-gtk-module DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= trueos@norwegianrockcat.com Modified: head/x11/gtk-app-menu/pkg-descr ============================================================================== --- head/x11/gtk-app-menu/pkg-descr Mon Mar 22 18:40:34 2021 (r568981) +++ head/x11/gtk-app-menu/pkg-descr Mon Mar 22 19:27:44 2021 (r568982) @@ -3,3 +3,5 @@ programs, converts to them MenuModel and send to them (sometimes called a global menu bar) of a desktop environment like Plasma or Gnome. This module was originally used in Ubuntu's Unity Desktop Environment, but it lives on as part of the Vala project. + +WWW: https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/tree/master/subprojects/appmenu-gtk-module