From 254c4f3fb2c818d75c95687188f4a2dea82e502a Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Mon, 28 Sep 2020 23:02:56 +0200 Subject: [PATCH] Switch to GNOME 3.38 --- .gitlab-ci.yml | 2 +- build-aux/ci.manifest.yml | 7 +++---- build-aux/flathub.manifest.yml | 5 ++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9976229..a0690b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ include: https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_c flatpak: extends: .flatpak - image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.36 + image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.38 variables: RUNTIME_REPO: https://nightly.gnome.org/gnome-nightly.flatpakrepo APP_ID: org.gnome.World.PikaBackup diff --git a/build-aux/ci.manifest.yml b/build-aux/ci.manifest.yml index 07eeec2..6f071d5 100644 --- a/build-aux/ci.manifest.yml +++ b/build-aux/ci.manifest.yml @@ -2,7 +2,7 @@ app-id: org.gnome.World.PikaBackup command: pika-backup runtime: org.gnome.Platform -runtime-version: "3.36" +runtime-version: "3.38" sdk: org.gnome.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.rust-stable @@ -67,10 +67,9 @@ modules: - name: llfuse buildsystem: simple build-commands: - - python3 setup.py build_ext --inplace - - python3 setup.py install --prefix=/app + - pip3 install --no-index --find-links=. --prefix=/app llfuse sources: - - type: archive + - type: file url: https://files.pythonhosted.org/packages/75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31/llfuse-1.3.6.tar.bz2 sha256: 31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9 diff --git a/build-aux/flathub.manifest.yml b/build-aux/flathub.manifest.yml index a6ec2f6..ec41ed7 100644 --- a/build-aux/flathub.manifest.yml +++ b/build-aux/flathub.manifest.yml @@ -65,10 +65,9 @@ modules: - name: llfuse buildsystem: simple build-commands: - - python3 setup.py build_ext --inplace - - python3 setup.py install --prefix=/app + - pip3 install --no-index --find-links=. --prefix=/app llfuse sources: - - type: archive + - type: file url: https://files.pythonhosted.org/packages/75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31/llfuse-1.3.6.tar.bz2 sha256: 31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9 -- GitLab