generated from wm-packages/hyprgraphics
Update main.sh
This commit is contained in:
parent
95b36449ac
commit
00aad85034
8
main.sh
8
main.sh
@ -9,15 +9,15 @@ source ./pika-build-config.sh
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
# Clone Upstream
|
||||
git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION"
|
||||
cp -rvf ./debian ./hyprgraphics/
|
||||
cd ./hyprgraphics
|
||||
git clone --recurse-submodules https://github.com/hyprwm/hyprland-qtutils -b v"$VERSION"
|
||||
cp -rvf ./debian ./hyprland-qtutils/
|
||||
cd ./hyprland-qtutils
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p hyprgraphics_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
LOGNAME=root dh_make --createorig -y -l -p hyprland-qtutils_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
# Move the debs to output
|
||||
|
Loading…
Reference in New Issue
Block a user