[Lunar-commits] <moonbase> gtk-chtheme: move it from x11-apps dir to the app-themes dir.
Florin Braescu
florin at lunar-linux.org
Sun Jan 11 23:53:31 CET 2009
commit 1372a554778183f3688f16dc99c90c6546ae779f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jan 12 00:53:31 2009 +0200
gtk-chtheme: move it from x11-apps dir to the app-themes dir.
---
app-themes/gtk-chtheme/BUILD | 8 ++++++++
app-themes/gtk-chtheme/DEPENDS | 1 +
app-themes/gtk-chtheme/DETAILS | 16 ++++++++++++++++
x11-utils/gtk-chtheme/BUILD | 8 --------
x11-utils/gtk-chtheme/DEPENDS | 1 -
x11-utils/gtk-chtheme/DETAILS | 16 ----------------
6 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/app-themes/gtk-chtheme/BUILD b/app-themes/gtk-chtheme/BUILD
new file mode 100644
index 0000000..27aad50
--- /dev/null
+++ b/app-themes/gtk-chtheme/BUILD
@@ -0,0 +1,8 @@
+(
+
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
+
diff --git a/app-themes/gtk-chtheme/DEPENDS b/app-themes/gtk-chtheme/DEPENDS
new file mode 100644
index 0000000..4e7f959
--- /dev/null
+++ b/app-themes/gtk-chtheme/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
\ No newline at end of file
diff --git a/app-themes/gtk-chtheme/DETAILS b/app-themes/gtk-chtheme/DETAILS
new file mode 100644
index 0000000..e044c58
--- /dev/null
+++ b/app-themes/gtk-chtheme/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=gtk-chtheme
+ VERSION=0.3.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://plasmasturm.org/programs/gtk-chtheme/
+ SOURCE_VFY=sha1:dbea31f4092877e786fe040fae1374238fada94a
+ WEB_SITE=http://plasmasturm.org/programs/gtk-chtheme/
+ ENTERED=20041026
+ UPDATED=20041026
+ SHORT="This little program lets you change your Gtk+ 2.0 theme."
+cat << EOF
+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.
+EOF
diff --git a/x11-utils/gtk-chtheme/BUILD b/x11-utils/gtk-chtheme/BUILD
deleted file mode 100644
index 27aad50..0000000
--- a/x11-utils/gtk-chtheme/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
-
diff --git a/x11-utils/gtk-chtheme/DEPENDS b/x11-utils/gtk-chtheme/DEPENDS
deleted file mode 100644
index 4e7f959..0000000
--- a/x11-utils/gtk-chtheme/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gtk+-2
\ No newline at end of file
diff --git a/x11-utils/gtk-chtheme/DETAILS b/x11-utils/gtk-chtheme/DETAILS
deleted file mode 100644
index e044c58..0000000
--- a/x11-utils/gtk-chtheme/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=gtk-chtheme
- VERSION=0.3.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://plasmasturm.org/programs/gtk-chtheme/
- SOURCE_VFY=sha1:dbea31f4092877e786fe040fae1374238fada94a
- WEB_SITE=http://plasmasturm.org/programs/gtk-chtheme/
- ENTERED=20041026
- UPDATED=20041026
- SHORT="This little program lets you change your Gtk+ 2.0 theme."
-cat << EOF
-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.
-EOF
More information about the Lunar-commits
mailing list