mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/polycule: rebuild with flutter 3.32
This commit is contained in:
parent
472a054df1
commit
688d9e9b19
3 changed files with 8 additions and 19 deletions
|
@ -1,8 +1,10 @@
|
|||
# Contributor: The one with the braid <info@braid.business>
|
||||
# Maintainer: The one with the braid <info@braid.business>
|
||||
pkgname=polycule
|
||||
pkgver=0.2.5
|
||||
pkgrel=1
|
||||
# git due to https://gitlab.com/polycule_client/polycule/-/issues/23
|
||||
pkgver=0.2.5_git20250604
|
||||
_rev=b1b3422c3eadddef2d87c53bc74f710e49d9d813
|
||||
pkgrel=0
|
||||
pkgdesc="A geeky and efficient [matrix] client for power users."
|
||||
url="https://gitlab.com/polycule_client/polycule"
|
||||
arch="aarch64 x86_64" # flutter
|
||||
|
@ -36,7 +38,6 @@ sonameprefix="$pkgname:"
|
|||
source="
|
||||
https://gitlab.com/polycule_client/polycule/-/archive/${_rev:-"v$pkgver"}/polycule-${_rev:-v"$pkgver"}.tar.gz
|
||||
system-flutter.patch
|
||||
no-werror.patch
|
||||
media-kit-broken-by-design.patch.pubdev
|
||||
"
|
||||
builddir="$srcdir/polycule-${_rev:-"v$pkgver"}"
|
||||
|
@ -122,8 +123,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
103cc574246364f35052d6d366034c47c04f32334a643d0dd5128060feff2661acf1415ef15156b9dcbb4aaa832630486d844c6a29b549bf0ef8f427482c3976 polycule-v0.2.5.tar.gz
|
||||
52bf10563edc8bf820c7b3ebc564ad13f8b233ff9ed5382f9c60c8f3463409caedc0d228d0a0a2bb255b9896cb33451dcee0a8d6108ec641b6504ef0d0bc9e35 polycule-b1b3422c3eadddef2d87c53bc74f710e49d9d813.tar.gz
|
||||
00108c868dbb776ca4ce41861b31dd3e833b691d26f25a23c9b7a619be262f433ec655158c3e2e8dcb7c16ff900baf9e6eb51f7edadb945821df841e5e6b8bc2 system-flutter.patch
|
||||
f1f9ed7c023024b11ea7ed4bfb02c8333e41c010b12c3ded816aae9ae947b8ccd0c9d2ca1e870fa92291553e75c7ba0b24c7be6e2d340c9d8de6a95f0d3410c8 no-werror.patch
|
||||
159e717794811368df94401b0b18af01c835ac0da6b772026e95090699338cf10d05d494151f8c51409cf8440e32eeaba2d28f632ac3c288d5a7da4fa91f0b71 media-kit-broken-by-design.patch.pubdev
|
||||
be8b90853aad9768d58a501d8e85e205a0b770b3d2cdc23a4b5b8878923d3368cc2463869ed6537b3220126c083360503305b65a671ca3f9e5c073ad18547e9d media-kit-broken-by-design.patch.pubdev
|
||||
"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- a/pub_cache/hosted/pub.dev/media_kit_video-1.2.5/linux/include/media_kit_video/video_output.h
|
||||
+++ b/pub_cache/hosted/pub.dev/media_kit_video-1.2.5/linux/include/media_kit_video/video_output.h
|
||||
--- a/pub_cache/hosted/pub.dev/media_kit_video-1.3.0/linux/include/media_kit_video/video_output.h
|
||||
+++ b/pub_cache/hosted/pub.dev/media_kit_video-1.3.0/linux/include/media_kit_video/video_output.h
|
||||
@@ -11,6 +11,11 @@
|
||||
|
||||
#include <flutter_linux/flutter_linux.h>
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ./linux/CMakeLists.txt.orig
|
||||
+++ ./linux/CMakeLists.txt
|
||||
@@ -44,7 +44,7 @@
|
||||
# of modifying this function.
|
||||
function(APPLY_STANDARD_SETTINGS TARGET)
|
||||
target_compile_features(${TARGET} PUBLIC cxx_std_14)
|
||||
- target_compile_options(${TARGET} PRIVATE -Wall -Werror)
|
||||
+ target_compile_options(${TARGET} PRIVATE -Wall)
|
||||
target_compile_options(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:-O3>")
|
||||
target_compile_definitions(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:NDEBUG>")
|
||||
endfunction()
|
Loading…
Add table
Add a link
Reference in a new issue