This commit is contained in:
parent
581c6205da
commit
95a076da6c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
hyprwayland-scanner (0.3.9-100pika1) main; urgency=medium
|
hyprwayland-scanner (0.3.10-100pika1) main; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -66,13 +66,8 @@ srcdir = $(shell debian/scripts/get_pwd.sh)
|
|||||||
## overriding dh_auto_configure to add custom configs:
|
## overriding dh_auto_configure to add custom configs:
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -B build
|
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -B build
|
||||||
|
|
||||||
override_dh_build:
|
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|
||||||
## overriding dh_install to install files to a package:
|
|
||||||
override_dh_auto_install:
|
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
DESTDIR=$(pkgdir) cmake --install build
|
DESTDIR=$(pkgdir) cmake --install build
|
||||||
## === End end of region ===
|
## === End end of region ===
|
||||||
|
2
main.sh
2
main.sh
@ -7,7 +7,7 @@ set -e
|
|||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone --recurse-submodules https://github.com/hyprwm/hyprwayland-scanner -b v0.3.9
|
git clone --recurse-submodules https://github.com/hyprwm/hyprwayland-scanner -b v0.3.10
|
||||||
cd hyprwayland-scanner
|
cd hyprwayland-scanner
|
||||||
cp -rvf ../debian ./
|
cp -rvf ../debian ./
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user