Add gtk-themepreview 2.0, a small application for preview your theme

widgets in one small window.
This commit is contained in:
Alexey Dokuchaev 2004-12-22 00:33:35 +00:00
parent 619b010325
commit c49b208457
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124755
4 changed files with 41 additions and 0 deletions

View File

@ -72,6 +72,7 @@
SUBDIR += grabc
SUBDIR += gromit
SUBDIR += gtk-theme-switch
SUBDIR += gtk-themepreview
SUBDIR += gtk2-theme-switch
SUBDIR += gtkchtheme
SUBDIR += gtkterm2

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: ThemePreview-2
# Date Created: 21 Dec 2004
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtk-themepreview
PORTVERSION= 2.0
CATEGORIES= x11 gnome
MASTER_SITES= http://www.users.monornet.hu/linux/files/
DISTNAME= ThemePreview-2-src
MAINTAINER= danfe@FreeBSD.org
COMMENT= A small application for preview your theme widgets in one small window
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20
WANT_AUTOMAKE_VER= 19
PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/ThemePreview-2
pre-configure:
.for f in COPYING INSTALL depcomp install-sh missing
@${LN} -fs ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f}
.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/themepreview-2 ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (ThemePreview-2-src.tar.gz) = 7c9d1e4e5d40a8f508eaf9a2a298f868
SIZE (ThemePreview-2-src.tar.gz) = 942832

View File

@ -0,0 +1,5 @@
ThemePreview is a small application for preview of your GTK-2.x theme
widgets in one small window. Useful for testing themes for coherency
and display correctness.
WWW: http://www.users.monornet.hu/linux/index2.html