From 897fd17a7cf1bb9872acfb39da179313337bb021 Mon Sep 17 00:00:00 2001 From: RObert Wiley Date: Tue, 9 Aug 2022 15:43:17 -0400 Subject: [PATCH] add comptonmod --- comptonmod/debian/changelog | 17 ++++++ comptonmod/debian/compat | 1 + comptonmod/debian/control | 14 +++++ comptonmod/debian/copyright | 58 +++++++++++++++++++ .../moksha-module-compton.lintian-overrides | 2 + comptonmod/debian/rules | 10 ++++ 6 files changed, 102 insertions(+) create mode 100644 comptonmod/debian/changelog create mode 100644 comptonmod/debian/compat create mode 100644 comptonmod/debian/control create mode 100644 comptonmod/debian/copyright create mode 100644 comptonmod/debian/moksha-module-compton.lintian-overrides create mode 100755 comptonmod/debian/rules diff --git a/comptonmod/debian/changelog b/comptonmod/debian/changelog new file mode 100644 index 0000000..b52c871 --- /dev/null +++ b/comptonmod/debian/changelog @@ -0,0 +1,17 @@ +moksha-module-comptonmod (20220807bodhi1-1) bionic; urgency=medium + + * Use config home for picom.conf + + -- Robert Wiley Sun, 07 Aug 2022 09:01:57 -0400 + +moksha-module-comptonmod (20210531bodhi1-1) bionic; urgency=medium + + * pt localization + + -- Robert Wiley Mon, 31 May 2021 16:42:00 -0400 + +moksha-module-comptonmod (20201209bodhi1-1) bionic; urgency=medium + + * change to picom + + -- Robert Wiley Wed, 09 Dec 2020 08:16:15 +0400 diff --git a/comptonmod/debian/compat b/comptonmod/debian/compat new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/comptonmod/debian/compat @@ -0,0 +1 @@ +12 diff --git a/comptonmod/debian/control b/comptonmod/debian/control new file mode 100644 index 0000000..f8463d3 --- /dev/null +++ b/comptonmod/debian/control @@ -0,0 +1,14 @@ +Source: moksha-module-comptonmod +Section: utils +Priority: optional +Maintainer: Robert (ylee) Wiley +Build-Depends: debhelper (>= 10), autotools-dev, pkg-config, libefl-dev +Standards-Version: 4.5.0 +Homepage: https://github.com/thewaiter/comptonmod +Rules-Requires-Root: no + +Package: moksha-module-comptonmod +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, picom, moksha +Description: Compton module for Moksha desktop + Compositing for the Moksha desktop using picom. diff --git a/comptonmod/debian/copyright b/comptonmod/debian/copyright new file mode 100644 index 0000000..0a2ac37 --- /dev/null +++ b/comptonmod/debian/copyright @@ -0,0 +1,58 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: comptonmod +Source: https://github.com/thewaiter/comptonmod + +Files: * +Copyright: 2020 Štefan “the waiter” Uram +License: Expat-custom + 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 of the Software and its Copyright notices. In addition publicly + documented acknowledgment must be given that this software has been used if no + source code of this software is made available publicly. Making the source + available publicly means including the source for this software with the + distribution, or a method to get this software via some reasonable mechanism + (electronic transfer via a network or media) as well as making an offer to + supply the source on request. This Copyright notice serves as an offer to + supply the source on on request as well. Instead of this, supplying + acknowledgments of use of this software in either Copyright notices, Manuals, + Publicity and Marketing documents or any documentation provided with any + product containing this software. This License does not apply to any software + that links to the libraries provided by this software (statically or + dynamically), but only to the software provided. + . + Please see the COPYING-PLAIN for a plain-english explanation of this notice and + its intent. + . + 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 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. + +Files: debian/* +Copyright: 2020 Robert Wiley +License: GPL-3.0+ + +License: GPL-3.0+ + 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". diff --git a/comptonmod/debian/moksha-module-compton.lintian-overrides b/comptonmod/debian/moksha-module-compton.lintian-overrides new file mode 100644 index 0000000..194f027 --- /dev/null +++ b/comptonmod/debian/moksha-module-compton.lintian-overrides @@ -0,0 +1,2 @@ +moksha-module-compton: new-package-should-close-itp-bug +moksha-module-compton: non-empty-dependency_libs-in-la-file diff --git a/comptonmod/debian/rules b/comptonmod/debian/rules new file mode 100755 index 0000000..124b79d --- /dev/null +++ b/comptonmod/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + + +%: + dh $@