[Lunar-commits] <moonbase> gtk-chtheme: fixed build

Zbigniew Luszpinski zbiggy at lunar-linux.org
Tue Jul 5 00:26:34 CEST 2011


commit a0384d7a384cdada50db0c1e5d4feeb9d45e0ab3
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue Jul 5 00:26:34 2011 +0200

    gtk-chtheme: fixed build
---
 app-themes/gtk-chtheme/BUILD   |    8 ++++----
 app-themes/gtk-chtheme/DETAILS |    7 +++++--
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-themes/gtk-chtheme/BUILD b/app-themes/gtk-chtheme/BUILD
index 27aad50..478df01 100644
--- a/app-themes/gtk-chtheme/BUILD
+++ b/app-themes/gtk-chtheme/BUILD
@@ -1,8 +1,8 @@
 (
 
-        make                &&
-        prepare_install        &&
-        make install
+  patch_it $SOURCE2 1 &&
+  make                &&
+  prepare_install     &&
+  make install
 
 ) > $C_FIFO 2>&1
-
diff --git a/app-themes/gtk-chtheme/DETAILS b/app-themes/gtk-chtheme/DETAILS
index e044c58..0a9382e 100644
--- a/app-themes/gtk-chtheme/DETAILS
+++ b/app-themes/gtk-chtheme/DETAILS
@@ -1,9 +1,12 @@
           MODULE=gtk-chtheme
          VERSION=0.3.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://plasmasturm.org/programs/gtk-chtheme/
+	 SOURCE2=$MODULE-$VERSION-gentoo.patches.bz2
+      SOURCE_URL=http://plasmasturm.org/programs/gtk-chtheme
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:dbea31f4092877e786fe040fae1374238fada94a
-        WEB_SITE=http://plasmasturm.org/programs/gtk-chtheme/
+     SOURCE2_VFY=sha1:21647219dddde4b5084f4365cb81ec1b79c6087f
+        WEB_SITE=http://plasmasturm.org/programs/gtk-chtheme
          ENTERED=20041026
          UPDATED=20041026
            SHORT="This little program lets you change your Gtk+ 2.0 theme."


More information about the Lunar-commits mailing list