mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
sysutils/desktop-installer: Add nVidia GPU detection
Auto-configure commercial nVidia driver with user input Factor out linux_base install to auto-admin Approved by: jrm (mentor, implicit)
This commit is contained in:
parent
fe19f6b7e2
commit
4e671c3698
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488604
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= desktop-installer
|
||||
DISTVERSION= 0.6.3
|
||||
DISTVERSION= 0.6.4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
||||
|
||||
@ -10,7 +10,7 @@ COMMENT= Quickly configure a FreeBSD desktop system
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= auto-admin>=0.4.4:sysutils/auto-admin
|
||||
RUN_DEPENDS= auto-admin>=0.4.6:sysutils/auto-admin
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1541432344
|
||||
SHA256 (desktop-installer-0.6.3.tar.xz) = 82a65313c378dc145bcdf33998a0ce52e2ff597ba588ee0f8ac989f496e88d48
|
||||
SIZE (desktop-installer-0.6.3.tar.xz) = 170136
|
||||
TIMESTAMP = 1545672008
|
||||
SHA256 (desktop-installer-0.6.4.tar.xz) = f673c38c798b27b02cdee1c5387c041cc4c98a9e96cba18ee436059f06b6d672
|
||||
SIZE (desktop-installer-0.6.4.tar.xz) = 169820
|
||||
|
@ -1,6 +1,6 @@
|
||||
man/man1/desktop-installer.1.gz
|
||||
sbin/desktop-installer
|
||||
sbin/battery_shutdown.sh
|
||||
sbin/desktop-installer
|
||||
%%DATADIR%%/90-vboxguest.fdi
|
||||
%%DATADIR%%/GNOME2/xinitrc
|
||||
%%DATADIR%%/KDE4/xinitrc
|
||||
|
Loading…
Reference in New Issue
Block a user