From a4ad5daa8fd2d9a3d36d6ce217e8dee3436a9bf3 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 3 Jan 2022 14:39:02 +0100 Subject: [PATCH] flatbuffers: adjust depends on line --- flatbuffers/.footprint | 12 ++++++------ flatbuffers/.signature | 6 +++--- flatbuffers/Pkgfile | 3 +-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/flatbuffers/.footprint b/flatbuffers/.footprint index d04a15d6b..c31231402 100644 --- a/flatbuffers/.footprint +++ b/flatbuffers/.footprint @@ -23,28 +23,28 @@ drwxr-xr-x root/root usr/include/flatbuffers/ drwxr-xr-x root/root usr/include/flatbuffers/pch/ -rw-r--r-- root/root usr/include/flatbuffers/pch/flatc_pch.h -rw-r--r-- root/root usr/include/flatbuffers/pch/pch.h --rw-r--r-- root/root usr/include/flatbuffers/reflection_generated.h -rw-r--r-- root/root usr/include/flatbuffers/reflection.h +-rw-r--r-- root/root usr/include/flatbuffers/reflection_generated.h -rw-r--r-- root/root usr/include/flatbuffers/registry.h -rw-r--r-- root/root usr/include/flatbuffers/stl_emulation.h -rw-r--r-- root/root usr/include/flatbuffers/string.h -rw-r--r-- root/root usr/include/flatbuffers/struct.h -rw-r--r-- root/root usr/include/flatbuffers/table.h -rw-r--r-- root/root usr/include/flatbuffers/util.h --rw-r--r-- root/root usr/include/flatbuffers/vector_downward.h -rw-r--r-- root/root usr/include/flatbuffers/vector.h +-rw-r--r-- root/root usr/include/flatbuffers/vector_downward.h -rw-r--r-- root/root usr/include/flatbuffers/verifier.h drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/cmake/ drwxr-xr-x root/root usr/lib/cmake/flatbuffers/ -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersConfig.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersConfigVersion.cmake --rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets-release.cmake --rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake +-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets-release.cmake --rwxr-xr-x root/root usr/lib/libflatbuffers.so.2.0.5 -lrwxrwxrwx root/root usr/lib/libflatbuffers.so.2 -> libflatbuffers.so.2.0.5 +-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.2 +lrwxrwxrwx root/root usr/lib/libflatbuffers.so.2 -> libflatbuffers.so.2.0.5 +-rwxr-xr-x root/root usr/lib/libflatbuffers.so.2.0.5 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/flatbuffers.pc diff --git a/flatbuffers/.signature b/flatbuffers/.signature index d7c30912c..c57433a42 100644 --- a/flatbuffers/.signature +++ b/flatbuffers/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33KcJgdFoUIbj3y8rw1/jPhQAyppRIOvqDmMHDX2hjSOKDgRLEzyTwE5INADPizDYkqqhsLFwfvxyxZKKR5BFwk= -SHA256 (Pkgfile) = c5d4264898c7375cd331283accca8471e3c223c661c0c18fee8b601250c8a6ce -SHA256 (.footprint) = c7a6cadbd4b43843e47d368135dbb6f23cf2f87a1ca0ce3abc5ab865f72239c2 +RWSagIOpLGJF36sRkKs6NtBYKQrT/btxqb2Hvz63xHtNedDKNnjsoZBLclgErjHaCENoM6xsT4aJnJE6NOPgaM1L/e3t5TEorwk= +SHA256 (Pkgfile) = e2758f37be1d942c0da67fe176e1ddca71ce2ea235f15f937d5e5f2cd34425ee +SHA256 (.footprint) = d9d0e0f66afb5049420c8a6b163b5333dcd72face2f697ecb734b1add4065cf0 SHA256 (flatbuffers-2.0.5.tar.gz) = b01e97c988c429e164c5c7df9e87c80007ca87f593c0d73733ba536ddcbc8f98 diff --git a/flatbuffers/Pkgfile b/flatbuffers/Pkgfile index 2623e9b41..ebe73b4b2 100644 --- a/flatbuffers/Pkgfile +++ b/flatbuffers/Pkgfile @@ -9,8 +9,7 @@ release=1 source=(https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz) build() { - prt-get isinst ninja && PKGMK_FLATBUFFERS+=' -G Ninja' - cmake -S $name-$version -B build $PKGMK_FLATBUFFERS \ + cmake -S $name-$version -B build -G Ninja \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D CMAKE_BUILD_TYPE=Release \