From owner-svn-ports-head@freebsd.org Wed Sep 27 16:00:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E1EE07F4A; Wed, 27 Sep 2017 16:00:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE747CDEA; Wed, 27 Sep 2017 16:00:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RG0hYL025117; Wed, 27 Sep 2017 16:00:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RG0hrb025111; Wed, 27 Sep 2017 16:00:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709271600.v8RG0hrb025111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 27 Sep 2017 16:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450763 - in head/x11-themes: . sddm-freebsd-black-theme sddm-freebsd-black-theme/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/x11-themes: . sddm-freebsd-black-theme sddm-freebsd-black-theme/files X-SVN-Commit-Revision: 450763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 16:00:44 -0000 Author: tcberner Date: Wed Sep 27 16:00:42 2017 New Revision: 450763 URL: https://svnweb.freebsd.org/changeset/ports/450763 Log: 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 Added: head/x11-themes/sddm-freebsd-black-theme/ head/x11-themes/sddm-freebsd-black-theme/Makefile (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/distinfo (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/files/ head/x11-themes/sddm-freebsd-black-theme/files/pkg-message.in (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/pkg-descr (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/pkg-plist (contents, props changed) Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Wed Sep 27 15:54:49 2017 (r450762) +++ head/x11-themes/Makefile Wed Sep 27 16:00:42 2017 (r450763) @@ -161,6 +161,7 @@ SUBDIR += qtcurve-utils SUBDIR += rezlooks SUBDIR += sawfish-themes + SUBDIR += sddm-freebsd-black-theme SUBDIR += slim-themes SUBDIR += thewidgetfactory SUBDIR += ubuntulooks Added: head/x11-themes/sddm-freebsd-black-theme/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/Makefile Wed Sep 27 16:00:42 2017 (r450763) @@ -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 Added: head/x11-themes/sddm-freebsd-black-theme/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/distinfo Wed Sep 27 16:00:42 2017 (r450763) @@ -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 Added: head/x11-themes/sddm-freebsd-black-theme/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/files/pkg-message.in Wed Sep 27 16:00:42 2017 (r450763) @@ -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 + +------------------------------------------------------------------ Added: head/x11-themes/sddm-freebsd-black-theme/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/pkg-descr Wed Sep 27 16:00:42 2017 (r450763) @@ -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 Added: head/x11-themes/sddm-freebsd-black-theme/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/pkg-plist Wed Sep 27 16:00:42 2017 (r450763) @@ -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