debian/0000755000000000000000000000000011605231116007162 5ustar debian/control0000644000000000000000000000116411602516410010567 0ustar Source: cortina Section: gnome Priority: optional Maintainer: Wences Arana Build-Depends: debhelper (>= 7.0.50~), libgconf2-dev (>= 2.28), libqt4-dev (>= 4:4.6), libglib2.0-dev (>= 2.12) Standards-Version: 3.9.2 Homepage: https://launchpad.net/cortina Package: cortina Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gconf2 (>= 2.28) Description: Wallpaper changer for gnome Cortina can rotate wallpapers by time and works as an tray application with an configuration interface. Is a simple wallpaper changer for GNOME desktop, lightweight and perform all its task quicky and swiftly. debian/rules0000755000000000000000000000166611602513300010246 0ustar #!/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 %: dh $@ override_dh_build: dh_testdir dh_auto_configure /usr/share/qt4/bin/uic widget.ui -o widget.h qmake-qt4 Cortina.pro -spec linux-g++ -r $(make) override_dh_auto_configure: # qmake-qt4 -makefile -nocache "QMAKE_CFLAGS_RELEASE=-g -O2" "QMAKE_CXXFLAGS_RELEASE=-g -O2" QMAKE_LFLAGS_RELEASE=-Wl,-Bsymbolic-functions QMAKE_STRIP=: PREFIX=/usr qmake-qt4 -makefile -nocache "QMAKE_CFLAGS_RELEASE=-g -O2" "QMAKE_CXXFLAGS_RELEASE=-g -O2" QMAKE_LFLAGS_RELEASE=-Wl,-Bsymbolic-functions #QMAKE_STRIP=: PREFIX=/usr debian/watch0000644000000000000000000000006711602475070010224 0ustar version=3 http://sf.net/cortina/cortina-(.*)\.tar\.gz debian/changelog0000644000000000000000000000023111602253562011036 0ustar cortina (0.7.3-1) unstable; urgency=low * Initial release (Closes: #586378) -- Wences Arana Mon, 27 Jun 2011 22:20:22 -0600 debian/compat0000644000000000000000000000000211602253215010361 0ustar 7 debian/source/0000755000000000000000000000000011602255733010472 5ustar debian/source/format0000644000000000000000000000001411602253215011671 0ustar 3.0 (quilt) debian/cortina.manpages0000644000000000000000000000001511602516305012335 0ustar man/cortina.1debian/patches/0000755000000000000000000000000011603004051010603 5ustar debian/patches/encoding.patch0000644000000000000000000000047111602516642013431 0ustar Description: This patch removes the deprecate encoding key Forwarded: No Author: Wences Arana Last-Update: 2011-06-28 --- a/cortina.desktop +++ b/cortina.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=Cortina Comment=Manage your desktop wallpapers Exec=/usr/bin/cortina debian/patches/install.patch0000644000000000000000000000150511603003417013300 0ustar Description: This patch sets location to install everything and fixes bug in non i386 architectures Forwarded: No Author: Wences Arana Last-Update: 2011-06-28 --- a/Cortina.pro +++ b/Cortina.pro @@ -17,7 +17,8 @@ debug #no_keywords PKGCONFIG += gconf-2.0 \ -glib-2.0 +glib-2.0 \ +gobject-2.0 QT = core \ network \ gui @@ -50,14 +51,15 @@ po/tr.ts \ po/uk.ts \ po/zh_CN.ts -icon.path = debian/cortina/usr/share/pixmaps +icon.path = /usr/share/pixmaps icon.files += cortina.svg \ cortina2.svg -target.path = debian/cortina/usr/bin +target.path = /usr/bin target.files = cortina -desktop.path = debian/cortina/usr/share/applications +desktop.path = /usr/share/applications desktop.files = cortina.desktop CODECFORSRC = UTF-8 RESOURCES += \ rc.qrc +INSTALLS += target icon desktop debian/patches/typo.patch0000644000000000000000000000112511602517544012635 0ustar Description: Fixing typo in option Forwarded: No Author: Wences Arana Last-Update: 2011-06-28 --- a/widget.cpp +++ b/widget.cpp @@ -487,7 +487,7 @@ Settings->setValue("timeEdit", ui->timeEdit->time()); Settings->setValue("comboBox_wpstyle", ui->comboBox_wpstyle->currentIndex()); if(Settings->isWritable() == false) { - qDebug() << "Cant save Settings, because the path is not writeable: " << Settings->fileName(); + qDebug() << "Cant save Settings, because the path is not writable: " << Settings->fileName(); } Settings->sync(); } debian/patches/series0000644000000000000000000000005011602517410012022 0ustar typo.patch encoding.patch install.patch debian/copyright0000644000000000000000000000365011602255553011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: cortina Maintainer: Wences Arana Source: https://launchpad.net/cortina Files: * Copyright: 2010, 2011 Eric Baudach License:GPL-3 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 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 program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: 2011, Wences Arana License: GPL-3+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the full text of the GNU General Public License version 3 can be found in the file '/usr/share/common-licenses/GPL-3'.