Skip to content

Commit

Permalink
update labwc to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Oct 12, 2023
1 parent 751faa4 commit 17be6f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/labwc/pet.specs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
labwc-0.6.4|labwc|0.6.4||BuildingBlock|6656K||labwc-0.6.4.pet||A Wayland stacking compositor|puppy|||
labwc-0.6.5|labwc|0.6.5||BuildingBlock|6656K||labwc-0.6.5.pet||A Wayland stacking compositor|puppy|||
6 changes: 3 additions & 3 deletions woof-code/rootfs-petbuilds/labwc/petbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
download() {
[ -f labwc-0.6.4.tar.gz ] || wget -t 3 -T 60 -O labwc-0.6.4.tar.gz https://github.com/labwc/labwc/archive/refs/tags/0.6.4.tar.gz
[ -f labwc-0.6.5.tar.gz ] || wget -t 3 -T 60 -O labwc-0.6.5.tar.gz https://github.com/labwc/labwc/archive/refs/tags/0.6.5.tar.gz
[ -f wlroots-0.16.2.tar.gz ] || wget -t 3 -T 60 https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.2/downloads/wlroots-0.16.2.tar.gz
}

Expand All @@ -10,8 +10,8 @@ build() {
ninja -C build install
cd ..

tar -xzf labwc-0.6.4.tar.gz
cd labwc-0.6.4
tar -xzf labwc-0.6.5.tar.gz
cd labwc-0.6.5
PKG_CONFIG_PATH=`find /opt/wlroots -name pkgconfig -type d` meson --buildtype=release --prefix=/usr -Dxwayland=enabled build
ninja -C build install
cd ..
Expand Down
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/labwc/sha256.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4974decd6107f6c7b900a29dc6b13d2cb1ccf44e25a579dcdddab76aae6d8830 labwc-0.6.4.tar.gz
7c56627c8098cf8b78ae0b045ff208f2815ba0a6cbab0c4a6a71128bafb81ff5 labwc-0.6.5.tar.gz
83e9a11605f23d4bf781ab1947089483d9ec3f7e9ba65398e0609593b77d44aa wlroots-0.16.2.tar.gz

0 comments on commit 17be6f1

Please sign in to comment.