From owner-dev-commits-ports-all@freebsd.org Thu May 27 01:50:05 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 6FF4564F126; Thu, 27 May 2021 01:50:05 +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 4Fr9k52j8fz3G4R; Thu, 27 May 2021 01:50:05 +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 411E51BB9B; Thu, 27 May 2021 01:50:05 +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 14R1o5gH068903; Thu, 27 May 2021 01:50:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14R1o5c0068900; Thu, 27 May 2021 01:50:05 GMT (envelope-from git) Date: Thu, 27 May 2021 01:50:05 GMT Message-Id: <202105270150.14R1o5c0068900@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: a901539bf866 - main - x11-toolkits/libhandy: Update to 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a901539bf86643db6cb3e7a8022ef5c88de5e934 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: Thu, 27 May 2021 01:50:05 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=a901539bf86643db6cb3e7a8022ef5c88de5e934 commit a901539bf86643db6cb3e7a8022ef5c88de5e934 Author: Neel Chauhan AuthorDate: 2021-05-27 01:47:24 +0000 Commit: Neel Chauhan CommitDate: 2021-05-27 01:50:14 +0000 x11-toolkits/libhandy: Update to 1.2.2 --- x11-toolkits/libhandy/Makefile | 5 +++-- x11-toolkits/libhandy/distinfo | 6 +++--- x11-toolkits/libhandy/pkg-plist | 11 ++++++++++- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/x11-toolkits/libhandy/Makefile b/x11-toolkits/libhandy/Makefile index 2f4175bab272..d9f797958b9e 100644 --- a/x11-toolkits/libhandy/Makefile +++ b/x11-toolkits/libhandy/Makefile @@ -1,5 +1,5 @@ PORTNAME= libhandy -PORTVERSION= 1.0.3 +PORTVERSION= 1.2.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -10,7 +10,8 @@ COMMENT= Library with GTK+ widgets for mobile phones LICENSE= LGPL21 BUILD_DEPENDS= valac:lang/vala -LIB_DEPENDS= libgladeui-2.so:devel/glade +LIB_DEPENDS= libfribidi.so:converters/fribidi \ + libgladeui-2.so:devel/glade USES= compiler:c11 gettext gnome meson pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build diff --git a/x11-toolkits/libhandy/distinfo b/x11-toolkits/libhandy/distinfo index f702dbabf6f3..0887bec34986 100644 --- a/x11-toolkits/libhandy/distinfo +++ b/x11-toolkits/libhandy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612205174 -SHA256 (gnome/libhandy-1.0.3.tar.xz) = 559bb3acc2c362488917eb72ed25bdc181f4ae26ac94d177634cc5d34c867f7a -SIZE (gnome/libhandy-1.0.3.tar.xz) = 389068 +TIMESTAMP = 1622079697 +SHA256 (gnome/libhandy-1.2.2.tar.xz) = 47ffd2865d02bd1ca579522deadd7e2f95362f1f202462fd5eeae2b81668b048 +SIZE (gnome/libhandy-1.2.2.tar.xz) = 488508 diff --git a/x11-toolkits/libhandy/pkg-plist b/x11-toolkits/libhandy/pkg-plist index d9d5514da3de..03ee864b5805 100644 --- a/x11-toolkits/libhandy/pkg-plist +++ b/x11-toolkits/libhandy/pkg-plist @@ -10,10 +10,10 @@ include/libhandy-1/hdy-carousel.h include/libhandy-1/hdy-clamp.h include/libhandy-1/hdy-combo-row.h include/libhandy-1/hdy-deck.h -include/libhandy-1/hdy-deprecation-macros.h include/libhandy-1/hdy-enum-value-object.h include/libhandy-1/hdy-enums.h include/libhandy-1/hdy-expander-row.h +include/libhandy-1/hdy-flap.h include/libhandy-1/hdy-header-bar.h include/libhandy-1/hdy-header-group.h include/libhandy-1/hdy-keypad.h @@ -26,9 +26,12 @@ include/libhandy-1/hdy-preferences-row.h include/libhandy-1/hdy-preferences-window.h include/libhandy-1/hdy-search-bar.h include/libhandy-1/hdy-squeezer.h +include/libhandy-1/hdy-status-page.h include/libhandy-1/hdy-swipe-group.h include/libhandy-1/hdy-swipe-tracker.h include/libhandy-1/hdy-swipeable.h +include/libhandy-1/hdy-tab-bar.h +include/libhandy-1/hdy-tab-view.h include/libhandy-1/hdy-title-bar.h include/libhandy-1/hdy-types.h include/libhandy-1/hdy-value-object.h @@ -46,16 +49,22 @@ libdata/pkgconfig/libhandy-1.pc share/gir-1.0/Handy-1.gir share/glade/catalogs/libhandy-1.xml share/locale/ca/LC_MESSAGES/libhandy.mo +share/locale/de/LC_MESSAGES/libhandy.mo share/locale/en_GB/LC_MESSAGES/libhandy.mo share/locale/es/LC_MESSAGES/libhandy.mo share/locale/eu/LC_MESSAGES/libhandy.mo +share/locale/fi/LC_MESSAGES/libhandy.mo share/locale/fr/LC_MESSAGES/libhandy.mo share/locale/fur/LC_MESSAGES/libhandy.mo share/locale/id/LC_MESSAGES/libhandy.mo +share/locale/nl/LC_MESSAGES/libhandy.mo share/locale/pl/LC_MESSAGES/libhandy.mo +share/locale/pt/LC_MESSAGES/libhandy.mo share/locale/pt_BR/LC_MESSAGES/libhandy.mo share/locale/ro/LC_MESSAGES/libhandy.mo share/locale/sl/LC_MESSAGES/libhandy.mo +share/locale/sr/LC_MESSAGES/libhandy.mo +share/locale/sv/LC_MESSAGES/libhandy.mo share/locale/uk/LC_MESSAGES/libhandy.mo share/vala/vapi/libhandy-1.deps share/vala/vapi/libhandy-1.vapi