sysutils/mkdesktop: Update to 3.4
PR: 235405 Submitted by: bourne.identity@hotmail.com (maintainer)
This commit is contained in:
parent
6af7ae83a5
commit
160cf77f39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494793
@ -1,13 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mkdesktop
|
||||
PORTVERSION= 3.3
|
||||
PORTVERSION= 3.4
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= bourne.identity@hotmail.com
|
||||
COMMENT= Powerful, flexible utility to setup a FreeBSD desktop
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_BUILD= yes
|
||||
@ -17,8 +17,8 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= bourne-again
|
||||
|
||||
PLIST_FILES= bin/mkdesktop \
|
||||
share/mkdesktop/stage-definitions \
|
||||
man/man1/mkdesktop.1.gz
|
||||
share/mkdesktop/stage-definitions \
|
||||
man/man1/mkdesktop.1.gz
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1546445033
|
||||
SHA256 (bourne-again-mkdesktop-3.3_GH0.tar.gz) = 4ce7dbc4ebfb413bae328231038f072f3bf6d910a3aa9fc3faab06187394e444
|
||||
SIZE (bourne-again-mkdesktop-3.3_GH0.tar.gz) = 16946
|
||||
TIMESTAMP = 1549048617
|
||||
SHA256 (bourne-again-mkdesktop-3.4_GH0.tar.gz) = 254e49c41a7389d0aa0e483672c7325bf36a1a9ae8d15df8176481ab5769237d
|
||||
SIZE (bourne-again-mkdesktop-3.4_GH0.tar.gz) = 11243
|
||||
|
@ -1,8 +1,11 @@
|
||||
Installing a FreeBSD desktop from scratch can be messy : you often
|
||||
Installing a FreeBSD desktop from scratch can be messy: you often
|
||||
forget the correct steps/packages. The mkdesktop script helps to
|
||||
standardize the process as much as possible per user, with plenty of
|
||||
flexibility as well as modularity. The script sets up X & your desktop,
|
||||
configures emulation layers (Wine / Linuxulator) if so desired, and
|
||||
then configures the essential system files under /etc and /boot.
|
||||
standardize the process, with plenty of flexibility as well as
|
||||
modularity. The script :
|
||||
|
||||
Configures X and your desktop;
|
||||
Configures emulation layers (Wine / Linuxulator);
|
||||
Configures essential system files under /etc and /boot;
|
||||
Configures the SLiM login manager.
|
||||
|
||||
WWW: https://github.com/bourne-again/mkdesktop
|
||||
|
Loading…
Reference in New Issue
Block a user