From owner-dev-commits-ports-all@freebsd.org Mon Aug 16 09:17:49 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 0E2A5670AF2; Mon, 16 Aug 2021 09:17:49 +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 4Gp7qJ7038z3jF0; Mon, 16 Aug 2021 09:17:48 +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 D8EBF269F4; Mon, 16 Aug 2021 09:17:48 +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 17G9HmVg083735; Mon, 16 Aug 2021 09:17:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17G9Hmlp083734; Mon, 16 Aug 2021 09:17:48 GMT (envelope-from git) Date: Mon, 16 Aug 2021 09:17:48 GMT Message-Id: <202108160917.17G9Hmlp083734@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 8a4154322081 - main - deskutils/lookbook: Update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8a41543220815b65d0ab134bc7b4c99f90617129 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: Mon, 16 Aug 2021 09:17:49 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a41543220815b65d0ab134bc7b4c99f90617129 commit 8a41543220815b65d0ab134bc7b4c99f90617129 Author: Olivier Duchateau AuthorDate: 2021-08-16 09:17:29 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-16 09:17:29 +0000 deskutils/lookbook: Update to 1.2.0 PR: 257836 Approved by: Greg V (maintainer) --- deskutils/lookbook/Makefile | 10 +++++----- deskutils/lookbook/distinfo | 6 +++--- deskutils/lookbook/pkg-plist | 2 ++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/deskutils/lookbook/Makefile b/deskutils/lookbook/Makefile index 724c19b85a21..a9a70e55200a 100644 --- a/deskutils/lookbook/Makefile +++ b/deskutils/lookbook/Makefile @@ -1,6 +1,5 @@ PORTNAME= lookbook -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= deskutils MAINTAINER= greg@unrelenting.technology @@ -10,12 +9,13 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala -LIB_DEPENDS= libgranite.so:x11-toolkits/granite +LIB_DEPENDS= libgranite.so:x11-toolkits/granite \ + libhandy-1.so:x11-toolkits/libhandy -USES= gettext-tools gnome meson pkgconfig python:3.5+,build +USES= gettext-tools gnome meson pkgconfig python:3.6+,build USE_GITHUB= yes GH_ACCOUNT= danrabbit -USE_GNOME= glib20 gtk30 gtksourceview3 +USE_GNOME= glib20 gtk30 gtksourceview4 GLIB_SCHEMAS= com.github.danrabbit.lookbook.gschema.xml INSTALLS_ICONS= yes diff --git a/deskutils/lookbook/distinfo b/deskutils/lookbook/distinfo index 8e4a16c59c95..8340dff80547 100644 --- a/deskutils/lookbook/distinfo +++ b/deskutils/lookbook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585061741 -SHA256 (danrabbit-lookbook-1.1.0_GH0.tar.gz) = 1be0a5584a504f213a7685eba739542538a59fa099a1af802eff4b3eb905899f -SIZE (danrabbit-lookbook-1.1.0_GH0.tar.gz) = 711214 +TIMESTAMP = 1628950778 +SHA256 (danrabbit-lookbook-1.2.0_GH0.tar.gz) = d9ada6459665f880427d6d50e6c4d7963d36bba91387c261e2db3de22e06d823 +SIZE (danrabbit-lookbook-1.2.0_GH0.tar.gz) = 580413 diff --git a/deskutils/lookbook/pkg-plist b/deskutils/lookbook/pkg-plist index 8e618421afb3..536a987d6c47 100644 --- a/deskutils/lookbook/pkg-plist +++ b/deskutils/lookbook/pkg-plist @@ -12,4 +12,6 @@ share/icons/hicolor/48x48/apps/com.github.danrabbit.lookbook.svg share/icons/hicolor/48x48@2/apps/com.github.danrabbit.lookbook.svg share/icons/hicolor/64x64/apps/com.github.danrabbit.lookbook.svg share/icons/hicolor/64x64@2/apps/com.github.danrabbit.lookbook.svg +share/locale/fr/LC_MESSAGES/com.github.danrabbit.lookbook.mo +share/locale/pt/LC_MESSAGES/com.github.danrabbit.lookbook.mo share/metainfo/com.github.danrabbit.lookbook.appdata.xml