mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add gtk-themepreview 2.0, a small application for preview your theme
widgets in one small window.
This commit is contained in:
parent
619b010325
commit
c49b208457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124755
@ -72,6 +72,7 @@
|
||||
SUBDIR += grabc
|
||||
SUBDIR += gromit
|
||||
SUBDIR += gtk-theme-switch
|
||||
SUBDIR += gtk-themepreview
|
||||
SUBDIR += gtk2-theme-switch
|
||||
SUBDIR += gtkchtheme
|
||||
SUBDIR += gtkterm2
|
||||
|
33
x11/gtk-themepreview/Makefile
Normal file
33
x11/gtk-themepreview/Makefile
Normal 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>
|
2
x11/gtk-themepreview/distinfo
Normal file
2
x11/gtk-themepreview/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (ThemePreview-2-src.tar.gz) = 7c9d1e4e5d40a8f508eaf9a2a298f868
|
||||
SIZE (ThemePreview-2-src.tar.gz) = 942832
|
5
x11/gtk-themepreview/pkg-descr
Normal file
5
x11/gtk-themepreview/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user