Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minizip: Update zlib-1.3.tar.gz to 1.3.1 #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions tv.plex.PlexDesktop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: tv.plex.PlexDesktop
runtime: org.freedesktop.Platform
runtime-version: "23.08"
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
command: Plex
finish-args:
Expand All @@ -14,8 +14,8 @@ cleanup:
- /include
- /lib/cmake
- /lib/pkgconfig
- "*.a"
- "*.la"
- '*.a'
- '*.la'
modules:
- name: plex-metadata
buildsystem: simple
Expand Down Expand Up @@ -67,9 +67,9 @@ modules:
- name: libsnappy
buildsystem: cmake-ninja
config-opts:
- "-DBUILD_SHARED_LIBS=ON"
- "-DSNAPPY_BUILD_TESTS=OFF"
- "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
- -DBUILD_SHARED_LIBS=ON
- -DSNAPPY_BUILD_TESTS=OFF
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
sources:
- type: git
url: https://github.com/google/snappy
Expand All @@ -81,8 +81,8 @@ modules:
- --disable-static
sources:
- type: archive
url: https://zlib.net/fossils/zlib-1.3.tar.gz
sha256: ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e
url: https://zlib.net/fossils/zlib-1.3.1.tar.gz
sha256: 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
x-checker-data:
type: anitya
project-id: 5303
Expand All @@ -99,7 +99,8 @@ modules:
buildsystem: simple
build-commands:
- cp -a * /app
- sed -i 's/BASE_DIR=\$(dirname "\$(readlink -f "\$0")")/BASE_DIR=\$(dirname "\$(readlink -f "\$0")")\/../g' /app/Plex.sh
- sed -i 's/BASE_DIR=\$(dirname "\$(readlink -f "\$0")")/BASE_DIR=\$(dirname
"\$(readlink -f "\$0")")\/../g' /app/Plex.sh
- sed -i 's/"\$BASE_DIR"\/bin\/Plex/"\$BASE_DIR"\/bin\/plex-bin/g' /app/Plex.sh
- mv /app/bin/Plex /app/bin/plex-bin
- mv /app/Plex.sh /app/bin/Plex
Expand Down