Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2016 19:22:47 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416905 - in head/x11-themes: . cursor-ardoise-theme
Message-ID:  <201606141922.u5EJMlr7078999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Jun 14 19:22:46 2016
New Revision: 416905
URL: https://svnweb.freebsd.org/changeset/ports/416905

Log:
  New port: x11-themes/cursor-ardoise-theme
  
  Simple, flat and dark Ardoise X cursor theme by obnosim.
  It uses symbols instead of changing the shape of the cursor.
  
  Available resolutions are 24, 32, 48 and 72 px.
  Translucent and opaque variants.
  
  WWW: http://kde-look.org/content/show.php/Ardoise?content=165308
  
  PR:		196310
  Submitted by:	lightside@gmx.com

Added:
  head/x11-themes/cursor-ardoise-theme/
  head/x11-themes/cursor-ardoise-theme/Makefile   (contents, props changed)
  head/x11-themes/cursor-ardoise-theme/distinfo   (contents, props changed)
  head/x11-themes/cursor-ardoise-theme/pkg-descr   (contents, props changed)
Modified:
  head/x11-themes/Makefile

Modified: head/x11-themes/Makefile
==============================================================================
--- head/x11-themes/Makefile	Tue Jun 14 18:18:54 2016	(r416904)
+++ head/x11-themes/Makefile	Tue Jun 14 19:22:46 2016	(r416905)
@@ -15,6 +15,7 @@
     SUBDIR += clearlooks-phenix-theme
     SUBDIR += clearlooks-themes
     SUBDIR += clearlooks-themes-extras
+    SUBDIR += cursor-ardoise-theme
     SUBDIR += cursor-chameleon-anthracite
     SUBDIR += cursor-chameleon-darkskyblue
     SUBDIR += cursor-chameleon-pearl

Added: head/x11-themes/cursor-ardoise-theme/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/cursor-ardoise-theme/Makefile	Tue Jun 14 19:22:46 2016	(r416905)
@@ -0,0 +1,34 @@
+# Created by: lightside <lightside@gmx.com>
+# $FreeBSD$
+
+PORTNAME=	ardoise
+PORTVERSION=	3.5
+CATEGORIES=	x11-themes
+MASTER_SITES=	https://github.com/obnosim/ardoise/releases/download/v${PORTVERSION}/
+PKGNAMEPREFIX=	cursor-
+PKGNAMESUFFIX=	-theme
+DISTFILES=	Ardoise_no_shadow_100.tar.gz Ardoise_no_shadow_75.tar.gz \
+		Ardoise_no_shadow_87.tar.gz Ardoise_shadow_100.tar.gz \
+		Ardoise_shadow_75.tar.gz Ardoise_shadow_87.tar.gz
+DIST_SUBDIR=	${PKGBASE}/${PORTVERSION}
+
+MAINTAINER=	lightside@gmx.com
+COMMENT=	Ardoise X cursor theme
+
+LICENSE=	CCBYNCSAv3
+LICENSE_NAME=	Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license
+LICENSE_TEXT=	The license: ${LICENSE} (${LICENSE_NAME}) is standard, please read from the web:\
+	http://creativecommons.org/licenses/by-nc-sa/3.0/
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+DATADIR=	${PREFIX}/lib/X11/icons
+PORTDATA=	*
+
+do-install:
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR})
+
+.include <bsd.port.mk>

Added: head/x11-themes/cursor-ardoise-theme/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/cursor-ardoise-theme/distinfo	Tue Jun 14 19:22:46 2016	(r416905)
@@ -0,0 +1,12 @@
+SHA256 (cursor-ardoise-theme/3.5/Ardoise_no_shadow_100.tar.gz) = 758637ef1e23b050df241ab293d063694e218b67697fa6e4e0690b7aca060e68
+SIZE (cursor-ardoise-theme/3.5/Ardoise_no_shadow_100.tar.gz) = 121730
+SHA256 (cursor-ardoise-theme/3.5/Ardoise_no_shadow_75.tar.gz) = efbbdd68c6fc22e4f2365c4d0ba6673b0faf2ecbb558778a5e4afbe39d2df358
+SIZE (cursor-ardoise-theme/3.5/Ardoise_no_shadow_75.tar.gz) = 132223
+SHA256 (cursor-ardoise-theme/3.5/Ardoise_no_shadow_87.tar.gz) = dae386d47abd4c8a9d1adc0850b27e4c8367002ae2379327f5fada2651a5e131
+SIZE (cursor-ardoise-theme/3.5/Ardoise_no_shadow_87.tar.gz) = 127622
+SHA256 (cursor-ardoise-theme/3.5/Ardoise_shadow_100.tar.gz) = 4e06f4995a2ec2667d6dbc23b3e2932fc986345fb566ae0b6bbce4e7f9eda0b9
+SIZE (cursor-ardoise-theme/3.5/Ardoise_shadow_100.tar.gz) = 182299
+SHA256 (cursor-ardoise-theme/3.5/Ardoise_shadow_75.tar.gz) = 889230f8b60ae3824ff7a9c31b4f179ffed094fe1aec45c449dca070a5405c14
+SIZE (cursor-ardoise-theme/3.5/Ardoise_shadow_75.tar.gz) = 208038
+SHA256 (cursor-ardoise-theme/3.5/Ardoise_shadow_87.tar.gz) = 790434fa8591f23ca0c20e1481b8c04c4825ca1e39a383ca920ea9a88b73edcb
+SIZE (cursor-ardoise-theme/3.5/Ardoise_shadow_87.tar.gz) = 176169

Added: head/x11-themes/cursor-ardoise-theme/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/cursor-ardoise-theme/pkg-descr	Tue Jun 14 19:22:46 2016	(r416905)
@@ -0,0 +1,7 @@
+Simple, flat and dark Ardoise X cursor theme by obnosim.
+It uses symbols instead of changing the shape of the cursor.
+
+Available resolutions are 24, 32, 48 and 72 px.
+Translucent and opaque variants.
+
+WWW: http://kde-look.org/content/show.php/Ardoise?content=165308



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