mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
New port: x11-themes/sddm-freebsd-black-theme
Simple SDDM theme inspired on the FBSD SLiM theme. https://github.com/lebarondemerde/sddm-freebsd-black-theme Submitted by: lbdm_privacychain.ch Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D12390
This commit is contained in:
parent
abc5b310ae
commit
aaf79fb706
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450763
@ -161,6 +161,7 @@
|
||||
SUBDIR += qtcurve-utils
|
||||
SUBDIR += rezlooks
|
||||
SUBDIR += sawfish-themes
|
||||
SUBDIR += sddm-freebsd-black-theme
|
||||
SUBDIR += slim-themes
|
||||
SUBDIR += thewidgetfactory
|
||||
SUBDIR += ubuntulooks
|
||||
|
33
x11-themes/sddm-freebsd-black-theme/Makefile
Normal file
33
x11-themes/sddm-freebsd-black-theme/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sddm-freebsd-black-theme
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= x11-themes
|
||||
|
||||
MAINTAINER= lbdm@privacychain.ch
|
||||
COMMENT= Simple SDDM theme inspired on the FBSD SLiM theme
|
||||
|
||||
LICENSE= CC-BY-SA-3.0
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lebarondemerde
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
THEMEDIR_REL= share/sddm/themes/sddm-freebsd-black-theme
|
||||
THEMEDIR= ${PREFIX}/${THEMEDIR_REL}
|
||||
PLIST_SUB= THEMEDIR=${THEMEDIR_REL}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PORTDOCS= README.md AUTHORS COPYING TRADEMARKS
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${THEMEDIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR} \
|
||||
"! ( -name README.md -o -name AUTHORS -o -name COPYING -o -name TRADEMARKS )")
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && \
|
||||
${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-themes/sddm-freebsd-black-theme/distinfo
Normal file
3
x11-themes/sddm-freebsd-black-theme/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1505500057
|
||||
SHA256 (lebarondemerde-sddm-freebsd-black-theme-1.0_GH0.tar.gz) = a6ec7769500f7a4ff74961f3db0f548cadca0ea247afbbfe7aedee9b2bc7eb88
|
||||
SIZE (lebarondemerde-sddm-freebsd-black-theme-1.0_GH0.tar.gz) = 90574
|
12
x11-themes/sddm-freebsd-black-theme/files/pkg-message.in
Normal file
12
x11-themes/sddm-freebsd-black-theme/files/pkg-message.in
Normal file
@ -0,0 +1,12 @@
|
||||
------------------------------------------------------------------
|
||||
|
||||
To enable this theme edit:
|
||||
|
||||
%%PREFIX%%/etc/sddm.conf
|
||||
|
||||
This theme use the x11-fonts/montserrat font by default. However, it
|
||||
can be changed to any desired font editing:
|
||||
|
||||
%%PREFIX%%/share/sddm/themes/sddm-freebsd-black-theme/theme.conf
|
||||
|
||||
------------------------------------------------------------------
|
7
x11-themes/sddm-freebsd-black-theme/pkg-descr
Normal file
7
x11-themes/sddm-freebsd-black-theme/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Simple SDDM theme inspired on the FBSD SLiM theme.
|
||||
|
||||
This theme was created to make available an option to have a
|
||||
branded x11/sddm. It is following the official FreeBSD logo and
|
||||
colors. The FBSD SLiM theme was used as inpiration.
|
||||
|
||||
WWW: https://github.com/lebarondemerde/sddm-freebsd-black-theme
|
9
x11-themes/sddm-freebsd-black-theme/pkg-plist
Normal file
9
x11-themes/sddm-freebsd-black-theme/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%THEMEDIR%%/Main.qml
|
||||
%%THEMEDIR%%/angle-down.png
|
||||
%%THEMEDIR%%/background.png
|
||||
%%THEMEDIR%%/freebsd.png
|
||||
%%THEMEDIR%%/freebsd.qmlproject
|
||||
%%THEMEDIR%%/metadata.desktop
|
||||
%%THEMEDIR%%/screenshot.png
|
||||
%%THEMEDIR%%/theme.conf
|
||||
%%THEMEDIR%%/warning.png
|
Loading…
Reference in New Issue
Block a user