pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/xfce4-dev-tools



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Dec 25 19:57:44 UTC 2024

Modified Files:
        pkgsrc/devel/xfce4-dev-tools: Makefile PLIST distinfo

Log Message:
xfce4-dev-tools: update to 4.20.0

This contains the new xdt-gen-visibility tool, which is required by
other bits of XFCE 4.20. This also means a Python dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/xfce4-dev-tools/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/xfce4-dev-tools/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/xfce4-dev-tools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/xfce4-dev-tools/Makefile
diff -u pkgsrc/devel/xfce4-dev-tools/Makefile:1.59 pkgsrc/devel/xfce4-dev-tools/Makefile:1.60
--- pkgsrc/devel/xfce4-dev-tools/Makefile:1.59  Sun Nov 17 07:15:47 2024
+++ pkgsrc/devel/xfce4-dev-tools/Makefile       Wed Dec 25 19:57:44 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2024/11/17 07:15:47 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2024/12/25 19:57:44 bsiegert Exp $
 
-PKGREVISION= 9
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       4.18.0
+VERSION=       4.20.0
 DISTNAME=      xfce4-dev-tools-${VERSION}
 CATEGORIES=    devel
 MASTER_SITES=  https://archive.xfce.org/src/xfce/xfce4-dev-tools/${VERSION:R}/
@@ -11,13 +10,16 @@ MASTER_SITES=       https://archive.xfce.org/s
 HOMEPAGE=      http://users.xfce.org/~benny/projects/xfce4-dev-tools/
 COMMENT=       Xfce development tools
 
-USE_TOOLS+=    bash:run
-REPLACE_BASH+= helpers/xfce-build helpers/xfce-do-release
-REPLACE_BASH+= helpers/xfce-get-release-notes
-REPLACE_BASH+= helpers/xfce-get-translations helpers/xfce-update-news
+USE_TOOLS+=            bash:run
+REPLACE_BASH+=         helpers/xfce-build helpers/xfce-do-release.in
+REPLACE_BASH+=         helpers/xfce-get-release-notes
+REPLACE_BASH+=         helpers/xfce-get-translations helpers/xfce-update-news
+REPLACE_BASH+=         scripts/xdt-check-abi
+REPLACE_PYTHON+=       scripts/xdt-gen-visibility
 
 GNU_CONFIGURE= yes
 
 MAKE_DIRS+=    ${PREFIX}/share/xfce4
 
+.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/xfce4-dev-tools/PLIST
diff -u pkgsrc/devel/xfce4-dev-tools/PLIST:1.8 pkgsrc/devel/xfce4-dev-tools/PLIST:1.9
--- pkgsrc/devel/xfce4-dev-tools/PLIST:1.8      Tue Nov 30 13:59:54 2021
+++ pkgsrc/devel/xfce4-dev-tools/PLIST  Wed Dec 25 19:57:44 2024
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2021/11/30 13:59:54 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/12/25 19:57:44 bsiegert Exp $
 bin/xdt-autogen
+bin/xdt-check-abi
 bin/xdt-csource
+bin/xdt-gen-visibility
 bin/xfce-build
 bin/xfce-do-release
 bin/xfce-get-release-notes

Index: pkgsrc/devel/xfce4-dev-tools/distinfo
diff -u pkgsrc/devel/xfce4-dev-tools/distinfo:1.11 pkgsrc/devel/xfce4-dev-tools/distinfo:1.12
--- pkgsrc/devel/xfce4-dev-tools/distinfo:1.11  Sun Jan  1 20:28:08 2023
+++ pkgsrc/devel/xfce4-dev-tools/distinfo       Wed Dec 25 19:57:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/01/01 20:28:08 gutteridge Exp $
+$NetBSD: distinfo,v 1.12 2024/12/25 19:57:44 bsiegert Exp $
 
-BLAKE2s (xfce4-dev-tools-4.18.0.tar.bz2) = 6cc08bb4cf06584bca16321433368de8950eec5d365863fdaa1a2353043aa421
-SHA512 (xfce4-dev-tools-4.18.0.tar.bz2) = 59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c
-Size (xfce4-dev-tools-4.18.0.tar.bz2) = 349125 bytes
+BLAKE2s (xfce4-dev-tools-4.20.0.tar.bz2) = 158f264b084b6fa261f7f11b2c232ee72b0c83c1fd508f4e85836405cdb4ec94
+SHA512 (xfce4-dev-tools-4.20.0.tar.bz2) = 2ee8d0e4512c326ad404310f15081a8c6eec026634bcc2e76873cecc5b4356c3425d883c07f05e5a76a500c135d62809e6323f318ac6fc33d16023a9c5bd5441
+Size (xfce4-dev-tools-4.20.0.tar.bz2) = 380344 bytes



Home | Main Index | Thread Index | Old Index