debian/0000755000000000000000000000000011527722633007176 5ustar debian/source/0000755000000000000000000000000011516062610010464 5ustar debian/source/format0000644000000000000000000000001411516062610011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211516061644010370 0ustar 7 debian/changelog0000644000000000000000000000050411516115764011046 0ustar tuxcards (2.2.1-0ubuntu2) natty; urgency=low * Updated maintainer field -- Brian Thomason Thu, 20 Jan 2011 15:32:42 -0500 tuxcards (2.2.1-0ubuntu1) natty; urgency=low * Initial release (LP: #497770) -- Brian Thomason Thu, 20 Jan 2011 11:32:32 -0500 debian/install0000644000000000000000000000017011516070746010564 0ustar tuxcards usr/bin src/icons/attic/lo32-app-tuxcards.xpm usr/share/pixmaps debian/tuxcards.desktop usr/share/applications debian/tuxcards.10000644000000000000000000000063211516074144011111 0ustar .TH TUXCARDS 1 "v\ 2.2.1" "Thu, January 20, 2011" "User\ Commands" .SH NAME .B TuxCards \- Note and Idea Manager .SH SYNOPSIS tuxcards .br .SH OPTIONS .SH DESCRIPTION hierarchical notebook to enter and manage notes and ideas .br .SH VERSION This documentation describes .B TuxCards version 2.2.1 .SH "SEE ALSO" http://www.tuxcards.de/ .SH AUTHOR .br .B Alexander Theel .br .I \ debian/manpages0000644000000000000000000000002211516072757010711 0ustar debian/tuxcards.1 debian/watch0000644000000000000000000000007011516071272010216 0ustar version=3 http://sf.net/tuxcards/tuxcards-(.+)\.tar\.gz debian/copyright0000644000000000000000000000271511516062045011126 0ustar This work was packaged for Debian by: Brian Thomason on Thu, 20 Jan 2011 11:32:32 -0500 It was downloaded from: http://www.tuxcards.de/ Upstream Author: Alexander Theel Copyright: Copyright (C) 2003 by Alexander Theel License: This package 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 2 of the License, or (at your option) any later version. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is: Copyright (C) 2011 Brian Thomason 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 2 of the License, or (at your option) any later version. debian/control0000644000000000000000000000124711516115747010605 0ustar Source: tuxcards Section: text Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Brian Thomason Build-Depends: debhelper (>= 7.4.12), libqt4-dev (>= 4.6) Standards-Version: 3.9.1 Homepage: http://www.tuxcards.de/ Package: tuxcards Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: hierarchical notebook for note and idea management TuxCards is a hierarchical notebook to enter and manage every kind of note and idea in a structured manner. With TuxCards you have a tool at your hand to free your mind by creating notes using rich text and images. debian/rules0000755000000000000000000000020011516075073010243 0ustar #!/usr/bin/make -f %: dh $@ override_dh_fixperms: chmod 644 $(CURDIR)/debian/tuxcards/usr/share/pixmaps/*.xpm dh_fixperms debian/patches/0000755000000000000000000000000011516072340010614 5ustar debian/patches/series0000644000000000000000000000002511516066246012036 0ustar change-settings-path debian/patches/change-settings-path0000644000000000000000000000246711516072340014565 0ustar # From: Brian Thomason # Subject: change settings path from cwd to ~ --- tuxcards-2.2.1.orig/src/CTuxCardsConfiguration.cpp +++ tuxcards-2.2.1/src/CTuxCardsConfiguration.cpp @@ -49,7 +49,7 @@ void CTuxCardsConfiguration::readConfigu { // set default options just to be sure; if the config-file // might not be there or version 0.4 was used before - QSettings settings( TUX_CONFIG_FILE, QSettings::IniFormat ); + QSettings settings( QDir::homePath() + QString("/") + QString(TUX_CONFIG_FILE), QSettings::IniFormat ); // Do not use a group "General" because in newer Qt-Versions this would be treated as // group "%General". All set keys without a group are automatically put into "General". @@ -143,7 +143,7 @@ void CTuxCardsConfiguration::saveToFile( { // -- write to config-file ".tuxcards" --------------------------- // "Version" is the version of this program (not the version of a datafile) - QSettings settings( TUX_CONFIG_FILE, QSettings::IniFormat ); + QSettings settings( QDir::homePath() + QString("/") + QString(TUX_CONFIG_FILE), QSettings::IniFormat ); // Do not use a group "General" because in newer Qt-Versions this would be treated as // group "%General". All set keys without a group are automatically put into "General". debian/tuxcards.desktop0000644000000000000000000000036611516074721012427 0ustar [Desktop Entry] Version=1.0 Name=TuxCards GenericName=Note and Idea Manager Comment=hierarchical notebook to enter and manage notes and ideas Exec=tuxcards %f Terminal=false Icon=lo32-app-tuxcards Type=Application Categories=Application;Utility;