From f1668975a32481858b0754648877f1cbf2f14b31 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 28 Dec 2004 03:26:19 +0000 Subject: Import gtk2-chtheme from pkgsrc-wip. Packaged by Douglas Brebner. As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible. Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration there's a large variety of widgets. --- x11/gtk2-chtheme/DESCR | 5 +++++ x11/gtk2-chtheme/Makefile | 21 +++++++++++++++++++++ x11/gtk2-chtheme/PLIST | 3 +++ x11/gtk2-chtheme/distinfo | 5 +++++ x11/gtk2-chtheme/patches/patch-aa | 13 +++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 x11/gtk2-chtheme/DESCR create mode 100644 x11/gtk2-chtheme/Makefile create mode 100644 x11/gtk2-chtheme/PLIST create mode 100644 x11/gtk2-chtheme/distinfo create mode 100644 x11/gtk2-chtheme/patches/patch-aa (limited to 'x11/gtk2-chtheme') diff --git a/x11/gtk2-chtheme/DESCR b/x11/gtk2-chtheme/DESCR new file mode 100644 index 00000000000..0cad830f193 --- /dev/null +++ b/x11/gtk2-chtheme/DESCR @@ -0,0 +1,5 @@ +As the name suggests, this little program lets you change your Gtk+ +2.0 theme. The aim is to make theme preview and selection as slick as +possible. Themes installed on the system are presented for selection +and previewed on the fly. For a comprehensive demonstration there's a +large variety of widgets. diff --git a/x11/gtk2-chtheme/Makefile b/x11/gtk2-chtheme/Makefile new file mode 100644 index 00000000000..c6a761af134 --- /dev/null +++ b/x11/gtk2-chtheme/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 03:26:19 minskim Exp $ +# + +DISTNAME= gtk-chtheme-0.3.1 +PKGNAME= gtk2-chtheme-0.3.1 +CATEGORIES= x11 +MASTER_SITES= http://plasmasturm.org/programs/gtk-chtheme/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= kirtai@users.sourceforge.net +HOMEPAGE= http://plasmasturm.org/programs/gtk-chtheme/ +COMMENT= GTK+2 theme changer with preview + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +REPLACE_PERL= replace +USE_PERL5= build + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gtk2-chtheme/PLIST b/x11/gtk2-chtheme/PLIST new file mode 100644 index 00000000000..8a6c5eff101 --- /dev/null +++ b/x11/gtk2-chtheme/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 03:26:19 minskim Exp $ +bin/gtk-chtheme +man/man1/gtk-chtheme.1 diff --git a/x11/gtk2-chtheme/distinfo b/x11/gtk2-chtheme/distinfo new file mode 100644 index 00000000000..9fa75c73cc9 --- /dev/null +++ b/x11/gtk2-chtheme/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/28 03:26:19 minskim Exp $ + +SHA1 (gtk-chtheme-0.3.1.tar.bz2) = dbea31f4092877e786fe040fae1374238fada94a +Size (gtk-chtheme-0.3.1.tar.bz2) = 18205 bytes +SHA1 (patch-aa) = ac7fa718bf0cdd0b36382761b8fd716cf00e6bad diff --git a/x11/gtk2-chtheme/patches/patch-aa b/x11/gtk2-chtheme/patches/patch-aa new file mode 100644 index 00000000000..de4d6b102d9 --- /dev/null +++ b/x11/gtk2-chtheme/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/12/28 03:26:19 minskim Exp $ + +--- Metadata.orig 2004-02-09 16:47:23.000000000 +0000 ++++ Metadata +@@ -11,6 +11,6 @@ The aim is to make theme preview and sel + installed on the system are presented for selection and previewed on the fly.\ + A large variety of widgets provides a comprehensive demonstration. + +-PREFIX = /usr ++#PREFIX = /usr + BINDIR = $(PREFIX)/bin +-MANDIR = $(PREFIX)/share/man ++MANDIR = $(PREFIX)/man -- cgit v1.2.3