debian/0000755000000000000000000000000012121525411007160 5ustar debian/idesk.10000644000000000000000000000213212121525303010337 0ustar .TH IDESK "1" "Sep 2005" .SH NAME idesk \- display program shortcuts as icons on desktop .SH SYNOPSIS .B idesk .SH DESCRIPTION \fBidesk\fP can define shortcuts for several programs and display these icons with a short description on the desktop. It can use PNG images as icon source including transparency support and supports using antialiased fonts. .PP Options for \fBidesk\fP are stored in ascii files in the home directory, see section \fIFILES\fP for more infos. .PP \fBTip\fP: to reload the settings double click with the middle mouse button on any off the icons. .SH FILES The main configuration file is called \fI.ideskrc\fP and must reside in the users home-directory (~/.ideskrc). The icons are loaded from \fIlnk-files\fP, which must placed in \fI~/.idesktop/*.lnk\fP. .PP Sample configuration files can be found in \fI/usr/share/idesk/\fP. These files contains all available options. Please you must read them. .SH AUTHOR This manual page was written by Thorsten Sauter , for the Debian GNU/Linux system and modified by Anibal Avelar for the new version. debian/dirs0000644000000000000000000000004212121525303010040 0ustar usr/bin usr/share usr/share/idesk debian/idesk.manpages0000644000000000000000000000001712121525303011772 0ustar debian/idesk.1 debian/watch0000644000000000000000000000023512121525303010211 0ustar # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # http://sf.net/idesk idesk-([\d\.]+)\.tar\.bz2 debian/rules0000755000000000000000000000100512121525303010234 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess dh_auto_configure override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess config.cache/status override_dh_installchangelogs: dh_installchangelogs ChangeLog %: dh $@ # End of file debian/changelog0000644000000000000000000002014212121525303011031 0ustar idesk (0.7.5-5) unstable; urgency=low * QA upload. - Move to packaging format "3.0 (quilt)". - Use hardened build flags http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags * src/DesktopConfig.cpp - Restore original upstream/0.7.5 and move changes to patch 20. See 0.7.5-4.2 and FTBFS fix #624983. * debian/compat - Update to 9. * debian/control - (Build-Depends): Update to debhelper 9. - (Description): Add paragraph break. - (Maintainer): Set to QA group. - (Standards-Version): Update to 3.9.4 - (Sugggest): New; x11-utils, due to use of xmessage in examples. * debian/copyright - Update to format 1.0. * debian/idesk.menu - (section): Update to "Applications/System/Administration" (Closes: #587682). * debian/patches: - (10): New. Change from Xdialog to xmessage (Closes: #552572). - (20): New. FTBFS fix from previous Debian release. * debian/rules - Update to dh(1). * debian/source/format - New file. -- Jari Aalto Fri, 15 Mar 2013 08:27:26 +0200 idesk (0.7.5-4.2) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: DesktopConfig.cpp:134:40: error: no matching function for call to 'stat::stat(const char*, stat*)'": apply patch from brian m. carlson: include the sys/stat.h header. Closes: #624983, #591363 LP: #592602 -- gregor herrmann Sun, 02 Oct 2011 14:17:13 +0200 idesk (0.7.5-4.1) unstable; urgency=low [ Jari Aalto ] * Non-maintainer upload. * debian/chnagelog - Delete EOL whitespaces. * debian/compat - Update from deprecated 4 to 7 (W: Lintian). * debian/control - (Build-Depends): update obsolete xutils to xutils-dev (important; Closes: #575657). Update to debhelper 7. Add autotools-dev due to config.* commads in debian/rules. Delete EOL whitespaces. - (Depends): Add ${misc:Depends} for debhelper (W: Lintian). - (Standards-Version): Update to 3.8.4. * debian/rules - (install): Update "dh_clean -k" to dh_prep (W: Lintian). -- Jari Aalto Sun, 02 May 2010 10:10:52 +0300 idesk (0.7.5-4) unstable; urgency=low * Updated with Standards-Version 3.7.3 * Added the Homepage field inside the source stanza on debian/control. * Added the dependency to the libxt-dev package for xorg transition. * Cleaned the debian/copyright file with minor details. * Added a debian/watch file. * Changed the debian/idesk.menu to point to the correct section. -- Anibal Avelar Sun, 10 Feb 2008 19:03:39 -0500 idesk (0.7.5-3) unstable; urgency=low * debian/control: - update standards version. * Fixed an error in manpage. Thanks to Martin Michlmayr. -- Anibal Avelar (Fixxxer) Tue, 13 Jun 2006 23:27:39 -0500 idesk (0.7.5-2) unstable; urgency=low * Fixed the poor grammar in description, closes: #351474 * Fixed an error in examples/default.lnk file. The path was wrong. -- Anibal Avelar (Fixxxer) Sun, 12 Feb 2006 23:27:39 -0500 idesk (0.7.5-1) unstable; urgency=low * New upstream version. * Problem with startup notification support (option --enable-libsn). The idesk-0.7.4 chrashes after starting xmms. This bug was reported by Gentoo users. If you don't have the support for statup notification the program works well. The bug was fixed. * When you click with mouse either for reload Idesk or run a program, and you don't move the mouse of position then all icons stay with a glow effect how they had obtained the focus (all in the same time), they back to the normal state if you pass the mouse through the each icon. The bug was solved. * Fixed other minor bugs. -- Anibal Avelar (Fixxxer) Sat, 21 Jan 2006 22:27:39 -0500 idesk (0.7.4-2) unstable; urgency=high * Fixed the problem with the desktop background, closes: #338281 * Fixed other minor bugs. -- Anibal Avelar (Fixxxer) Sun, 13 Nov 2005 3:27:39 -0500 idesk (0.7.4-1) unstable; urgency=low * New upstream version. * Many new features (how a complete image background support). * Support for Esetroot. * Fixed many other minor bugs. * Fixed a problem with the Idesk source (configure.in file) for avoid the xlibs-dev packages dependencies. -- Anibal Avelar (Fixxxer) Wed, 2 Nov 2005 11:46:39 -0500 idesk (0.7.3-2) unstable; urgency=low * Fix idesk should be arch: any, closes: #316263 * Fix error in examples/default.lnk file. The path was wrong. -- Anibal Avelar (Fixxxer) Wed, 29 Jun 2005 23:33:39 -0500 idesk (0.7.3-1) unstable; urgency=low * New upstream release, closes: #291932 * Fixed the older bug for graphical glitch (repeatable), (Closes: #227019) * Fixed many other bugs. Fixed the bug, when the Caption attribute is empty string. Fixed the problem with SnapShadow has the true value. * The SVG support was remove because not implemented in Imlib2 yet. * Added the GNU configure and build system for Idesk. * Porting from Imlib to Imlib2 ready. * Etc. -- Anibal Avelar (Fixxxer) Wed, 28 Jun 2005 23:33:39 -0500 idesk (0.5.6-4) unstable; urgency=high * Fix error in manpage. Thanks to Jari. (Closes: #270950) This is a minor bug, but I hope this will enter Sarge too. -- Thorsten Sauter Sat, 11 Sep 2004 00:05:34 +0200 idesk (0.5.6-3) unstable; urgency=medium * Rebuild with libtiff4 support. (Closes: #262815) * Uploading with urgency=medium for libtiff4/sarge transition * Fix unquoted strings in debian/idesk.menu file -- Thorsten Sauter Tue, 3 Aug 2004 10:32:45 +0200 idesk (0.5.6-2) unstable; urgency=low * Update standards version. -- Thorsten Sauter Wed, 22 Oct 2003 21:52:36 +0200 idesk (0.5.6-1) unstable; urgency=low * New upstream version. * include upstream tarball in the orig.tar.gz * debian/rules: use cdbs now * debian/control: - update standards version - include cdbs build-dependencies -- Thorsten Sauter Sun, 27 Jul 2003 12:07:26 +0200 idesk (0.5.5debian-2) unstable; urgency=low * src/XDesktopContainer.cpp: insert a waitpid() system call. (Closes: #199720) * debian/control: update standards version -- Thorsten Sauter Sat, 26 Jul 2003 13:27:35 +0200 idesk (0.5.5debian-1) unstable; urgency=low * New upstream version. * debian/README.Debian: update my email address * debian/control: - update my email address - insert new build-depends - extend long description * debian/rules: create a new version -- Thorsten Sauter Thu, 12 Jun 2003 23:19:37 +0200 idesk (0.3.5-7) unstable; urgency=low * Change idesk homepage. (Closes: #191988) * Fix typo in manpage. (Closes: #191984) -- Thorsten Sauter Mon, 5 May 2003 21:55:46 +0200 idesk (0.3.5-6) unstable; urgency=low * New debian version. * debian/(rules|compat): change debhelper compat support * build process is now using dpatch * update standars version -- Thorsten Sauter Sun, 23 Mar 2003 12:43:28 +0100 idesk (0.3.5-5) unstable; urgency=low * debian/control: rebuild against imlib1 (hope this will help to enter testing) * rebuild with new g++ 3.2 compiler -- Thorsten Sauter Fri, 24 Jan 2003 20:42:12 +0100 idesk (0.3.5-4) unstable; urgency=low * debian/control: fix debhelper dependency, useful for testing -- Thorsten Sauter Thu, 12 Dec 2002 22:10:30 +0100 idesk (0.3.5-3) unstable; urgency=low * debian/idesk.1: insert same description as in the control file -- Thorsten Sauter Wed, 4 Dec 2002 00:40:37 +0100 idesk (0.3.5-2) unstable; urgency=low * debian/control: - update standards version - change package description (Closes: #169709) -- Thorsten Sauter Thu, 21 Nov 2002 21:12:18 +0100 idesk (0.3.5-1) unstable; urgency=low * Initial Release. * First upload to the debian archive. (Closes: #169322) -- Thorsten Sauter Wed, 13 Nov 2002 22:43:27 +0100 debian/patches/0000755000000000000000000000000012121525303010607 5ustar debian/patches/20-sys-stat.patch0000644000000000000000000000073512121525303013643 0ustar From: Brian M. Carlson" Subject: includes the sys/stat.h header (Closes: #624983). --- src/DesktopConfig.cpp | 1 + 1 file changed, 1 insertion(+) --- a/src/DesktopConfig.cpp +++ b/src/DesktopConfig.cpp @@ -24,6 +24,7 @@ #include "DesktopConfig.h" #include "Util.h" +#include //the initilizer list just sets the program defaults for non-necessary options DesktopConfig::DesktopConfig(Database db, string ideskrcFile) : debian/patches/10-bug-552572.patch0000644000000000000000000000105312121525303013371 0ustar From: Jari Aalto Subject: Use xmessage --- examples/default.lnk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/examples/default.lnk +++ b/examples/default.lnk @@ -1,7 +1,7 @@ table Icon Caption: Idesk - Command: /usr/bin/Xdialog --msgbox "IDESK -- Icon Desktop Manager \n\n\n by FixXxeR \n\n\n 2005" 15 30 - Icon: /usr/local/share/idesk/folder_home.xpm + Command: /usr/bin/xmessage --msgbox "IDESK -- Icon Desktop Manager" + Icon: /usr/share/idesk/folder_home.xpm Width: 48 Height: 48 X: 30 debian/patches/series0000644000000000000000000000004612121525303012024 0ustar 10-bug-552572.patch 20-sys-stat.patch debian/docs0000644000000000000000000000002112121525303010024 0ustar NEWS README TODO debian/idesk.menu0000644000000000000000000000016112121525303011143 0ustar ?package(idesk): needs="X11" section="Applications/System/Administration" title="idesk" command="/usr/bin/idesk" debian/source/0000755000000000000000000000000012121525303010460 5ustar debian/source/format0000644000000000000000000000001412121525303011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212121525303010356 0ustar 9 debian/copyright0000644000000000000000000000573712121525303011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: idesk Upstream-Contact: Anibal Avelar , Source: http://freecode.com/projects/idesk X-Source: http://www.sourceforge.net/projects/idesk Comment: Dead upstream. See release notes at http://idesk.sourceforge.net Files: * Copyright: 2005-2008 Anibal Anibal Avelar (Fixxxer) 2002 Chris (nikon) 2003 Tim Finley License: BSD-3-clause Files: debian/* Copyright: 2010, 2013 Jari Aalto 2011 Gregor Herrmann 2005-2008 Anibal Avelar (Fixxxer) 2002-2004 Thorsten Sauter License: GPL-2+ License: GPL-2+ 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 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-2". License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of the icosaedro.it di Umberto Salsi nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/control0000644000000000000000000000135412121525303010566 0ustar Source: idesk Section: x11 Priority: optional Maintainer: Debian QA Group Build-Depends: autotools-dev, xutils-dev, debhelper (>= 9), libimlib2-dev, libxft-dev, libxt-dev Homepage: http://idesk.sourceforge.net Standards-Version: 3.9.4 Package: idesk Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: x11-utils Description: program to show icons on the desktop Idesk displays icons with a short description on the desktop and gives shortcuts to launch any X app. . The icons can be resized, use tooltip and has transparency with other nice image efects. It can use many images types formats how PNG, JPG, GIF, XPM, etc. Idesk also allows the binding of different actions to every mouse button.