From: Michael Tremer Date: Fri, 1 Mar 2013 12:37:42 +0000 (+0100) Subject: qtermwidget: Remove package. X-Git-Tag: pango~280 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d443d46570007d68b73546a04b686641c7dc040;p=people%2Fstevee%2Fipfire-3.x.git qtermwidget: Remove package. --- diff --git a/qtermwidget/patches/shared.patch b/qtermwidget/patches/shared.patch deleted file mode 100644 index cdef77d60..000000000 --- a/qtermwidget/patches/shared.patch +++ /dev/null @@ -1,46 +0,0 @@ -Index: qtermwidget/lib/lib.pro -=================================================================== ---- qtermwidget.orig/lib/lib.pro -+++ qtermwidget/lib/lib.pro -@@ -4,7 +4,7 @@ DESTDIR = .. - - TARGET = qtermwidget - --CONFIG += qt debug_and_release warn_on build_all staticlib #dll -+CONFIG += qt debug_and_release warn_on build_all #dll - - QT += core gui - -@@ -42,7 +42,3 @@ SOURCES = TerminalCharacterDecoder.cpp - Session.cpp ShellCommand.cpp \ - qtermwidget.cpp - -- -- -- -- -\ Dosya sonunda yenisatır yok. -Index: qtermwidget/src/src.pro -=================================================================== ---- qtermwidget.orig/src/src.pro -+++ qtermwidget/src/src.pro -@@ -10,11 +10,11 @@ MOC_DIR = ../.moc - CONFIG(debug, debug|release) { - OBJECTS_DIR = ../.objs_d - TARGET = consoleq_d -- LIBS += -L.. ../libqtermwidget_d.a -+ LIBS += -L.. ../libqtermwidget_d.so - } else { - OBJECTS_DIR = ../.objs - TARGET = consoleq -- LIBS += -L.. ../libqtermwidget.a -+ LIBS += -L.. ../libqtermwidget.so - } - - SOURCES = main.cpp -@@ -24,4 +24,3 @@ INCLUDEPATH = ../lib - #LIBS += -L.. -lqtermwidget - - -- -\ Dosya sonunda yenisatır yok. diff --git a/qtermwidget/qtermwidget.nm b/qtermwidget/qtermwidget.nm deleted file mode 100644 index fd95ab54d..000000000 --- a/qtermwidget/qtermwidget.nm +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = qtermwidget -version = 0.1 -release = 3 - -groups = /Tools -url = http://qtermwidget.sourceforge.net/ -license = GPLv2 -summary = A QT4 terminal emulation widget. - -description - QTermWidget is an opensource project based on KDE4 Konsole - application. The main goal of this project is to provide - unicode-enabled, embeddable QT4 widget for using as a built-in - console (or terminal emulation widget). -end - -source_dl = http://sourceforge.net/projects/%{name}/files/sources/%{version}/ - -build - requires - gcc-c++ - python-devel - qt-devel - end - - DIR_APP = %{DIR_SRC}/%{name} - - # XXX Why do we have to set this flag here ? - export QMAKESPEC=linux-g++ - - build - qmake - make #%{PARALLELISMFLAGS} - end - - install - # Install headers - mkdir -pv %{BUILDROOT}/usr/include/%{name} - cp -vf lib/*.h %{BUILDROOT}/usr/include/%{name} - - # Only install the library - mkdir -pv %{BUILDROOT}%{libdir} - cp -vf libqtermwidget.so.0 %{BUILDROOT}%{libdir} - ln -svf libqtermwidget.so.0 %{BUILDROOT}%{libdir}/libqtermwidget.so - end -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end