2022-09-10 15:10:27 +00:00
|
|
|
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
|
|
|
|
version: 1
|
|
|
|
script:
|
|
|
|
- rm -rf AppDir || true
|
|
|
|
- cp -r build/linux/x64/release/bundle AppDir
|
2022-09-14 21:18:21 +00:00
|
|
|
- install -Dm644 assets/images/icon/logo.svg AppDir/usr/share/icons/hicolor/scalable/apps/org.selfprivacy.app.svg
|
2022-09-10 15:10:27 +00:00
|
|
|
AppDir:
|
|
|
|
path: AppDir
|
|
|
|
app_info:
|
2022-09-14 21:18:21 +00:00
|
|
|
id: org.selfprivacy.app
|
2022-09-10 15:10:27 +00:00
|
|
|
name: SelfPrivacy
|
2022-09-14 21:18:21 +00:00
|
|
|
icon: org.selfprivacy.app
|
2024-01-19 14:49:56 +00:00
|
|
|
version: 0.10.0
|
2022-09-10 15:10:27 +00:00
|
|
|
exec: selfprivacy
|
|
|
|
exec_args: $@
|
|
|
|
apt:
|
|
|
|
arch:
|
|
|
|
- amd64
|
|
|
|
allow_unauthenticated: true
|
|
|
|
sources:
|
|
|
|
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy main restricted
|
|
|
|
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted
|
|
|
|
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy universe
|
|
|
|
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy-updates universe
|
|
|
|
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy multiverse
|
|
|
|
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy-updates multiverse
|
|
|
|
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
|
|
|
|
- sourceline: deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted
|
|
|
|
- sourceline: deb http://security.ubuntu.com/ubuntu/ jammy-security universe
|
|
|
|
- sourceline: deb http://security.ubuntu.com/ubuntu/ jammy-security multiverse
|
|
|
|
include:
|
|
|
|
- libjsoncpp-dev
|
|
|
|
- libsecret-1-0
|
|
|
|
- xdg-desktop-portal
|
|
|
|
test:
|
|
|
|
fedora-30:
|
|
|
|
image: appimagecrafters/tests-env:fedora-30
|
|
|
|
command: ./AppRun
|
|
|
|
debian-stable:
|
|
|
|
image: appimagecrafters/tests-env:debian-stable
|
|
|
|
command: ./AppRun
|
|
|
|
archlinux-latest:
|
|
|
|
image: appimagecrafters/tests-env:archlinux-latest
|
|
|
|
command: ./AppRun
|
|
|
|
centos-7:
|
|
|
|
image: appimagecrafters/tests-env:centos-7
|
|
|
|
command: ./AppRun
|
|
|
|
ubuntu-xenial:
|
|
|
|
image: appimagecrafters/tests-env:ubuntu-xenial
|
|
|
|
command: ./AppRun
|
|
|
|
AppImage:
|
|
|
|
arch: x86_64
|
|
|
|
update-information: guess
|