[Xfce4-commits] <thunarx-python:master> Don't need this anymore

Adam Plumb noreply at xfce.org
Thu May 27 18:10:44 CEST 2010


Updating branch refs/heads/master
         to 9b8f113cf72e5e7189a7cda2298046c94bddd559 (commit)
       from bdf3c79147d499e8499f4d1c37c1c1e80d846ab8 (commit)

commit 9b8f113cf72e5e7189a7cda2298046c94bddd559
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Wed Dec 16 13:06:06 2009 -0500

    Don't need this anymore

 src/generate-defs.sh |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/generate-defs.sh b/src/generate-defs.sh
deleted file mode 100755
index 9b10fd4..0000000
--- a/src/generate-defs.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-THUNAR_INCLUDEDIR=`pkg-config --variable=includedir thunarx-2`/thunarx-2/thunarx
-CODEGEN=`pkg-config --variable=codegendir pygtk-2.0`/h2def.py
-
-python $CODEGEN ${THUNAR_INCLUDEDIR}/*.h > thunarx.defs
-#python $CODEGEN ${THUNAR_INCLUDEDIR}/thunarx-file-info.h >> thunarx.defs
-#python $CODEGEN "${THUNAR_INCLUDEDIR}/thunarx-preferences-provider.h" >> thunarx.defs
-#python $CODEGEN "${THUNAR_INCLUDEDIR}/thunarx-property-page.h" >> thunarx.defs
-#python $CODEGEN "${THUNAR_INCLUDEDIR}/thunarx-property-page-provider.h" >> thunarx.defs
-#python $CODEGEN "${THUNAR_INCLUDEDIR}/thunarx-provider-factory.h" >> thunarx.defs
-#python $CODEGEN "${THUNAR_INCLUDEDIR}/thunarx-provider-plugin.h" >> thunarx.defs
-#python $CODEGEN "${THUNAR_INCLUDEDIR}/thunarx-renamer.h" >> thunarx.defs
-#python $CODEGEN "${THUNAR_INCLUDEDIR}/thunarx-renamer-provider.h" >> thunarx.defs
-
-
-sed -i 's|define-object|define-interface|g' thunarx.defs



More information about the Xfce4-commits mailing list