--- qdacco-0.8.orig/install_manifest.txt +++ qdacco-0.8/install_manifest.txt @@ -0,0 +1,5 @@ +/usr/lib/libqdaccolib.so +/usr/lib/libqdaccolib.so.0.7 +/usr/lib/libqdaccolib.so.0.7.0 +/usr/bin/qdacco +/usr/bin/textqdacco --- qdacco-0.8.orig/textqdacco.1 +++ qdacco-0.8/textqdacco.1 @@ -0,0 +1,30 @@ +.\" +.TH "TEXTDACCO" "1" "February 2008" "Miguel Gea Milvaques" "User Commands" +.SH "NAME" +textdacco \- text frontend for dacco dictionary +.SH "DESCRIPTION" +textqdacco is a text version offline Dacco Catalan <\-> English dictionary frontend. + Dacco is a free Catalan\-English dictionary and qdacco is a frontend to + use this dictionary. +.SH "USAGE" +\fB\-\-cateng\fR or \fB\-\-engcat\fR Translate from/to Catalan to/from English +.br +\fB\-\-path\fR PATH_TO_DICT Alternate path for dacco dictionary +.br +\fB\-\-debug\fR optional +.br +\fB\-\-silent\fR Do not show the GPL disclaimer +.br +\fB\-\-help\fR Show this help page +.br +.SH "SEE ALSO" +.B qdacco (1) +.SH "AUTHOR" +This manual page was written by Miguel Gea Milvaques xerakko@debian.org +for the Debian system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under the terms +of the GNU General Public License, Version 3 any later version +published by the Free Software Foundation. + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common\-licenses/GPL. --- qdacco-0.8.orig/cmake_install.cmake +++ qdacco-0.8/cmake_install.cmake @@ -0,0 +1,52 @@ +# Install script for directory: /home/xerakko/src/qdacco-0.8 + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + INCLUDE("/home/xerakko/src/qdacco-0.8/lib/cmake_install.cmake") + INCLUDE("/home/xerakko/src/qdacco-0.8/gui/cmake_install.cmake") + INCLUDE("/home/xerakko/src/qdacco-0.8/text/cmake_install.cmake") + +ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY) + +IF(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +ELSE(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +ENDIF(CMAKE_INSTALL_COMPONENT) + +FILE(WRITE "/home/xerakko/src/qdacco-0.8/${CMAKE_INSTALL_MANIFEST}" "") +FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES}) + FILE(APPEND "/home/xerakko/src/qdacco-0.8/${CMAKE_INSTALL_MANIFEST}" "${file}\n") +ENDFOREACH(file) --- qdacco-0.8.orig/debian/qdacco.dirs +++ qdacco-0.8/debian/qdacco.dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/doc/qdacco --- qdacco-0.8.orig/debian/qdacco.desktop +++ qdacco-0.8/debian/qdacco.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +Name=Qdacco dictionary +Name[ca]=Diccionari qdacco +GenericName=Catalan - English Dictionary +GenericName[ca]=Diccionari català - anglès +Comment=Search words in an catalan - english dictionary +Comment[ca]=Cerca paraules en un diccionari català - anglès +Icon=/usr/share/qdacco/qdacco.png +Exec=qdacco +Terminal=false +Categories=Utility;Dictionary; --- qdacco-0.8.orig/debian/libqdaccolib-dev.install +++ qdacco-0.8/debian/libqdaccolib-dev.install @@ -0,0 +1,6 @@ +lib/qdacco/* usr/include/ +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/lib/*.la +usr/share/pkgconfig/* --- qdacco-0.8.orig/debian/libqdaccolib0.7.install +++ qdacco-0.8/debian/libqdaccolib0.7.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- qdacco-0.8.orig/debian/menu +++ qdacco-0.8/debian/menu @@ -0,0 +1,3 @@ +?package(qdacco):needs="X11" section="Applications/Text"\ + title="QDacco" command="/usr/bin/qdacco"\ + icon="/usr/share/qdacco/qdacco.xpm" --- qdacco-0.8.orig/debian/docs +++ qdacco-0.8/debian/docs @@ -0,0 +1,2 @@ +TODO +debian/README.Debian --- qdacco-0.8.orig/debian/qdacco.sgml +++ qdacco-0.8/debian/qdacco.sgml @@ -0,0 +1,134 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Miguel"> + Gea Milvaques"> + + gener 19, 2006"> + + 1"> + xerakko@debian.org"> + + QDACCO"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + dacco english-catalan dictionary frontend + + + + &dhpackage; + + + + + + DESCRIPTION + + This manual page documents briefly the + QDacco command. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + &dhpackage; is a program that is able to search + in the Dacco database to translate from english to catalan o viceversa. + + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + Enable debug mode. + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 3 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + + + --- qdacco-0.8.orig/debian/README.Debian +++ qdacco-0.8/debian/README.Debian @@ -0,0 +1 @@ +The original tarball has been cleaned because it contain binaries, generated files and other unnecessary files. --- qdacco-0.8.orig/debian/rules +++ qdacco-0.8/debian/rules @@ -0,0 +1,107 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + mkdir build + cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr . + # ./configure --prefix=/usr --qtdir=/usr/share/qt4/ + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + docbook-to-man debian/qdacco.sgml > qdacco.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) clean || true + rm -f qdacco.1 + -find . -name CMakeFiles -exec rm -Rf {} \; + -find . -name Makefile -exec rm {} \; + -find . -name CMakeCache.txt -exec rm {} \; + -rm -Rf lib/libqdaccolib.so* gui/qdacco text/textqdacco + rm -Rf build + rm -f conf.log + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/qdacco. + ( cd gui ; $(MAKE) install DESTDIR=$(CURDIR)/debian/qdacco ) + ( cd text ; $(MAKE) install DESTDIR=$(CURDIR)/debian/qdacco ) + ( cd lib ; $(MAKE) install DESTDIR=$(CURDIR)/debian/libqdaccolib0.7 ) + mv $(CURDIR)/debian/libqdaccolib0.7/usr/lib/libqdaccolib.so \ + $(CURDIR)/debian/libqdaccolib-dev/usr/lib/ + dh_install -plibqdaccolib-dev lib/*.h usr/include + dh_install -pqdacco gui/icons/qdacco.* usr/share/qdacco + #dh_install qdacco usr/bin + + #dh_install icons/qdacco.xpm usr/share/qdacco + dh_install -pqdacco gui/qdacco_ca.qm usr/share/qdacco/translations + dh_install -pqdacco debian/qdacco.desktop usr/share/applications + #install -o root -g root -m 0644 changelog.txt debian/qdacco/usr/share/doc/qdacco/changelog + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_desktop + dh_installchangelogs CHANGELOG.txt + dh_installdocs + dh_installmenu + dh_installman -pqdacco qdacco.1 + dh_installman -pqdacco textqdacco.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- qdacco-0.8.orig/debian/libqdaccolib0.7.dirs +++ qdacco-0.8/debian/libqdaccolib0.7.dirs @@ -0,0 +1 @@ +usr/lib --- qdacco-0.8.orig/debian/watch +++ qdacco-0.8/debian/watch @@ -0,0 +1,12 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/dacco/QDacco-linux-(.*)\.tar\.gz + + --- qdacco-0.8.orig/debian/copyright +++ qdacco-0.8/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Miguel Gea Milvaques on +Sun, 22 Jan 2006 10:52:16 +0100. + +It was downloaded from: + http://prdownloads.sourceforge.net/dacco/QDacco-linux-03.tar.gz?download + +Copyright Holder: (c) 2005-2008 Carles Pina i Estany + +License: + * qdacco 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 + * any later version. + * + * qdacco 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 . + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- qdacco-0.8.orig/debian/control +++ qdacco-0.8/debian/control @@ -0,0 +1,36 @@ +Source: qdacco +Section: text +Priority: optional +Maintainer: Miguel Gea Milvaques +Build-Depends: debhelper (>= 4.0.0), docbook-to-man, libqt4-dev, libglib2.0-dev,cmake (>=2.6.0) +Standards-Version: 3.8.0 +Homepage: http://sourceforge.net/project/showfiles.php?group_id=80666 + +Package: qdacco +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, dacco-common +Suggests: festival +Description: offline Dacco Catalan <-> English dictionary frontend (qt) + Dacco is a free Catalan-English dictionary. It gives two versions, one + qt based and other text based. Both are frontends to use the dacco + dictionary. + +Package: libqdaccolib-dev +Section: libdevel +Architecture: any +Depends: libqdaccolib0.7 (= ${binary:Version}), ${misc:Depends} +Description: library for facilitate access to dacco dictionary (devel) + Dacco is a free Catalan-English dictionary and libqdaccolib is a library to + facilitate its integration in applications. + . + This package contains the files needed for development + +Package: libqdaccolib0.7 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library for facilitate access to dacco dictionary (runtime) + Dacco is a free Catalan-English dictionary and libqdaccolib is a library to + facilitate its integration in applications. + . + This package contains the runtime files. + --- qdacco-0.8.orig/debian/compat +++ qdacco-0.8/debian/compat @@ -0,0 +1 @@ +4 --- qdacco-0.8.orig/debian/libqdaccolib-dev.dirs +++ qdacco-0.8/debian/libqdaccolib-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- qdacco-0.8.orig/debian/changelog +++ qdacco-0.8/debian/changelog @@ -0,0 +1,117 @@ +qdacco (0.8-3) unstable; urgency=low + + * Added include to avoid FTBFS with gcc 4.4 (Closes: #505419) + + -- Miguel Gea Milvaques Tue, 17 Feb 2009 23:47:34 +0100 + +qdacco (0.8-2) unstable; urgency=low + + * Added versioned build depend for cmake (>= 2.6.0) in order to + avoid FTBFS in hppa + + -- Miguel Gea Milvaques Thu, 24 Jul 2008 23:06:30 +0200 + +qdacco (0.8-1) unstable; urgency=low + + * New upstream release + + -- Miguel Gea Milvaques Wed, 09 Jul 2008 20:06:32 +0200 + +qdacco (0.7-2) unstable; urgency=low + + * Added include to avoid FTBFS with g++ 4.3 ( Closes: #466968 ). Thanks to + Cyril Brulebois + + -- Miguel Gea Milvaques Wed, 27 Feb 2008 21:28:43 +0100 + +qdacco (0.7-1) unstable; urgency=low + + * New upstream release. + * Package split: qdacco, libqdacco-dev and libqdacco0.7-dev. Now, + it contains a new library and text only version. + * Moved license to gpl-3 or later. + + -- Miguel Gea Milvaques Fri, 08 Feb 2008 18:45:33 +0100 + +qdacco (0.6d-3) unstable; urgency=low + + * Modifictions in rules in order to build twice in a row + * Changed Apps to Applications in menu file + + -- Miguel Gea Milvaques Thu, 06 Sep 2007 20:40:53 +0200 + +qdacco (0.6d-2) unstable; urgency=low + + * Subst make clean with rm in rules to avoid FTBFS in hppa. + + -- Miguel Gea Milvaques Tue, 07 Aug 2007 11:42:51 +0200 + +qdacco (0.6d-1) unstable; urgency=low + + * New upstream release + * Added desktop file (Closes: #428290) + * Lintian clean (subst of -make clean in rules file) + + -- Miguel Gea Milvaques Mon, 06 Aug 2007 12:17:18 +0200 + +qdacco (0.6c-1) unstable; urgency=low + + * New upstream release + * Added Suggests: festival. + + -- Miguel Gea Milvaques Mon, 30 Apr 2007 20:14:57 +0200 + +qdacco (0.5d-1) unstable; urgency=low + + * New upstream release + + -- Miguel Gea Milvaques Fri, 10 Nov 2006 22:11:15 +0100 + +qdacco (0.5c-1) unstable; urgency=medium + + * New upstream release. Closes: #391913 (FTBFS) + + -- Miguel Gea Milvaques Tue, 10 Oct 2006 00:07:11 +0200 + +qdacco (0.5b-1) unstable; urgency=low + + * New upstream release + + -- Miguel Gea Milvaques Mon, 9 Oct 2006 19:10:36 +0200 + +qdacco (0.5a-1) unstable; urgency=low + + * New upstream release + + -- Miguel Gea Milvaques Sun, 8 Oct 2006 20:41:20 +0200 + +qdacco (0.5-1) unstable; urgency=low + + * New upstream release + + -- Miguel Gea Milvaques Fri, 6 Oct 2006 09:51:34 +0200 + +qdacco (0.4-3) unstable; urgency=low + + * Remove FTBFS with gcc 4.1 (Thanks to Martin Michlmayr) Closes: #361331 + + -- Miguel Gea Milvaques Sat, 20 May 2006 01:07:26 +0200 + +qdacco (0.4-2) unstable; urgency=low + + * Changed qdacco menu icon. + + -- Miguel Gea Milvaques Sat, 22 Apr 2006 21:11:29 +0200 + +qdacco (0.4-1) unstable; urgency=low + + * New upstream release + + -- Miguel Gea Milvaques Wed, 12 Apr 2006 23:06:06 +0200 + +qdacco (0.3a-1) unstable; urgency=low + + * Initial release Closes: #345023 + + -- Miguel Gea Milvaques Thu, 19 Jan 2006 15:54:06 +0100 + --- qdacco-0.8.orig/gui/cmake_install.cmake +++ qdacco-0.8/gui/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/xerakko/src/qdacco-0.8/gui + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^()$") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/qdacco") + FILE(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/qdacco" + RPATH "") + ENDIF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/qdacco") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/xerakko/src/qdacco-0.8/gui/qdacco") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/qdacco") + FILE(RPATH_REMOVE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/qdacco") + IF(CMAKE_INSTALL_DO_STRIP) + EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/qdacco") + ENDIF(CMAKE_INSTALL_DO_STRIP) + ENDIF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/qdacco") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^()$") + --- qdacco-0.8.orig/gui/icons/qdacco.xpm +++ qdacco-0.8/gui/icons/qdacco.xpm @@ -0,0 +1,264 @@ +/* XPM */ +static char * qdacco_xpm[] = { +"32 32 229 2", +" c None", +". c #FF1F00", +"+ c #FF3000", +"@ c #FF2D00", +"# c #FF2E00", +"$ c #FF2C00", +"% c #FF3300", +"& c #FF3D00", +"* c #FF3600", +"= c #FF2200", +"- c #FFA000", +"; c #FFFE00", +"> c #FFFF00", +", c #FFFA00", +"' c #FFEB00", +") c #FFC500", +"! c #FF8B00", +"~ c #FF5B00", +"{ c #FF2A00", +"] c #FF2100", +"^ c #FFA600", +"/ c #FFD700", +"( c #FF7800", +"_ c #FF7200", +": c #FFF900", +"< c #FFE400", +"[ c #FF8500", +"} c #FF4000", +"| c #FF3B00", +"1 c #FFA100", +"2 c #FFF100", +"3 c #FFEE00", +"4 c #FFCE00", +"5 c #FFDD00", +"6 c #FFE900", +"7 c #FF6900", +"8 c #FF2300", +"9 c #FF5E00", +"0 c #FF9800", +"a c #FF3100", +"b c #FF4E00", +"c c #FFAD00", +"d c #FF5500", +"e c #E5031A", +"f c #AC0A53", +"g c #E3031B", +"h c #F2010D", +"i c #E2031D", +"j c #FA3104", +"k c #FFF600", +"l c #FFC000", +"m c #FF3900", +"n c #FF9900", +"o c #FFF700", +"p c #FFF800", +"q c #FFA400", +"r c #FF4100", +"s c #F4010A", +"t c #661399", +"u c #1E1CE1", +"v c #7F0F7F", +"w c #BA0844", +"x c #6A1295", +"y c #E41F1A", +"z c #FFD300", +"A c #FFDB00", +"B c #FF3E00", +"C c #FFBA00", +"D c #FFFD00", +"E c #FF6200", +"F c #A60B59", +"G c #101EEF", +"H c #071EF8", +"I c #1F1CE0", +"J c #8E0E70", +"K c #4118BE", +"L c #E0121E", +"M c #FFA300", +"N c #FFE800", +"O c #FF5600", +"P c #FF6B00", +"Q c #FFE600", +"R c #FFFB00", +"S c #F0020E", +"T c #5115AE", +"U c #70118F", +"V c #F50109", +"W c #7C1082", +"X c #5315AC", +"Y c #B2094C", +"Z c #FC0603", +"` c #FF7A00", +" . c #FF8800", +".. c #FF3500", +"+. c #FFAE00", +"@. c #FFFC00", +"#. c #FFE100", +"$. c #FF5800", +"%. c #C60738", +"&. c #3C18C3", +"*. c #D70527", +"=. c #FF0000", +"-. c #E1031E", +";. c #3419CB", +">. c #DE0421", +",. c #FFEC00", +"'. c #FF7100", +"). c #FF8400", +"!. c #A90A56", +"~. c #5515A9", +"{. c #E80316", +"]. c #F80006", +"^. c #3E18C1", +"/. c #EB0214", +"(. c #FF4700", +"_. c #FFD200", +":. c #FF3800", +"<. c #FF5100", +"[. c #FFE700", +"}. c #FF9F00", +"|. c #FE0001", +"1. c #A00B5E", +"2. c #70128E", +"3. c #F60109", +"4. c #F90005", +"5. c #4616B9", +"6. c #FFB900", +"7. c #FFE000", +"8. c #FF5900", +"9. c #FFCC00", +"0. c #9A0C64", +"a. c #800F7E", +"b. c #F90106", +"c. c #4716B8", +"d. c #FC0003", +"e. c #FF9D00", +"f. c #FF6D00", +"g. c #771187", +"h. c #F70107", +"i. c #C80737", +"j. c #5315AB", +"k. c #FF7000", +"l. c #FF8F00", +"m. c #FF2000", +"n. c #FF8100", +"o. c #FF6A00", +"p. c #A00B5F", +"q. c #5016AF", +"r. c #EA0214", +"s. c #F80106", +"t. c #771088", +"u. c #65139A", +"v. c #FF3C00", +"w. c #FFEF00", +"x. c #FFC200", +"y. c #FF7D00", +"z. c #FFF400", +"A. c #FF8200", +"B. c #1D1CE2", +"C. c #BD0841", +"D. c #BE0841", +"E. c #261BD9", +"F. c #791086", +"G. c #FFE200", +"H. c #FF7300", +"I. c #FFA500", +"J. c #D5052A", +"K. c #3A18C5", +"L. c #0020FF", +"M. c #0D1EF2", +"N. c #4C16B3", +"O. c #8F0E70", +"P. c #FF4800", +"Q. c #FF7700", +"R. c #FFB000", +"S. c #F80107", +"T. c #960D69", +"U. c #321ACC", +"V. c #791185", +"W. c #8E0E71", +"X. c #A70B57", +"Y. c #FF7500", +"Z. c #FF8700", +"`. c #F1010D", +" + c #C3073C", +".+ c #E50319", +"++ c #8C0E72", +"@+ c #BE0840", +"#+ c #FF3F00", +"$+ c #FFC900", +"%+ c #EF010F", +"&+ c #761189", +"*+ c #D4052A", +"=+ c #FF4A00", +"-+ c #FFCD00", +";+ c #FF4400", +">+ c #FF5400", +",+ c #FFAF00", +"'+ c #FF7600", +")+ c #5F14A0", +"!+ c #FFEA00", +"~+ c #FFDE00", +"{+ c #E1031D", +"]+ c #900E6E", +"^+ c #2F1AD0", +"/+ c #920D6C", +"(+ c #FF4D00", +"_+ c #FFA700", +":+ c #C2073C", +"<+ c #0220FD", +"[+ c #271BD8", +"}+ c #CC0633", +"|+ c #FF3200", +"1+ c #FFE500", +"2+ c #FFD900", +"3+ c #FF6000", +"4+ c #CD0531", +"5+ c #3818C7", +"6+ c #3918C6", +"7+ c #62139C", +"8+ c #E90215", +"9+ c #FFF500", +"0+ c #FFB600", +"a+ c #FF6E00", +"b+ c #ED0211", +"c+ c #FF2500", +"d+ c #FF4500", +"e+ c #FF4B00", +"f+ c #FF2900", +" ", +" ", +" ", +" . + @ # # # $ % & * . ", +" = - ; > > > > , ' ) ! ~ { ", +" ] ^ > > > > > > > > > / ( & ", +" . _ : > > > > > > > > ; < [ } ", +" | 1 2 > > 3 4 5 > > > ; 6 7 ", +" 8 9 > > 0 a & b c 2 > > / d ", +" e f g h i j k > l $ 8 m n o > p q r ", +" s t u v w x y z > A a B C D > 5 E ", +" F G H I J K L M > N O P Q > R q . ", +" S T U V W X Y Z ` D k . ..+.@.> #.$. ", +" %.&.*.=.-.;.>. 7 ,.; M @ '.k > R ). ", +" !.~.{. ].^./. (._.> l :. <.[.> > }. ", +" |.1.2.3. 4.5.V { 6.> 7.8. * ) > > 9. ", +" |.0.a.b. s c.d. e.@.R f. . 0 > > < $. ", +" |.0.g.h. i.j. k.k > l.m. n.; > 3 o. ", +" |.p.q.r.s.t.u. v.w.> x.+ y.o > z.A. ", +" !.B.C.D.E.F. + G.> 3 m H.2 > p I. ", +" J.K.L.M.N.O. # c > > P. Q.o > , R. ", +" S.T.U.V.W.X. . Y.> > y. ] Z.; > , R. ", +" `. +.+++@+ 8.R > R. m.#+$+> > o - ", +" %+&+*+ 8 =+< > -+P.;+>+,+p > > 2 '+ ", +" 3.)+.+|. * 9.> > @.!+!+D > > > > ~+~ ", +" {+]+^+/+{. (+2 > > > > > > > > > > _+ ", +" =.:+<+L.[+}+ |+1+> > > > > > > > ; 2+3+ ", +" =.4+5+6+7+8+ { Z.9+> > > > > D Q 0+a+ ", +" `.r.r.b+ c+@ + ..B d+e+<.b f+ ", +" ", +" ", +" "}; --- qdacco-0.8.orig/text/cmake_install.cmake +++ qdacco-0.8/text/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/xerakko/src/qdacco-0.8/text + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^()$") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/textqdacco") + FILE(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/textqdacco" + RPATH "") + ENDIF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/textqdacco") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/xerakko/src/qdacco-0.8/text/textqdacco") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/textqdacco") + FILE(RPATH_REMOVE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/textqdacco") + IF(CMAKE_INSTALL_DO_STRIP) + EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/textqdacco") + ENDIF(CMAKE_INSTALL_DO_STRIP) + ENDIF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/textqdacco") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^()$") + --- qdacco-0.8.orig/text/textdacco.cpp +++ qdacco-0.8/text/textdacco.cpp @@ -20,6 +20,7 @@ #include "textdacco.h" +#include int main(int argc, char *argv[]) { //int flags, opt; --- qdacco-0.8.orig/lib/cmake_install.cmake +++ qdacco-0.8/lib/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /home/xerakko/src/qdacco-0.8/lib + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^(Unspecified)$") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/qdacco" TYPE FILE FILES + "/home/xerakko/src/qdacco-0.8/lib/qdacco/auxiliar.h" + "/home/xerakko/src/qdacco-0.8/lib/qdacco/StructureList.h" + "/home/xerakko/src/qdacco-0.8/lib/qdacco/StructureParser.h" + "/home/xerakko/src/qdacco-0.8/lib/qdacco/worddata.h" + ) +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^(Unspecified)$") + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^()$") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libqdaccolib.so.0.7.0") + FILE(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libqdaccolib.so.0.7.0" + RPATH "") + ENDIF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libqdaccolib.so.0.7.0") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES + "/home/xerakko/src/qdacco-0.8/lib/libqdaccolib.so.0.7.0" + "/home/xerakko/src/qdacco-0.8/lib/libqdaccolib.so.0.7" + "/home/xerakko/src/qdacco-0.8/lib/libqdaccolib.so" + ) + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libqdaccolib.so.0.7.0") + IF(CMAKE_INSTALL_DO_STRIP) + EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libqdaccolib.so.0.7.0") + ENDIF(CMAKE_INSTALL_DO_STRIP) + ENDIF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libqdaccolib.so.0.7.0") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" MATCHES "^()$") + --- qdacco-0.8.orig/lib/worddata.cpp +++ qdacco-0.8/lib/worddata.cpp @@ -20,6 +20,7 @@ */ #include +#include WordData::WordData() { num=0; --- qdacco-0.8.orig/lib/auxiliar.cpp +++ qdacco-0.8/lib/auxiliar.cpp @@ -24,6 +24,7 @@ #define AUXILIAR_CPP #include +#include //Variables to adjust int Auxiliar::debugLevel=1;