[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. cb80ff8c06e34e34cd88cee1e2ba8b569d27ef4f
Eugeniy Meshcheryakov
eugen at debian.org
Wed Apr 2 12:16:53 UTC 2008
The following commit has been merged in the master branch:
commit 3ee10f7388d49f5f33f3199d215bb16350f3e09f
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Wed Apr 2 14:08:32 2008 +0200
remove 'ufondue'
diff --git a/src/src.rules b/src/src.rules
index 5c5c8d5..93cae5e 100644
--- a/src/src.rules
+++ b/src/src.rules
@@ -1,11 +1,3 @@
-if RUBY_SUPPORT
-bin_PROGRAMS += src/ufondue
-
-src_ufondue_SOURCES = src/ufondue.cxx
-src_ufondue_CPPFLAGS = $(ruby_CFLAGS) $(QtCore_CFLAGS)
-src_ufondue_LDADD = libfondueruby.a libfonduenongui.a $(ruby_LIBS) $(QtCore_LIBS)
-endif
-
bin_PROGRAMS += src/fondue
src_fondue_SOURCES = src/main.cxx
diff --git a/src/ufondue.cxx b/src/ufondue.cxx
deleted file mode 100644
index f0ade8d..0000000
--- a/src/ufondue.cxx
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Copyright © 2007 Євгеній Мещеряков <eugen at debian.org>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include <QCoreApplication>
-#include <ruby.h>
-
-#include "ruby_bindings.h"
-
-int main(int argc, char **argv)
-{
- QCoreApplication app(argc, argv);
- int state;
-
- RUBY_INIT_STACK;
- ruby_init();
- ruby_init_loadpath();
- addRubyBindings();
- ruby_script("conv");
- rb_load_protect(rb_str_new2("conv.rb"), 0, &state);
- ruby_cleanup(state);
- return 0;
-}
-
--
Fondue Font Editor
More information about the fondue-commits
mailing list