Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156528133
D25410.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D25410.id.diff
View Options
Index: head/x11-themes/Makefile
===================================================================
--- head/x11-themes/Makefile
+++ head/x11-themes/Makefile
@@ -141,6 +141,7 @@
SUBDIR += sddm-freebsd-black-theme
SUBDIR += sierra-gtk-themes
SUBDIR += slim-freebsd-black-theme
+ SUBDIR += slim-freebsd-dark-theme
SUBDIR += slim-freebsd-themes
SUBDIR += slim-themes
SUBDIR += thewidgetfactory
Index: head/x11-themes/slim-freebsd-dark-theme/Makefile
===================================================================
--- head/x11-themes/slim-freebsd-dark-theme/Makefile
+++ head/x11-themes/slim-freebsd-dark-theme/Makefile
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME= slim-freebsd-dark-theme
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0
+CATEGORIES= x11-themes
+
+MAINTAINER= miguel@gocobachi.dev
+COMMENT= Minimalist FreeBSD black/red colors theme for SLiM
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_GITHUB= yes
+GH_ACCOUNT= gocobachi
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+PLIST_FILES= ${_THEMEDIR_REL}/background.png \
+ ${_THEMEDIR_REL}/panel.png \
+ ${_THEMEDIR_REL}/screenshot.png \
+ ${_THEMEDIR_REL}/slim.theme
+
+_THEMEDIR_REL= share/slim/themes/slim-freebsd-dark-theme
+_THEMEDIR= ${PREFIX}/${_THEMEDIR_REL}
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${_THEMEDIR}
+ (cd ${WRKSRC} && \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${_THEMEDIR} '! -name LICENSE ! -name README.md')
+
+.include <bsd.port.mk>
Index: head/x11-themes/slim-freebsd-dark-theme/distinfo
===================================================================
--- head/x11-themes/slim-freebsd-dark-theme/distinfo
+++ head/x11-themes/slim-freebsd-dark-theme/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592911411
+SHA256 (gocobachi-slim-freebsd-dark-theme-v1.0_GH0.tar.gz) = ab5c75bdabb3621df5815998fbb56747c0861c0b43857be657802de059c8889c
+SIZE (gocobachi-slim-freebsd-dark-theme-v1.0_GH0.tar.gz) = 72948
Index: head/x11-themes/slim-freebsd-dark-theme/pkg-descr
===================================================================
--- head/x11-themes/slim-freebsd-dark-theme/pkg-descr
+++ head/x11-themes/slim-freebsd-dark-theme/pkg-descr
@@ -0,0 +1,11 @@
+SLiM is an acronym for "Simple Login Manager".
+
+Lightweight and easily configurable, SLiM requires minimal dependencies,
+and none from the GNOME or KDE desktop environments. It therefore contributes
+towards a lightweight system for users that also like to use lightweight
+desktops such as Xfce, Openbox, and Fluxbox.
+
+This package is a minimalist FreeBSD black/red colors theme, using
+the colors defined by the FreeBSD Foundation.
+
+WWW: https://github.com/gocobachi/slim-freebsd-dark-theme
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 10:48 AM (11 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33081268
Default Alt Text
D25410.id.diff (2 KB)
Attached To
Mode
D25410: New port: x11-themes/slim-freebsd-dark-theme
Attached
Detach File
Event Timeline
Log In to Comment