pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk2-chtheme Import gtk2-chtheme from pkgsrc-wip. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cd21cfc27922
branches: trunk
changeset: 486416:cd21cfc27922
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Dec 28 03:26:19 2004 +0000
description:
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.
diffstat:
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(+), 0 deletions(-)
diffs (67 lines):
diff -r 79621e895880 -r cd21cfc27922 x11/gtk2-chtheme/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-chtheme/DESCR Tue Dec 28 03:26:19 2004 +0000
@@ -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 -r 79621e895880 -r cd21cfc27922 x11/gtk2-chtheme/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-chtheme/Makefile Tue Dec 28 03:26:19 2004 +0000
@@ -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@localhost
+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 -r 79621e895880 -r cd21cfc27922 x11/gtk2-chtheme/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-chtheme/PLIST Tue Dec 28 03:26:19 2004 +0000
@@ -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 -r 79621e895880 -r cd21cfc27922 x11/gtk2-chtheme/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-chtheme/distinfo Tue Dec 28 03:26:19 2004 +0000
@@ -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 -r 79621e895880 -r cd21cfc27922 x11/gtk2-chtheme/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-chtheme/patches/patch-aa Tue Dec 28 03:26:19 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index