debian/0000775000000000000000000000000012156427154007177 5ustar debian/rules0000775000000000000000000000005712156425754010265 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf debian/watch0000664000000000000000000000010312156425601010215 0ustar version=3 http://sf.net/simdock/simdock_(.+).tar.gz debian uupdate debian/changelog0000664000000000000000000000140012156427141011040 0ustar simdock (1.2-0ubuntu3) saucy; urgency=low * debian/compat: Bump to 9. * debian/control: - Don't build-depends on cdbs. - Build-depend on debhelper (>= 9). - Bump Standards-Version to 3.9.4. - Add ${misc:Depends} to binary. * debian/patches/*: Convert to quilt. * debian/rules: Convert to dh sequencer. * debian/source/format: Indicate 3.0 (quilt) format. -- Logan Rosen Thu, 13 Jun 2013 16:29:39 -0400 simdock (1.2-0ubuntu2) raring; urgency=low * Added missing lib to link, fixing FTBFS. -- Daniel T Chen Tue, 16 Apr 2013 08:22:22 -0400 simdock (1.2-0ubuntu1) hardy; urgency=low * Initial release (LP: #183942) -- Saïvann Carignan Wed, 23 Jan 2008 14:24:41 -0500 debian/compat0000664000000000000000000000000212156425646010401 0ustar 9 debian/copyright0000664000000000000000000000232212156425601011124 0ustar This package was debianized by Saïvann Carignan Wed, 23 Jan 2008 14:24:41 -0500 simdock was downloaded from: http://sourceforge.net/project/platformdownload.php?group_id=198436 Upstream Author: Simone Della Longa Licence: GPL-2 (see /usr/share/common-licenses/GPL-2) This library 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 library 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 library; if not, write to Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA The Debian packaging is © 2007, Saïvann Carignan and is licensed under the GPL2 (See /usr/share/common-licenses/GPL-2) debian/source/0000775000000000000000000000000012156427152010475 5ustar debian/source/format0000664000000000000000000000001412156425605011704 0ustar 3.0 (quilt) debian/simdock.10000664000000000000000000000141012156425601010701 0ustar .TH Simdock 1 "January 24 2008" "Saivann Carignan" .SH NAME Simdock \- A fast and customizable dockbar .SH SYNOPSIS .B simdock .BR [\-h] .BR [\-b ] .BR [\-t ] .BR [\-o ] .BR [\-r] .BR [\-r] .BR [\-y] .PP .SH DESCRIPTION Simdock is a dockbar that fits well in Gnome but works on most desktop environment. It does not require Compiz or 3D acceleration. .PP .SH SWITCHES .TP .B \-h, \-\-help Displays help on the command line .TP .B \-b, \-\-background= Use custom wallpaper .TP .B \-t, \-\-type= Wallpaper positioning: .TP .B \-o, \-\-color= Background color. Hex or name values .TP .B \-r, \-\-tray Show in the trayBar .TP .B \-y, \-\-on top Show on\-top of other windows .PP .SH AUTHOR .TP Written for Debian by Simone Della Longa. debian/simdock.manpages0000664000000000000000000000002112156425601012331 0ustar debian/simdock.1 debian/control0000664000000000000000000000126012156425710010575 0ustar Source: simdock Section: x11 Priority: optional Homepage: http://sourceforge.net/projects/simdock/ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Saïvann Carignan Build-Depends: libwxgtk2.8-dev, pkg-config, libgconf2-dev, libwnck-dev, debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.4 Package: simdock Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: A fast and customizable dockbar Simdock is a dockbar that features a zoom effect (like OS X) and customized launchers. It fits well in GNOME but works on most desktop environment and does not require Compiz or 3D acceleration. debian/patches/0000775000000000000000000000000012156427152010624 5ustar debian/patches/series0000664000000000000000000000005312156425606012041 0ustar desktop-file.patch libs-underlinkage.patch debian/patches/desktop-file.patch0000664000000000000000000000065112156425606014237 0ustar --- a/simdock.desktop +++ b/simdock.desktop @@ -1,13 +1,12 @@ [Desktop Entry] -Encoding=UTF-8 Name=SimDock Comment=A dockbar for GNOME Comment[it]=Una dockbar per GNOME Exec=simdock -Icon=simdock.png +Icon=simdock Terminal=false Type=Application -MimeType=application/x-simdock -Categories=Application;Utility; +MimeType=application/x-simdock; +Categories=Utility; StartupNotify=true X-Ubuntu-Gettext-Domain=simdock debian/patches/libs-underlinkage.patch0000664000000000000000000000420312156425606015245 0ustar --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = simdock #simdock_LDADD = @LIBS@ #$(WX_LIBS) simdock_LDFLAGS = $(LDFLAGS) -simdock_LDADD = $(LIBS) +simdock_LDADD = $(LIBS) -lX11 simdock_SOURCES = src/gconf_background.cc src/save_launchers.cc src/sim_gconf.cc src/xstuff.cc src/interrupts.cc src/main_arguments.cc src/main_settings.cc src/settingsDialog.cc src/tasks.cc src/gconf_settings.cc src/launcher_dialog.cc src/main.cc src/simImage.cc src/myFrame.cc --- a/Makefile.in +++ b/Makefile.in @@ -210,7 +210,7 @@ SUBDIRS = src #simdock_LDADD = @LIBS@ #$(WX_LIBS) simdock_LDFLAGS = $(LDFLAGS) -simdock_LDADD = $(LIBS) +simdock_LDADD = $(LIBS) -lX11 simdock_SOURCES = src/gconf_background.cc src/save_launchers.cc src/sim_gconf.cc src/xstuff.cc src/interrupts.cc src/main_arguments.cc src/main_settings.cc src/settingsDialog.cc src/tasks.cc src/gconf_settings.cc src/launcher_dialog.cc src/main.cc src/simImage.cc src/myFrame.cc simdockBGSdir = /usr/share/simdock simdockBGS_DATA = src/bg.png src/bg2.png src/bg5.png src/mark.png src/question.png --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ bin_PROGRAMS = simdock simdock_LDFLAGS = $(LDFLAGS) -simdock_LDADD = $(LIBS) +simdock_LDADD = $(LIBS) -lX11 simdock_SOURCES = gconf_background.cc gconf_settings.h launcher_dialog.h main.h save_launchers.cc sim_gconf.cc simImage.h xstuff.cc gconf_background.h interrupts.cc main_arguments.cc main_settings.cc settingsDialog.cc sim_gconf.h tasks.cc xstuff.h gconf_settings.cc launcher_dialog.cc main.cc myFrame.h settingsDialog.h simImage.cc tasks.h myFrame.cc --- a/src/Makefile.in +++ b/src/Makefile.in @@ -178,7 +178,7 @@ target_alias = @target_alias@ AM_CXXFLAGS = @CXXFLAGS@ simdock_LDFLAGS = $(LDFLAGS) -simdock_LDADD = $(LIBS) +simdock_LDADD = $(LIBS) -lX11 simdock_SOURCES = gconf_background.cc gconf_settings.h launcher_dialog.h main.h save_launchers.cc sim_gconf.cc simImage.h xstuff.cc gconf_background.h interrupts.cc main_arguments.cc main_settings.cc settingsDialog.cc sim_gconf.h tasks.cc xstuff.h gconf_settings.cc launcher_dialog.cc main.cc myFrame.h settingsDialog.h simImage.cc tasks.h myFrame.cc all: all-am