diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 18:08:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 18:08:06 +0000 |
commit | 66b54e8ce48582a97d132a21c3cad5dfd579715d (patch) | |
tree | 14465e45a5b83584f705985beceb6b9dc9c2d8d2 | |
parent | 63a8362f5c696010a4d2745103780dade6b8823b (diff) | |
download | pkgsrc-66b54e8ce48582a97d132a21c3cad5dfd579715d.tar.gz |
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.
-rw-r--r-- | x11/gtk2-theme-switch/DESCR | 1 | ||||
-rw-r--r-- | x11/gtk2-theme-switch/Makefile | 23 | ||||
-rw-r--r-- | x11/gtk2-theme-switch/PLIST | 3 | ||||
-rw-r--r-- | x11/gtk2-theme-switch/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
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 |