debian/0000755000000000000000000000000012007307435007167 5ustar debian/compat0000644000000000000000000000000211404721337010366 0ustar 7 debian/docs0000644000000000000000000000001411404721337010036 0ustar README TODO debian/watch0000644000000000000000000000011611404721337010217 0ustar version=3 http://googlecode.debian.net/p/gdevilspie/gdevilspie-(.*)\.tar\.bz2 debian/copyright0000644000000000000000000000350111635146106011123 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: gDevilspie Source: http://code.google.com/p/gdevilspie/downloads/list Files: * Copyright: (C) 2008, Islam Amer 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: (C) 2010, Chris Silva 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'. debian/control0000644000000000000000000000127712007304310010566 0ustar Source: gdevilspie Section: gnome Priority: extra Maintainer: Chris Silva Build-Depends: debhelper (>= 8.0.0), python, python-support Standards-Version: 3.9.3 Homepage: http://code.google.com/p/gdevilspie/ Package: gdevilspie Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-wnck, python-glade2 Recommends: python-xdg, devilspie Description: User friendly interface for devilspie gDevilspie is a graphical front-end for editing the Devilspie configuration file which allows you to run a particular application within a particular workspace in the GNOME panner in a particular manner. . gDevilspie also allows you to start and stop the Devilspie daemon. debian/gdevilspie.10000644000000000000000000000310011404732313011373 0ustar .TH gdevilspie 1 "June 12, 2010" "version 0.50" .SH NAME gdevilspie - Graphical interface to devilspie. .SH SYNOPSIS .B gdevilspie .SH DESCRIPTION .B gdevilspie gDevilspie is a graphical front-end to the devilspie daemon. .SH OPTIONS Example: Adding File Manager (Nautilus) to Workspace 3, maximized horizontally. .PP .nf Launch gDevilspie Click on the Add button Type in the name of your new rule .PP In the Matching Tab check the box for window_class and application_name. Type File Manager in the equals box in the right pane of the Rules Editor for both of the Matching Property items above. .PP An alternative way of producing the above would be to launch the application you wish to setup. Click on the gDevilspie Get button, locate your application within the Window Selector box, highlight it then click apply. This will populate the equals field for you. .PP Click the Actions Tab. Check the set_workspace box and set the workspace to 3. Click the maximize_horizontally check box. Click Save. Click Stop then Start on the gDevilspie main window for good measure. .fi .PP Here is your output in the raw tab: .PP .nf ( if ( begin ( is ( window_class ) "File Manager" ) ( is ( application_name ) "File Manager" ) ) ( begin ( set_workspace 3 ) ( maximize_horizontally ) ( println "match" ) ) ) .fi .PP Using the example above you can configure gDevilspie to set your applications to run many different ways. .PP .SH AUTHOR Islam Amer . .PP This manual page was written by Chris Silva , for the Debian project (but may be used by others). .RE debian/changelog0000644000000000000000000000422012007307333011034 0ustar gdevilspie (1:0.5-3) unstable; urgency=low * New maintainer (Closes: #608309) * debian/control - Update maintainer field - Update Standards-Version to 3.9.3 -- Chris Silva Sat, 04 Aug 2012 02:04:15 -0500 gdevilspie (1:0.5-2) unstable; urgency=low * QA upload. * debian/copyright: - Update format to current * debian/control: - Update maintainer field to Debian QA group - Update Standards-Version to 3.9.2 - Fix "synopsis starts with article" lintian warning - Add depends on python-glade2, recommend python-xdg (closes: #628492) -- Andreas Rönnquist Sat, 17 Sep 2011 17:20:37 +0200 gdevilspie (1:0.5-1) unstable; urgency=low * New upstream version release. * fix.ds.matching.statement.patch has been merged into upstream release. * Updated manpage for current release. -- Chris Silva Mon, 14 Jun 2010 20:35:55 -0500 gdevilspie (0.31-5) unstable; urgency=low * debian/watch + URL is now correct - http://googlecode.debian.net/p/gdevilspie -- Chris Silva Mon, 07 Jun 2010 17:12:58 -0500 gdevilspie (0.31-4) unstable; urgency=low * debian/patches/fix.ds.matching.statement.patch: + Added patch to correct generated .ds files that are not working if more than one matching statement is used (Closes: #580848) * Updated manpage. -- Chris Silva Mon, 21 May 2010 23:21:54 -0500 gdevilspie (0.31-3) unstable; urgency=low * debian/control: + homonym typo in description (Closes: #580958) * Rewrote manpage to explain usage. -- Chris Silva Mon, 11 May 2010 17:55:54 -0500 gdevilspie (0.31-2) unstable; urgency=low * Bug Fix (Closes: #578257) + Reworded description for program clearity -- Chris Silva Tue, 20 April 2010 01:21:23 -0500 gdevilspie (0.31-1) unstable; urgency=low * Initial release (Closes: #574567) * Created manpage * debian/patches/fix.gdevilspie.desktop.patch: + Added patch to remove Encoding=UTF-8 from gdevilspie.desktop. -- Chris Silva Tue, 06 April 2010 18:25:23 -0500 debian/rules0000755000000000000000000000016111404723377010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ override_dh_installman: dh_installman debian/gdevilspie.1 debian/patches/0000755000000000000000000000000011405554043010616 5ustar debian/patches/fix.gdevilspie.desktop.patch0000644000000000000000000000042711353716005016232 0ustar Subject: Remove Encoding=UTF-8 from gdevilepie.desktop file Author: Chris Silva --- a/gdevilspie.desktop +++ b/gdevilspie.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=gDevilspie Comment=GUI for devilspie matching daemon Exec=gdevilspie debian/patches/series0000644000000000000000000000003511404724512012030 0ustar fix.gdevilspie.desktop.patch debian/source/0000755000000000000000000000000011405554043010467 5ustar debian/source/format0000644000000000000000000000001411404721337011676 0ustar 3.0 (quilt)