Skip to content

Commit

Permalink
Merge pull request #2 from dkondor/master
Browse files Browse the repository at this point in the history
minor clean-up
  • Loading branch information
dkondor authored Oct 11, 2024
2 parents 3738c9e + afc9b06 commit d5f9dde
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 177 deletions.
10 changes: 5 additions & 5 deletions jammy/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Source: cairo-dock
Section: x11
Priority: optional
Maintainer: Daniel Kondor <kondor.dani@gmail.com>
Build-Depends: autotools-dev,
cmake (>= 3.16.0),
Build-Depends: cmake (>= 3.16.0),
debhelper (>= 10),
debhelper-compat (= 12),
dpkg-dev (>= 1.16.1~),
Expand All @@ -27,8 +26,8 @@ Build-Depends: autotools-dev,
libxtst-dev,
nlohmann-json3-dev,
pkg-config,
systemd,
quilt
quilt,
systemd
Standards-Version: 4.5.0
Homepage: http://www.glx-dock.org/

Expand Down Expand Up @@ -73,7 +72,8 @@ Depends: cairo-dock-core (>= 3.5.99),
compiz | metacity,
gnome-flashback,
gnome-session-bin,
gnome-settings-daemon (>= 3.24)
gnome-settings-daemon (>= 3.24),
${misc:Depends}
Description: An X11 desktop session for Cairo-Dock
Cairo-dock has a family-likeness with OS X dock, but with more options.
It uses cairo to render nice graphics, and Glitz to use hardware acceleration.
Expand Down
68 changes: 56 additions & 12 deletions jammy/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cairo-dock
Source: https://launchpad.net/cairo-dock
Source: https://github.com/Cairo-Dock/cairo-dock-core

Files: */*
*
Copyright: 2007-2014 Fabrice Rey <fabounet@glx-dock.org>
License: GPL-3+

Files: src/cairo-dock.c
src/gldit/cairo-dock-animations.c
src/gldit/cairo-dock-application-facility.c
src/gldit/cairo-dock-applications-manager.c
src/gldit/cairo-dock-application-facility.c
src/gldit/cairo-dock-applications-manager.c
src/gldit/cairo-dock-application-facility.?
src/gldit/cairo-dock-applications-manager.?
src/gldit/cairo-dock-class-icon-manager.c
src/gldit/cairo-dock-class-manager.c
src/gldit/cairo-dock-container.?
Expand All @@ -32,21 +31,22 @@ Files: src/cairo-dock.c
src/gldit/cairo-dock-opengl.h
src/gldit/cairo-dock-surface-factory.?
src/gldit/cairo-dock-windows-manager.?
src/implementations/cairo-dock-egl-*
src/implementations/cairo-dock-egl.?
src/implementations/cairo-dock-wayland-manager.c
src/implementations/cairo-dock-wayland-manager.h
Copyright: 2007-2014 Fabrice Rey <fabounet@glx-dock.org>
2020-2024 Daniel Kondor <kondor.dani@gmail.com>
License: GPL 3+
License: GPL-3+

Files: src/implementations/cairo-dock-foreign-toplevel.?
src/implementations/cairo-dock-plasma-*
src/implementations/cairo-dock-cosmic-*
src/implementations/cairo-dock-wayfire-*
src/implementations/cairo-dock-wayland-wm.?
src/implementations/cairo-dock-wayland-hotspots.?
Copyright: 2020-2023 Daniel Kondor <kondor.dani@gmail.com>
License: GPL 3+ (See /usr/share/common-licenses/GPL-3 for complete license)
README_Wayland.md
Copyright: 2020-2024 Daniel Kondor <kondor.dani@gmail.com>
License: GPL-3+

Files: src/implementations/gdk-move-to-rect-hack.?
Copyright: 2020 Sophie Winter
Expand Down Expand Up @@ -100,7 +100,7 @@ License: GPL-3+

Files: src/implementations/proto/plasma-window-management.xml
Copyright: 2013-2014 Pier Luigi Fiorini
License: LGPL 2.1+
License: LGPL-2.1+

Files: src/implementations/proto/wayfire-shell-unstable-v2.xml
Copyright: Copyright (c) 2018 Iliya Bozhinov
Expand Down Expand Up @@ -129,6 +129,10 @@ Copyright: 2019 Christopher Billington
2022 Victoria Brekenfeld
License: MIT-no-advertising

Files: LICENSE
LGPL-2
Copyright: Copyright (C) 1991, 2007 Free Software Foundation, Inc.
License: FSF-no-changes

License: GPL-3+
This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -179,11 +183,27 @@ License: LGPL-2.0+
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-2".

License: LGPL-2.1+
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 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
Lesser 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 <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

License: LGPL-3
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
License, version 3, as published by the Free Software Foundation.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down Expand Up @@ -237,3 +257,27 @@ License: MIT-no-advertising
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.

License: MIT
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.

License: FSF-no-changes
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Loading

0 comments on commit d5f9dde

Please sign in to comment.