summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-09 23:14:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-09 23:14:37 +0000
commita14473e1028458d2e8f07754b7d993892534b5ef (patch)
treee035c824b5c118e0327e7642cd586c14c9408baa /app-misc
parentUpdated dependencies. (diff)
downloadhistorical-a14473e1028458d2e8f07754b7d993892534b5ef.tar.gz
historical-a14473e1028458d2e8f07754b7d993892534b5ef.tar.bz2
historical-a14473e1028458d2e8f07754b7d993892534b5ef.zip
new version for GTK2
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gtk-theme-switch/Changelog10
-rw-r--r--app-misc/gtk-theme-switch/files/digest-gtk-theme-switch-2.0.0_rc21
-rw-r--r--app-misc/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2.ebuild25
3 files changed, 35 insertions, 1 deletions
diff --git a/app-misc/gtk-theme-switch/Changelog b/app-misc/gtk-theme-switch/Changelog
index 51a8af1b5042..6470f2bf4f07 100644
--- a/app-misc/gtk-theme-switch/Changelog
+++ b/app-misc/gtk-theme-switch/Changelog
@@ -1,7 +1,15 @@
# ChangeLog for app-misc/gtk-theme-switch
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# AUTHOR: José Alberto Suárez López <bass@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/Changelog,v 1.3 2002/06/01 08:47:01 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/Changelog,v 1.4 2002/06/09 23:14:37 seemant Exp $
+
+
+*gtk-theme-switch-2.0.0_rc2 (9 Jun 2002)
+
+ 9 Jun 2002; Seemant Kulleen <seemant@gentoo.org>
+ gtk-theme-switch-2.0.0_rc2.ebuild files/digest-gtk-theme-switch-2.0.0_rc2:
+
+ This is designed to work with GTK+-2 themes
*gtk-theme-switch-1.0.1 (06 may 2002)
diff --git a/app-misc/gtk-theme-switch/files/digest-gtk-theme-switch-2.0.0_rc2 b/app-misc/gtk-theme-switch/files/digest-gtk-theme-switch-2.0.0_rc2
new file mode 100644
index 000000000000..f4ceb214c7c2
--- /dev/null
+++ b/app-misc/gtk-theme-switch/files/digest-gtk-theme-switch-2.0.0_rc2
@@ -0,0 +1 @@
+MD5 5fb0c1b1dcbb8ec9a6e76129d058b181 gtk-theme-switch-2.0.0rc2.tar.gz 13377
diff --git a/app-misc/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2.ebuild b/app-misc/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2.ebuild
new file mode 100644
index 000000000000..b25638f8b509
--- /dev/null
+++ b/app-misc/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2.ebuild,v 1.1 2002/06/09 23:14:37 seemant Exp $
+
+MY_P=${P/_/}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Application for easy change of GTK-Themes"
+SRC_URI="http://www.muhri.net/${MY_P}.tar.gz"
+HOMEPAGE="http://www.muhri.net/nav.php3?node=gts"
+LICENSE="GPL"
+
+DEPEND="=x11-libs/gtk+-2*"
+RDEPEND="${DEPEND}"
+SLOT="2"
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+
+ dobin switch2
+ mv switch.1 switch2.1
+ doman switch2.1
+}