Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2020 15:54:55 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540399 - head/x11-themes/slim-freebsd-dark-theme
Message-ID:  <202006251554.05PFst53042340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Jun 25 15:54:55 2020
New Revision: 540399
URL: https://svnweb.freebsd.org/changeset/ports/540399

Log:
  Simplify do-install and improve pkg-descr
  
  PR:		247509
  Submitted by:	Miguel Gocobachi <miguel@gocobachi.dev>
  Suggested by:	bapt

Modified:
  head/x11-themes/slim-freebsd-dark-theme/Makefile
  head/x11-themes/slim-freebsd-dark-theme/pkg-descr

Modified: head/x11-themes/slim-freebsd-dark-theme/Makefile
==============================================================================
--- head/x11-themes/slim-freebsd-dark-theme/Makefile	Thu Jun 25 15:01:10 2020	(r540398)
+++ head/x11-themes/slim-freebsd-dark-theme/Makefile	Thu Jun 25 15:54:55 2020	(r540399)
@@ -3,6 +3,7 @@
 PORTNAME=	slim-freebsd-dark-theme
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	x11-themes
 
 MAINTAINER=	miguel@gocobachi.dev
@@ -27,7 +28,7 @@ _THEMEDIR=	${PREFIX}/${_THEMEDIR_REL}
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${_THEMEDIR}
-	(cd ${WRKSRC} && \
-		${COPYTREE_SHARE} . ${STAGEDIR}${_THEMEDIR} '! -name LICENSE ! -name README.md')
+	${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${_THEMEDIR}/
+	${INSTALL_DATA} ${WRKSRC}/*.theme ${STAGEDIR}${_THEMEDIR}/
 
 .include <bsd.port.mk>

Modified: head/x11-themes/slim-freebsd-dark-theme/pkg-descr
==============================================================================
--- head/x11-themes/slim-freebsd-dark-theme/pkg-descr	Thu Jun 25 15:01:10 2020	(r540398)
+++ head/x11-themes/slim-freebsd-dark-theme/pkg-descr	Thu Jun 25 15:54:55 2020	(r540399)
@@ -1,11 +1,4 @@
-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.
+Minimalist FreeBSD black/red colors theme for the SLiM Login Manager,
+using the logo and colors created by the FreeBSD Foundation.
 
 WWW: https://github.com/gocobachi/slim-freebsd-dark-theme



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006251554.05PFst53042340>