debian/0000755000000000000000000000000012235412403007162 5ustar debian/examples0000644000000000000000000000002412204656276010735 0ustar compton.sample.conf debian/source/0000755000000000000000000000000012204656276010500 5ustar debian/source/format0000644000000000000000000000001412204656276011706 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012235407363010622 5ustar debian/patches/0001-Don-t-install-.desktop-file.patch0000644000000000000000000000347612235406733017322 0ustar From: Scott Leggett Date: Sun, 3 Nov 2013 19:47:34 +1100 Subject: Don't install .desktop file. --- Makefile | 5 +---- compton.desktop | 11 ----------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 compton.desktop diff --git a/Makefile b/Makefile index 701308b..d480c6a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ CC ?= gcc PREFIX ?= /usr BINDIR ?= $(PREFIX)/bin MANDIR ?= $(PREFIX)/share/man/man1 -APPDIR ?= $(PREFIX)/share/applications PACKAGES = x11 xcomposite xfixes xdamage xrender xext xrandr LIBS = -lm -lrt @@ -126,10 +125,9 @@ man/%.1.html: man/%.1.asciidoc docs: $(MANPAGES) $(MANPAGES_HTML) install: $(BINS) docs - @install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)" "$(DESTDIR)$(APPDIR)" + @install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)" @install -m755 $(BINS) "$(DESTDIR)$(BINDIR)"/ @install -m644 $(MANPAGES) "$(DESTDIR)$(MANDIR)"/ - @install -m644 compton.desktop "$(DESTDIR)$(APPDIR)"/ ifneq "$(DOCDIR)" "" @install -d "$(DESTDIR)$(DOCDIR)" @install -m644 README.md compton.sample.conf "$(DESTDIR)$(DOCDIR)"/ @@ -139,7 +137,6 @@ endif uninstall: @rm -f "$(DESTDIR)$(BINDIR)/compton" "$(DESTDIR)$(BINDIR)/compton-trans" @rm -f $(addprefix "$(DESTDIR)$(MANDIR)"/, compton.1 compton-trans.1) - @rm -f "$(DESTDIR)$(APPDIR)/compton.desktop" ifneq "$(DOCDIR)" "" @rm -f $(addprefix "$(DESTDIR)$(DOCDIR)"/, README.md compton.sample.conf cdbus-driver.sh) endif diff --git a/compton.desktop b/compton.desktop deleted file mode 100644 index 4a2875f..0000000 --- a/compton.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=compton -GenericName=X compositor -Comment=A X compositor -Categories=Utility; -TryExec=compton -Exec=compton -# Icon=xcompmgr -# Thanks to quequotion for providing this file! debian/patches/series0000644000000000000000000000004712235406733012040 0ustar 0001-Don-t-install-.desktop-file.patch debian/copyright0000644000000000000000000001140212235410571011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: compton Source: https://github.com/chjj/compton Files: * Copyright: 2003,2004 Keith Packard keithp@keithp.com 2003 Matthew Allum breakfast@10.am 2003 Carl Worth cworth@cworth.org 2003,2004,2005 Eric Anholt anholt@freebsd.org 2004 Phil Blundell pb@reciva.com 2004,2005 Adam Jackson ajax@nwnk.net 2004 dolio 2006,2007 Tilman Sauerbeck tilman@code-monkey.de 2006 Dave Airlie airlied@linux.ie 2007 Mark Tiefenbruck mark@fluxbox.org 2007 James Cloos cloos@jhcloos.com 2007 Jamey Sharp jamey@minilop.net 2008 Dana Jansens danakj@orodu.net 2008 Javeed Shaikh syscrash2k@gmail.com 2011,2012,2013 Christopher Jeffrey chjjeffrey@gmail.com 2012 XeCycle XeCycle@Gmail.com 2012 Tim van Dalen Tim@timvdalen.nl 2012,2013 hasufell julian.ospald@googlemail.com 2012,2013 Richard Grenville pyxlcy@gmail.com License: Expat Copyright © 2003 Keith Packard . Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Keith Packard not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Keith Packard makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. . KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. . Copyright (c) 2011, Christopher Jeffrey (github.com/chjj) . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Comment: Contributors . Based on xcompmgr, originally written by Keith Packard, with modifications from several contributors (according to the xcompmgr man page): Matthew Allum, Eric Anholt, Dan Doel, Thomas Luebking, Matthew Hawn, Ely Levy, Phil Blundell, and Carl Worth. Menu transparency was implemented by Dana Jansens. . Numerous contributions to compton from Richard Grenville. Files: debian/* Copyright: 2012 Scott Leggett License: Expat Copyright (c) 2012 Scott Leggett . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/rules0000755000000000000000000000012712235412403010242 0ustar #!/usr/bin/make -f # Set binary version export COMPTON_VERSION = 0.1~beta2 %: dh $@ debian/compat0000644000000000000000000000000212204656276010376 0ustar 9 debian/watch0000644000000000000000000000015112204667651010225 0ustar version=3 opts="uversionmangle=s/_/~/" \ https://github.com/chjj/compton/tags .*/v(\d[\d\.\w]+)\.tar\.gz debian/changelog0000644000000000000000000000072712235411123011040 0ustar compton (0.1~beta2-1) unstable; urgency=low * New upstream release, 0.1~beta2. * Drop unnecessary dependency on hardening-wrapper. * Add libxinerama-dev dependency due to upstream changes. * Change licence tag to Expat. * Update patches. -- Scott Leggett Sun, 03 Nov 2013 19:55:25 +1100 compton (0.1~beta1-1) unstable; urgency=low * Initial release (Closes: #679551) -- Scott Leggett Wed, 21 Aug 2013 20:13:37 +1000 debian/control0000644000000000000000000000164112235410571010573 0ustar Source: compton Section: x11 Priority: extra Maintainer: Scott Leggett Build-Depends: asciidoc, debhelper (>= 9.0.0), docbook-xml, docbook-xsl, libconfig-dev, libdbus-1-dev, libdrm-dev, libgl1-mesa-dev, libpcre3-dev, libx11-dev, libxcomposite-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxinerama-dev, libxml2-utils, libxrandr-dev, libxrender-dev, pkg-config, xsltproc Standards-Version: 3.9.4 Homepage: https://github.com/chjj/compton Vcs-Git: git://github.com/smlx/package-compton.git Vcs-Browser: https://github.com/smlx/package-compton Package: compton Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: compositor for X11, based on xcompmgr compton is a compositor for X11, based on xcompmgr. In addition to shadows, fading and translucency, compton implements window frame opacity control, inactive window transparency, and shadows on argb windows. debian/docs0000644000000000000000000000001212204656276010044 0ustar README.md