pkgsrc-WIP-changes archive

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

desktop-installer: Update to 0.8.0.13



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Jun 11 19:32:24 2023 -0500
Changeset:	adad8a4d90853a3ba0aedb887a08a4f74311c863

Modified Files:
	desktop-installer/Makefile
	desktop-installer/PLIST
	desktop-installer/distinfo

Log Message:
desktop-installer: Update to 0.8.0.13

Enhance NetBSD XDM

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

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

diffstat:
 desktop-installer/Makefile | 9 +++++----
 desktop-installer/PLIST    | 6 +-----
 desktop-installer/distinfo | 6 +++---
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs:
diff --git a/desktop-installer/Makefile b/desktop-installer/Makefile
index 32e46de4ab..c804b5bb82 100644
--- a/desktop-installer/Makefile
+++ b/desktop-installer/Makefile
@@ -5,10 +5,10 @@
 #              Sun Jun 11 07:07:13 CDT 2023               #
 ###########################################################
 
-DISTNAME=	desktop-installer-0.8.0.12
+DISTNAME=	desktop-installer-0.8.0.13
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	38168c83a09fb567ed1330f2c459c4333927e616
+GITHUB_TAG=	9012e97dbbc48801cc73b842145e1cb902b89cee
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://acadix.biz/desktop-installer.php
@@ -20,8 +20,8 @@ ONLY_FOR_PLATFORM=	NetBSD-*-*
 
 SUBST_CLASSES+=	tk
 SUBST_STAGE.tk=	pre-configure
-SUBST_SED.tk=	-e 's|/usr/local/bin/wish8.7|${PREFIX}/bin/wish|g'
-SUBST_FILES.tk=	Data/XDM/xdmshutdown
+SUBST_SED.tk=	-e 's|/usr/pkg/bin/wish|${PREFIX}/bin/wish|g'
+SUBST_FILES.tk=	NetBSD/XDM/xdmshutdown
 
 USE_TOOLS+=	pax
 NO_BUILD=	yes
@@ -38,6 +38,7 @@ do-install:
 		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${PKGBASE}.1
 	${MKDIR} ${DESTDIR}${DATADIR}
 	cd ${WRKSRC}/Data && pax -rw . ${DESTDIR}${DATADIR}
+	cd ${WRKSRC}/NetBSD && pax -rw XDM ${DESTDIR}${DATADIR}
 
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/desktop-installer/PLIST b/desktop-installer/PLIST
index 0e984e8eb6..5bd18b2b5d 100644
--- a/desktop-installer/PLIST
+++ b/desktop-installer/PLIST
@@ -18,12 +18,8 @@ share/desktop-installer/MATE/xinitrc
 share/desktop-installer/OTHER/xinitrc
 share/desktop-installer/SDDM/sddm.conf
 share/desktop-installer/WMAKER/xinitrc
-share/desktop-installer/XDM/GiveConsole
 share/desktop-installer/XDM/Xsetup_0
-share/desktop-installer/XDM/Xstartup
-share/desktop-installer/XDM/beastie.xpm
-share/desktop-installer/XDM/bsd_background.jpg
+share/desktop-installer/XDM/netbsd-background.jpg
 share/desktop-installer/XDM/xdmshutdown
 share/desktop-installer/XFCE4/xinitrc
 share/desktop-installer/Xdefaults-xterm
-share/desktop-installer/splash.bmp
diff --git a/desktop-installer/distinfo b/desktop-installer/distinfo
index fd6750f79a..d93cc20ce9 100644
--- a/desktop-installer/distinfo
+++ b/desktop-installer/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (desktop-installer-0.8.0.12-38168c83a09fb567ed1330f2c459c4333927e616.tar.gz) = dfe0e784dfd9b06490aae6be12b1ff7a4b912d7bb1512ea5eab3fe65a1867199
-SHA512 (desktop-installer-0.8.0.12-38168c83a09fb567ed1330f2c459c4333927e616.tar.gz) = 86082e3c840a803557b16e3093c1b09290eff177233fb30a4815a8ab4df90d62f146687880f723f4da3571befe2a7857d99413d06d30f907bb621c4dc8368cb8
-Size (desktop-installer-0.8.0.12-38168c83a09fb567ed1330f2c459c4333927e616.tar.gz) = 196258 bytes
+BLAKE2s (desktop-installer-0.8.0.13-9012e97dbbc48801cc73b842145e1cb902b89cee.tar.gz) = fdc20887c85d7b14b7d8e017f47b5820e773377639aba3e0c0660bcc9bc84013
+SHA512 (desktop-installer-0.8.0.13-9012e97dbbc48801cc73b842145e1cb902b89cee.tar.gz) = 0931d7f689427651884181e604e48dcc6dda0c0c8ba0a7d2a9029fb1e4f50568ddde5eb6dd6d81b0f82bb1839f03ad146c735fa754794c24cd42791c6fdec9bc
+Size (desktop-installer-0.8.0.13-9012e97dbbc48801cc73b842145e1cb902b89cee.tar.gz) = 227985 bytes


Home | Main Index | Thread Index | Old Index