Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2024 08:55:55 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eda2fd56baa4 - main - misc/alpaca: Update to 1.1.0
Message-ID:  <202408110855.47B8ttvr096059@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eda2fd56baa44b4fb5a6bb68c3e0d91afc374464

commit eda2fd56baa44b4fb5a6bb68c3e0d91afc374464
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-08-11 08:54:48 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-08-11 08:54:48 +0000

    misc/alpaca: Update to 1.1.0
    
    Release changes:        https://github.com/Jeffser/Alpaca/releases/tag/1.1.0
    Reported by:    Jeffry Samuel <notifications@github.com>
---
 misc/alpaca/Makefile  | 7 ++++---
 misc/alpaca/distinfo  | 6 +++---
 misc/alpaca/pkg-plist | 1 +
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/misc/alpaca/Makefile b/misc/alpaca/Makefile
index 7e8ef9536239..46ab64bfa494 100644
--- a/misc/alpaca/Makefile
+++ b/misc/alpaca/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	alpaca
-DISTVERSION=	1.0.6
+DISTVERSION=	1.1.0
 CATEGORIES=	misc
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -9,7 +9,8 @@ WWW=		https://github.com/Jeffser/Alpaca
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libgtksourceview-5.so:x11-toolkits/gtksourceview5
+LIB_DEPENDS=	libgtksourceview-5.so:x11-toolkits/gtksourceview5 \
+		libappstream.so:devel/appstream
 RUN_DEPENDS=	${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}gobject3>=3.42.2:devel/py-gobject3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}html2text>=2.2.3:textproc/py-html2text@${PY_FLAVOR} \
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32.3:www/py-requests@${PY_FLAVOR} \
 		ollama:misc/ollama
 
-USES=		meson python
+USES=		desktop-file-utils gettext-tools gettext-runtime meson python
 USE_GITHUB=	yes
 GH_ACCOUNT=	Jeffser
 GH_PROJECT=	Alpaca
diff --git a/misc/alpaca/distinfo b/misc/alpaca/distinfo
index 4217fedd1cbc..4d3352590ccc 100644
--- a/misc/alpaca/distinfo
+++ b/misc/alpaca/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723016383
-SHA256 (Jeffser-Alpaca-1.0.6_GH0.tar.gz) = a75ba86855cd6c29ccd7787258c5a554a3065f80792b9fb87f0a6a352e76d72c
-SIZE (Jeffser-Alpaca-1.0.6_GH0.tar.gz) = 289795
+TIMESTAMP = 1723363516
+SHA256 (Jeffser-Alpaca-1.1.0_GH0.tar.gz) = d1abfdda5aa1edde504e6294003421fa21163050338b70c44edeea51fafee55d
+SIZE (Jeffser-Alpaca-1.1.0_GH0.tar.gz) = 317726
diff --git a/misc/alpaca/pkg-plist b/misc/alpaca/pkg-plist
index cfdd9ba8211e..b4e7f18928c1 100644
--- a/misc/alpaca/pkg-plist
+++ b/misc/alpaca/pkg-plist
@@ -18,6 +18,7 @@ share/icons/hicolor/symbolic/apps/com.jeffser.Alpaca-symbolic.svg
 share/locale/bn/LC_MESSAGES/alpaca.mo
 share/locale/es/LC_MESSAGES/alpaca.mo
 share/locale/fr/LC_MESSAGES/alpaca.mo
+share/locale/hi/LC_MESSAGES/alpaca.mo
 share/locale/nb_NO/LC_MESSAGES/alpaca.mo
 share/locale/pt_BR/LC_MESSAGES/alpaca.mo
 share/locale/ru/LC_MESSAGES/alpaca.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408110855.47B8ttvr096059>