Skip to content

Commit

Permalink
[tools/depends] Bump WaylandPP 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzard committed Oct 22, 2023
1 parent 6785206 commit 6c5607b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
12 changes: 2 additions & 10 deletions tools/depends/native/waylandpp-scanner/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
include ../../Makefile.include
include ../../Makefile.include WAYLANDPP-SCANNER-VERSION ../../download-files.include
PREFIX=$(NATIVEPREFIX)
PLATFORM=$(NATIVEPLATFORM)
DEPS =../../Makefile.include Makefile ../../download-files.include 001-fix-gcc13-build.patch

# lib name, version
LIBNAME=waylandpp
VERSION=0.2.8
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
SHA512=bf1b8a9e69b87547fc65989b9eaff88a442d8b2f01f5446cef960000b093390b1e557536837fbf38bb6d9a4f93e3985ea34c3253f94925b0f571b4606c980832
include ../../download-files.include
DEPS =../../Makefile.include Makefile WAYLANDPP-SCANNER-VERSION ../../download-files.include 001-fix-gcc13-build.patch

CMAKE_OPTIONS := -DBUILD_DOCUMENTATION=OFF \
-DBUILD_LIBRARIES=OFF \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LIBNAME=waylandpp
VERSION=1.0.0
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
SHA512=64b59d073a0593ecf442362eb63ec0a9dfeaa1ad1d56b5955cb0c159fd01dc45e012b926811c6ca0dc12d4bb2e640eabc2e778ab7d28de2098eb694d26f01039
11 changes: 2 additions & 9 deletions tools/depends/target/waylandpp/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
-include ../../Makefile.include
DEPS =Makefile ../../download-files.include 001-fix-gcc13-build.patch

# lib name, version
LIBNAME=waylandpp
VERSION=0.2.8
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
SHA512=bf1b8a9e69b87547fc65989b9eaff88a442d8b2f01f5446cef960000b093390b1e557536837fbf38bb6d9a4f93e3985ea34c3253f94925b0f571b4606c980832
include WAYLANDPP-VERSION ../../download-files.include
DEPS =Makefile ../../download-files.include WAYLANDPP-VERSION 001-fix-gcc13-build.patch

LIBDYLIB=$(PLATFORM)/build/libwayland-client++.so

Expand All @@ -31,7 +25,6 @@ endif
CMAKE_OPTIONS := -DBUILD_DOCUMENTATION=OFF -DBUILD_LIBRARIES=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_EXAMPLES=OFF $(CMAKE_OPTIONS)
BUILDDIR = $(PLATFORM)/build

include ../../download-files.include
all: .installed-$(PLATFORM)


Expand Down
4 changes: 4 additions & 0 deletions tools/depends/target/waylandpp/WAYLANDPP-VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LIBNAME=waylandpp
VERSION=1.0.0
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
SHA512=64b59d073a0593ecf442362eb63ec0a9dfeaa1ad1d56b5955cb0c159fd01dc45e012b926811c6ca0dc12d4bb2e640eabc2e778ab7d28de2098eb694d26f01039

0 comments on commit 6c5607b

Please sign in to comment.