From e6f32e67236ef304cc7ed92f0548555f275e0924 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 5 Dec 2003 18:08:06 +0000 Subject: Initial import of gtk2-theme-switch-2.0.0rc2 from pkgsrc-wip, packaged by Michal Pasternak. gtk2-theme-switch is an utility, which allows easy changing of the current GTK 2.x font and theme. --- x11/gtk2-theme-switch/DESCR | 1 + x11/gtk2-theme-switch/Makefile | 23 +++++++++++++++++++++++ x11/gtk2-theme-switch/PLIST | 3 +++ x11/gtk2-theme-switch/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 x11/gtk2-theme-switch/DESCR create mode 100644 x11/gtk2-theme-switch/Makefile create mode 100644 x11/gtk2-theme-switch/PLIST create mode 100644 x11/gtk2-theme-switch/distinfo (limited to 'x11/gtk2-theme-switch') diff --git a/x11/gtk2-theme-switch/DESCR b/x11/gtk2-theme-switch/DESCR new file mode 100644 index 00000000000..edd4c51e25f --- /dev/null +++ b/x11/gtk2-theme-switch/DESCR @@ -0,0 +1 @@ +Utility, which allows easy changing of the current GTK 2.x font and theme. diff --git a/x11/gtk2-theme-switch/Makefile b/x11/gtk2-theme-switch/Makefile new file mode 100644 index 00000000000..8b5225bff03 --- /dev/null +++ b/x11/gtk2-theme-switch/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 18:08:06 xtraeme Exp $ +# + +DISTNAME= gtk-theme-switch-2.0.0rc2 +PKGNAME= ${DISTNAME:S/gtk/gtk2/} +CATEGORIES= x11 +MASTER_SITES= http://www.muhri.net/ + +MAINTAINER= dotz@irc.pl +HOMEPAGE= http://www.muhri.net/ +COMMENT= Allows quick & easy switching of GTK+ 2.x themes + +USE_BUILDLINK2= YES +USE_GMAKE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/switch2 \ + ${PREFIX}/bin/gtk2-theme-switch + ${INSTALL_MAN} ${WRKSRC}/switch.1 \ + ${PREFIX}/man/man1/gtk2-theme-switch.1 + +.include "../../x11/gtk2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gtk2-theme-switch/PLIST b/x11/gtk2-theme-switch/PLIST new file mode 100644 index 00000000000..1cfec83525f --- /dev/null +++ b/x11/gtk2-theme-switch/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/05 18:08:06 xtraeme Exp $ +bin/gtk2-theme-switch +man/man1/gtk2-theme-switch.1 diff --git a/x11/gtk2-theme-switch/distinfo b/x11/gtk2-theme-switch/distinfo new file mode 100644 index 00000000000..cca472e47cc --- /dev/null +++ b/x11/gtk2-theme-switch/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/05 18:08:06 xtraeme Exp $ + +SHA1 (gtk-theme-switch-2.0.0rc2.tar.gz) = 929b94b6e6becbf6ebac9abe839fca95059cce75 +Size (gtk-theme-switch-2.0.0rc2.tar.gz) = 14046 bytes -- cgit v1.2.3