pkgsrc-WIP-changes archive

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

swaybg, swaylock, waybar: fix nogit SUBST



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Mar 9 13:37:40 2026 +0100
Changeset:	8e6f44997289108699b374e17508899cb6294642

Modified Files:
	swaybg/Makefile
	swaylock/Makefile
	waybar/Makefile

Log Message:
swaybg, swaylock, waybar: fix nogit SUBST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e6f44997289108699b374e17508899cb6294642

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

diffstat:
 swaybg/Makefile   | 1 -
 swaylock/Makefile | 1 -
 waybar/Makefile   | 1 -
 3 files changed, 3 deletions(-)

diffs:
diff --git a/swaybg/Makefile b/swaybg/Makefile
index e35132f488..d06bb0b19c 100644
--- a/swaybg/Makefile
+++ b/swaybg/Makefile
@@ -18,7 +18,6 @@ SUBST_MESSAGE.nogit=	Set version
 SUBST_FILES.nogit+=	meson.build
 SUBST_SED.nogit+=	-e 's/git =/\#git =/g'
 SUBST_SED.nogit+=	-e 's/git.found()/false/g'
-SUBST_SED.nogit+=	-e '/project_version/s/@0@/${PKGVERSION}/g'
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/wayland/buildlink3.mk"
diff --git a/swaylock/Makefile b/swaylock/Makefile
index 6bfa1bf0b5..987f0d9ddb 100644
--- a/swaylock/Makefile
+++ b/swaylock/Makefile
@@ -18,7 +18,6 @@ SUBST_MESSAGE.nogit=	Set version
 SUBST_FILES.nogit+=	meson.build
 SUBST_SED.nogit+=	-e 's/git =/\#git =/g'
 SUBST_SED.nogit+=	-e 's/git.found()/false/g'
-SUBST_SED.nogit+=	-e '/project_version/s/@0@/${PKGVERSION}/g'
 
 INSTALLATION_DIRS+=	share/examples/swaylock/pam.d
 BUILD_DEFS+=		SYSCONFBASE
diff --git a/waybar/Makefile b/waybar/Makefile
index 108065a0d5..67a1da13cb 100644
--- a/waybar/Makefile
+++ b/waybar/Makefile
@@ -22,7 +22,6 @@ SUBST_MESSAGE.nogit=	Set version
 SUBST_FILES.nogit+=	meson.build
 SUBST_SED.nogit+=	-e 's/git =/\#git =/g'
 SUBST_SED.nogit+=	-e 's/git.found()/false/g'
-SUBST_SED.nogit+=	-e '/project_version/s/@0@/${PKGVERSION}/g'
 
 SUBST_CLASSES+=		conf
 SUBST_STAGE.conf=	pre-configure


Home | Main Index | Thread Index | Old Index