pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/desktop-installer



Module Name:    pkgsrc
Committed By:   bacon
Date:           Tue Feb  4 16:15:37 UTC 2025

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

Log Message:
sysutils/desktop-installer: Update to 1.1.0

OpenBSD:

Support near completion, largely thanks to Izder456

FreeBSD:

Run pkg update once, then use pkg install -U to skip subsequent updates
Greatly improves performance for users from from pkg servers
Restore xf86-video-mga
Tolerate absence of VBoxClient (part of guest additions)

NetBSD:

Document problems with ck-launch

Changes: https://github.com/outpaddling/desktop-installer/releases


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/desktop-installer/Makefile \
    pkgsrc/sysutils/desktop-installer/PLIST \
    pkgsrc/sysutils/desktop-installer/distinfo

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

Modified files:

Index: pkgsrc/sysutils/desktop-installer/Makefile
diff -u pkgsrc/sysutils/desktop-installer/Makefile:1.5 pkgsrc/sysutils/desktop-installer/Makefile:1.6
--- pkgsrc/sysutils/desktop-installer/Makefile:1.5      Wed Aug  7 14:25:58 2024
+++ pkgsrc/sysutils/desktop-installer/Makefile  Tue Feb  4 16:15:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/08/07 14:25:58 bacon Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/04 16:15:37 bacon Exp $
 
-DISTNAME=      desktop-installer-1.0.0
+DISTNAME=      desktop-installer-1.1.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=outpaddling/}
 
@@ -9,7 +9,7 @@ HOMEPAGE=       https://github.com/outpaddling
 COMMENT=       Quickly configure a NetBSD desktop system
 LICENSE=       2-clause-bsd
 
-# Script is NetBSD-specific in many ways
+# Desktop setup is NetBSD-specific in many ways
 ONLY_FOR_PLATFORM=     NetBSD-*-*
 
 SUBST_CLASSES+=        tk
@@ -22,7 +22,7 @@ NO_BUILD=     yes
 
 CHECK_INTERPRETER_SKIP+=       share/desktop-installer/XDM/xdmshutdown
 
-DEPENDS=       auto-admin>=0.8.0:../../sysutils/auto-admin
+DEPENDS=       auto-admin>=0.8.1:../../sysutils/auto-admin
 
 .include "../../mk/bsd.prefs.mk"
 
Index: pkgsrc/sysutils/desktop-installer/PLIST
diff -u pkgsrc/sysutils/desktop-installer/PLIST:1.5 pkgsrc/sysutils/desktop-installer/PLIST:1.6
--- pkgsrc/sysutils/desktop-installer/PLIST:1.5 Wed Aug  7 14:25:58 2024
+++ pkgsrc/sysutils/desktop-installer/PLIST     Tue Feb  4 16:15:37 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/08/07 14:25:58 bacon Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/02/04 16:15:37 bacon Exp $
 man/man1/desktop-installer.1
 sbin/battery-shutdown.sh
 sbin/desktop-installer
Index: pkgsrc/sysutils/desktop-installer/distinfo
diff -u pkgsrc/sysutils/desktop-installer/distinfo:1.5 pkgsrc/sysutils/desktop-installer/distinfo:1.6
--- pkgsrc/sysutils/desktop-installer/distinfo:1.5      Wed Aug  7 14:25:59 2024
+++ pkgsrc/sysutils/desktop-installer/distinfo  Tue Feb  4 16:15:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/08/07 14:25:59 bacon Exp $
+$NetBSD: distinfo,v 1.6 2025/02/04 16:15:37 bacon Exp $
 
-BLAKE2s (desktop-installer-1.0.0.tar.gz) = f2b7f6724d1a71898cac541a5542e529f0ad81e5a2b376e8dd7b959ece2134d7
-SHA512 (desktop-installer-1.0.0.tar.gz) = e411f02b720171d77ff27433833116931d0cbc7d7ae6938ba20637251fad80c20975b19ee7af15d71c99b18b7279d302b2ca19e24c4307702d215b074ddd8209
-Size (desktop-installer-1.0.0.tar.gz) = 1748267 bytes
+BLAKE2s (desktop-installer-1.1.0.tar.gz) = db93127313f3e48bf227ce51d54c84e2ac5d5af269985f3a6b25514f4eb895d5
+SHA512 (desktop-installer-1.1.0.tar.gz) = f864f0a0b57457ebde37b58466762253b272817607369e95f201ec5986437b96c3af4d2ddccbea6bcd7a50a5f70526374c9c81a1d2a141f12973e8a5f4b97988
+Size (desktop-installer-1.1.0.tar.gz) = 1749291 bytes



Home | Main Index | Thread Index | Old Index