Prepare hyprpaper version 0.7.1
* New build dep: hyprwayland-scanner * dependency: hyprutils
This commit is contained in:
parent
8e73bdef21
commit
5f89b8a866
|
|
@ -1,3 +1,9 @@
|
|||
hyprpaper (0.7.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 0.7.1
|
||||
|
||||
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sun, 22 Sep 2024 09:37:04 +0000
|
||||
|
||||
hyprpaper (0.7.0-1) unstable; urgency=low
|
||||
|
||||
* Initial release. Closes: #1065699
|
||||
|
|
|
|||
|
|
@ -4,9 +4,11 @@ Priority: optional
|
|||
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
|
||||
Build-Depends: cmake,
|
||||
debhelper-compat (= 13),
|
||||
hyprwayland-scanner (>= 0.4.2),
|
||||
pkgconf,
|
||||
libcairo-dev,
|
||||
libhyprlang-dev,
|
||||
libhyprutils-dev (>= 0.2.2),
|
||||
libjpeg62-turbo-dev,
|
||||
libmagic-dev,
|
||||
libpango1.0-dev,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
|
|||
# hyprpaper uses the 'clear' target instead of a 'clean' target
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean
|
||||
rm -rf protocols/*.hpp protocols/*.cpp
|
||||
rm -rf *.c *.h obj-x86_64-linux-gnu/
|
||||
|
||||
override_dh_auto_configure:
|
||||
|
|
|
|||
Loading…
Reference in New Issue