Add sawfish-themes 0.10, a collection of 47 themes for Sawfish window manager.
PR: ports/66968 Submitted by: Alexey Y. Mikhailov <karma@ez.pereslavl.ru>
This commit is contained in:
parent
008abc415c
commit
d554bb2080
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109743
5 changed files with 1305 additions and 0 deletions
|
@ -44,5 +44,6 @@
|
|||
SUBDIR += metacity-theme-iridium-rounded
|
||||
SUBDIR += metacity-theme-microgui
|
||||
SUBDIR += metacity-themes
|
||||
SUBDIR += sawfish-themes
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
|
41
x11-themes/sawfish-themes/Makefile
Normal file
41
x11-themes/sawfish-themes/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# New ports collection makefile for: sawfish-themes
|
||||
# Date created: May 12 2004
|
||||
# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sawfish-themes
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= karma@ez.pereslavl.ru
|
||||
COMMENT= Themes for Sawfish window manager
|
||||
|
||||
RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow Bubbles_Exact \
|
||||
Derivative DoubleHeliX Elberg Empire FinalStep Greene2.0 Hacksaw \
|
||||
HeliX Klarth Microtene OrangeJuice SawLook SawthenaForever Strap \
|
||||
Studio T-16-blue T-16-red T-16-yellow Titanium V absolute-metal \
|
||||
bluefoo gorilla gorillaz mxflat typo
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${X11BASE}/share/sawfish/1.3/themes
|
||||
.for d in ${DATA_DIRS}
|
||||
@${MKDIR} ${PREFIX}/share/sawfish/1.3/themes/${d}
|
||||
@cd ${WRKSRC}/${d} && ${FIND} . | \
|
||||
${CPIO} --quiet -pdm -L -R ${LIBOWN}:${LIBGRP} \
|
||||
${PREFIX}/share/sawfish/1.3/themes/${d}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-themes/sawfish-themes/distinfo
Normal file
2
x11-themes/sawfish-themes/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (sawfish-themes_0.10.orig.tar.gz) = d1c187c091184c487050dd95a5c6eb84
|
||||
SIZE (sawfish-themes_0.10.orig.tar.gz) = 638201
|
1
x11-themes/sawfish-themes/pkg-descr
Normal file
1
x11-themes/sawfish-themes/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Collection of Sawfish themes maintained by Debian
|
1260
x11-themes/sawfish-themes/pkg-plist
Normal file
1260
x11-themes/sawfish-themes/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue