Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 14:44:04 GMT
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177312: New port: x11-themes/faenza-icon-theme: Faenza icon theme
Message-ID:  <201303231444.r2NEi4oA076669@red.freebsd.org>
Resent-Message-ID: <201303231450.r2NEo0YI065524@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177312
>Category:       ports
>Synopsis:       New port: x11-themes/faenza-icon-theme: Faenza icon theme
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 23 14:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This icon theme provides monochromatic icons for panels, toolbars, and buttons
as well as colorful squared icons for devices, applications, folders, files, and
other menu items. Four themes are included to fit with light or dark themes or
panels.

WWW: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
>How-To-Repeat:
# cd x11-themes/faenza-icon-theme; make install
You find no port by that name. You are likely to be eaten by a grue.
>Fix:
Easy! Just extract the attached shell archive!

This port has been tested on RedPorts, so it works, but the committer should check that I used sane functions in "post-extract" and "do-install".

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	faenza-icon-theme/
#	faenza-icon-theme/Makefile
#	faenza-icon-theme/pkg-descr
#	faenza-icon-theme/distinfo
#
echo c - faenza-icon-theme/
mkdir -p faenza-icon-theme/ > /dev/null 2>&1
echo x - faenza-icon-theme/Makefile
sed 's/^X//' >faenza-icon-theme/Makefile << '74b9cce90312618e4d3c5ad512d81a90'
X# Created by: Kevin Zheng <kevinz5000@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	faenza-icon-theme
XPORTVERSION=	1.3
XCATEGORIES=	x11-themes
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	kevinz5000@gmail.com
XCOMMENT=	Faenza icon theme
X
XLICENSE=	GPLv3
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
XUSE_ZIP=	yes
X
XFAENZA_THEMES=	Faenza-Ambiance Faenza-Dark Faenza-Darker Faenza-Darkest \
X		Faenza-Radiance Faenza
X
XDATADIR=	${PREFIX}/share/icons/
XPORTDATA=	${FAENZA_THEMES}
X
Xpost-extract:
X.for theme in ${FAENZA_THEMES}
X	(cd ${WRKSRC} && tar -xf ${theme}.tar.gz )
X.endfor
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/icons/
X.for theme in ${FAENZA_THEMES}
X	(cd ${WRKSRC} && ${COPYTREE_SHARE} ${theme} ${PREFIX}/share/icons/ )
X.endfor
X
X.include <bsd.port.mk>
74b9cce90312618e4d3c5ad512d81a90
echo x - faenza-icon-theme/pkg-descr
sed 's/^X//' >faenza-icon-theme/pkg-descr << 'e0703020c1801efbb9a279ccceedae88'
XThis icon theme provides monochromatic icons for panels, toolbars, and buttons
Xas well as colorful squared icons for devices, applications, folders, files, and
Xother menu items. Four themes are included to fit with light or dark themes or
Xpanels.
X
XWWW: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
e0703020c1801efbb9a279ccceedae88
echo x - faenza-icon-theme/distinfo
sed 's/^X//' >faenza-icon-theme/distinfo << '0730b0983921bd1c46643920e70ffcd3'
XSHA256 (faenza-icon-theme_1.3.zip) = d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a
XSIZE (faenza-icon-theme_1.3.zip) = 24801145
0730b0983921bd1c46643920e70ffcd3
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



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