Date: Mon, 16 Aug 2021 09:17:48 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8a4154322081 - main - deskutils/lookbook: Update to 1.2.0 Message-ID: <202108160917.17G9Hmlp083734@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a41543220815b65d0ab134bc7b4c99f90617129 commit 8a41543220815b65d0ab134bc7b4c99f90617129 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2021-08-16 09:17:29 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-16 09:17:29 +0000 deskutils/lookbook: Update to 1.2.0 PR: 257836 Approved by: Greg V <greg@unrelenting.technology> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108160917.17G9Hmlp083734>