From 6c5607b3426e45c3c7fbf659772f9a2ac3f967bd Mon Sep 17 00:00:00 2001 From: fuzzard Date: Sun, 22 Oct 2023 20:30:43 +1000 Subject: [PATCH] [tools/depends] Bump WaylandPP 1.0.0 --- tools/depends/native/waylandpp-scanner/Makefile | 12 ++---------- .../waylandpp-scanner/WAYLANDPP-SCANNER-VERSION | 4 ++++ tools/depends/target/waylandpp/Makefile | 11 ++--------- tools/depends/target/waylandpp/WAYLANDPP-VERSION | 4 ++++ 4 files changed, 12 insertions(+), 19 deletions(-) create mode 100644 tools/depends/native/waylandpp-scanner/WAYLANDPP-SCANNER-VERSION create mode 100644 tools/depends/target/waylandpp/WAYLANDPP-VERSION diff --git a/tools/depends/native/waylandpp-scanner/Makefile b/tools/depends/native/waylandpp-scanner/Makefile index ccfc8caa9182f..93816f47937e2 100644 --- a/tools/depends/native/waylandpp-scanner/Makefile +++ b/tools/depends/native/waylandpp-scanner/Makefile @@ -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 \ diff --git a/tools/depends/native/waylandpp-scanner/WAYLANDPP-SCANNER-VERSION b/tools/depends/native/waylandpp-scanner/WAYLANDPP-SCANNER-VERSION new file mode 100644 index 0000000000000..b87fb9bbe79ad --- /dev/null +++ b/tools/depends/native/waylandpp-scanner/WAYLANDPP-SCANNER-VERSION @@ -0,0 +1,4 @@ +LIBNAME=waylandpp +VERSION=1.0.0 +ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz +SHA512=64b59d073a0593ecf442362eb63ec0a9dfeaa1ad1d56b5955cb0c159fd01dc45e012b926811c6ca0dc12d4bb2e640eabc2e778ab7d28de2098eb694d26f01039 diff --git a/tools/depends/target/waylandpp/Makefile b/tools/depends/target/waylandpp/Makefile index 4631a4668ed67..6a4689e6f8b1e 100644 --- a/tools/depends/target/waylandpp/Makefile +++ b/tools/depends/target/waylandpp/Makefile @@ -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 @@ -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) diff --git a/tools/depends/target/waylandpp/WAYLANDPP-VERSION b/tools/depends/target/waylandpp/WAYLANDPP-VERSION new file mode 100644 index 0000000000000..b87fb9bbe79ad --- /dev/null +++ b/tools/depends/target/waylandpp/WAYLANDPP-VERSION @@ -0,0 +1,4 @@ +LIBNAME=waylandpp +VERSION=1.0.0 +ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz +SHA512=64b59d073a0593ecf442362eb63ec0a9dfeaa1ad1d56b5955cb0c159fd01dc45e012b926811c6ca0dc12d4bb2e640eabc2e778ab7d28de2098eb694d26f01039