Compare commits
10 Commits
upstream/0
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
9606635565 | |
|
|
092820f30d | |
|
|
95d26cd408 | |
|
|
fc399d482a | |
|
|
bd888c80ac | |
|
|
59a128c953 | |
|
|
75628269f9 | |
|
|
c0855a23fb | |
|
|
92695e1c1e | |
|
|
d87d65b9d5 |
|
|
@ -0,0 +1,24 @@
|
||||||
|
hyprwayland-scanner (0.4.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version 0.4.4
|
||||||
|
|
||||||
|
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sun, 02 Mar 2025 10:20:41 +0000
|
||||||
|
|
||||||
|
hyprwayland-scanner (0.4.2-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* #1085254 : Mark 'Multi-Arch: foreign', and move pkgconf
|
||||||
|
and cmake files to /usr/share
|
||||||
|
|
||||||
|
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sat, 19 Oct 2024 13:39:08 +0000
|
||||||
|
|
||||||
|
hyprwayland-scanner (0.4.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version 0.4.2
|
||||||
|
|
||||||
|
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sun, 22 Sep 2024 09:08:26 +0000
|
||||||
|
|
||||||
|
hyprwayland-scanner (0.3.10-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial release. (Closes: #1073195)
|
||||||
|
|
||||||
|
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Fri, 14 Jun 2024 10:21:06 +0000
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
Source: hyprwayland-scanner
|
||||||
|
Section: libdevel
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
|
cmake,
|
||||||
|
libpugixml-dev,
|
||||||
|
pkgconf
|
||||||
|
Standards-Version: 4.7.2
|
||||||
|
Homepage: https://github.com/hyprwm/hyprwayland-scanner
|
||||||
|
Vcs-Browser: https://salsa.debian.org/NyxTrail/hyprwayland-scanner
|
||||||
|
Vcs-Git: https://salsa.debian.org/NyxTrail/hyprwayland-scanner.git
|
||||||
|
|
||||||
|
Package: hyprwayland-scanner
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: foreign
|
||||||
|
Depends:
|
||||||
|
${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
Description: Implementation of wayland-scanner for Hyprland
|
||||||
|
hyprwayland-scanner is a Hyprland implementation of wayland-scanner,
|
||||||
|
in and for C++.
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Source: https://github.com/hyprwm/hyprwayland-scanner
|
||||||
|
Upstream-Name: hyprwayland-scanner
|
||||||
|
Upstream-Contact: vaxerski <vaxry@vaxry.net>
|
||||||
|
|
||||||
|
Files:
|
||||||
|
*
|
||||||
|
Copyright:
|
||||||
|
2024 Hypr Development
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
Files:
|
||||||
|
debian/*
|
||||||
|
Copyright:
|
||||||
|
2024-2025 Alan M Varghese (NyxTrail) <alan@digistorm.in>
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
.
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer.
|
||||||
|
.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
.
|
||||||
|
3. Neither the name of the copyright holder nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
# export DH_VERBOSE = 1
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
|
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
||||||
|
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=/usr/share
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
Bug-Database: https://github.com/hyprwm/hyprwayland-scanner/issues
|
||||||
|
Bug-Submit: https://github.com/hyprwm/hyprwayland-scanner/issues/new
|
||||||
|
Repository-Browse: https://github.com/hyprwm/hyprwayland-scanner
|
||||||
|
Repository: https://github.com/hyprwm/hyprwayland-scanner.git
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
version=4
|
||||||
|
opts="searchmode=html" \
|
||||||
|
https://github.com/hyprwm/hyprwayland-scanner/tags \
|
||||||
|
https://github.com/hyprwm/hyprwayland-scanner/archive/refs/tags/v(\d+)\.(\d+)\.(\d+)?\.tar\.gz
|
||||||
Loading…
Reference in New Issue