Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2026 15:45:39 +0000
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: 2c157a3cad94 - main - net-im/py-zapzap: Update to 6.3
Message-ID:  <699881a3.2776f.44ccd385@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

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

commit 2c157a3cad9406a66129a4887a6eacae2876d45f
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-02-20 15:41:43 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-02-20 15:44:54 +0000

    net-im/py-zapzap: Update to 6.3
    
    - Add a post-install target to install icon and .desktop file which
      were previously installed by setuptool.
    
    ChangeLog:      https://github.com/rafatosta/zapzap/releases/tag/6.3
    Reported by:    Rafael Tosta <notifications@github.com>
---
 net-im/py-zapzap/Makefile | 13 ++++++++++++-
 net-im/py-zapzap/distinfo |  6 +++---
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/net-im/py-zapzap/Makefile b/net-im/py-zapzap/Makefile
index 770951ba3999..b2b27a1cf38d 100644
--- a/net-im/py-zapzap/Makefile
+++ b/net-im/py-zapzap/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	zapzap
-DISTVERSION=	6.2.10
+DISTVERSION=	6.3
 CATEGORIES=	net-im python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -23,4 +23,15 @@ USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
+PLIST_FILES=	share/applications/com.rtosta.zapzap.desktop \
+		share/icons/hicolor/scalable/apps/com.rtosta.zapzap.svg
+
+post-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
+	${INSTALL_DATA} ${WRKSRC}/share/icons/com.rtosta.zapzap.svg \
+		${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/applications
+	${INSTALL_DATA} ${WRKSRC}/share/applications/com.rtosta.zapzap.desktop \
+		${STAGEDIR}${PREFIX}/share/applications
+
 .include <bsd.port.mk>
diff --git a/net-im/py-zapzap/distinfo b/net-im/py-zapzap/distinfo
index bf8f0e7d6da1..df6b1c54e8ac 100644
--- a/net-im/py-zapzap/distinfo
+++ b/net-im/py-zapzap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770462410
-SHA256 (rafatosta-zapzap-6.2.10_GH0.tar.gz) = 29a12048271e6c8d144c3996c1b32eb0bb42bd5c1c5398269cb5232c39787084
-SIZE (rafatosta-zapzap-6.2.10_GH0.tar.gz) = 974090
+TIMESTAMP = 1771594966
+SHA256 (rafatosta-zapzap-6.3_GH0.tar.gz) = 89e6b21275d5e95068ae00ae1175f8f81f0711bab2a5f54b2907469f73172d8d
+SIZE (rafatosta-zapzap-6.3_GH0.tar.gz) = 1028796


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699881a3.2776f.44ccd385>