aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/slim-freebsd-dark-theme
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-06-23 12:25:16 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-06-23 12:25:16 +0000
commit9a63f0f68bad765fe2f9afa5f96696c3659a40ee (patch)
tree506462fa3c0068b3d42994c095c7605a607b53f2 /x11-themes/slim-freebsd-dark-theme
parente5f23401c653bd2b22e33c744afac0dcbb8d82c5 (diff)
downloadports-9a63f0f68bad765fe2f9afa5f96696c3659a40ee.tar.gz
ports-9a63f0f68bad765fe2f9afa5f96696c3659a40ee.zip
New port: x11-themes/slim-freebsd-dark-theme
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 PR: 247490 Submitted by: Miguel Gocobachi <miguel@gocobachi.mx> Differential Revision: https://reviews.freebsd.org/D25410
Notes
Notes: svn path=/head/; revision=539975
Diffstat (limited to 'x11-themes/slim-freebsd-dark-theme')
-rw-r--r--x11-themes/slim-freebsd-dark-theme/Makefile33
-rw-r--r--x11-themes/slim-freebsd-dark-theme/distinfo3
-rw-r--r--x11-themes/slim-freebsd-dark-theme/pkg-descr11
3 files changed, 47 insertions, 0 deletions
diff --git a/x11-themes/slim-freebsd-dark-theme/Makefile b/x11-themes/slim-freebsd-dark-theme/Makefile
new file mode 100644
index 000000000000..fecac3666ecc
--- /dev/null
+++ b/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>
diff --git a/x11-themes/slim-freebsd-dark-theme/distinfo b/x11-themes/slim-freebsd-dark-theme/distinfo
new file mode 100644
index 000000000000..5c9e42a9420d
--- /dev/null
+++ b/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
diff --git a/x11-themes/slim-freebsd-dark-theme/pkg-descr b/x11-themes/slim-freebsd-dark-theme/pkg-descr
new file mode 100644
index 000000000000..668aec1fa047
--- /dev/null
+++ b/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