-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0aba053
commit d14c1cd
Showing
3 changed files
with
79 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Changelog | ||
|
||
<!--ENTER CHANGELOG HERE--> | ||
<!--ENTER CHANGELOG HERE--> | ||
|
||
## 0.1.0 (2024-10-21) | ||
|
||
First release 🎉 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
# 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 | ||
- mkdir -p AppDir/usr/share/icons/hicolor/64x64/apps/ | ||
- mkdir -p AppDir/usr/share/metainfo/ | ||
- cp linux/debian/usr/share/icons/hicolor AppDir/usr/share/icons/hicolor -r | ||
- cp linux/debian/usr/share/metainfo/dev.linwood.setonix.appdata.xml AppDir/usr/share/metainfo/ | ||
|
||
AppDir: | ||
path: ./AppDir | ||
app_info: | ||
id: dev.linwood.setonix | ||
name: Linwood Setonix | ||
icon: dev.linwood.setonix | ||
version: 0.1.0 | ||
exec: setonix | ||
exec_args: $@ | ||
apt: | ||
arch: amd64 | ||
allow_unauthenticated: true | ||
sources: | ||
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse | ||
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse | ||
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse | ||
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security main restricted universe multiverse | ||
include: | ||
- libgtk-3-0 | ||
- libsecret-1-dev | ||
- libjsoncpp-dev | ||
exclude: | ||
- humanity-icon-theme | ||
- hicolor-icon-theme | ||
- adwaita-icon-theme | ||
- ubuntu-mono | ||
files: | ||
include: [] | ||
exclude: | ||
- usr/share/man | ||
- usr/share/doc/*/README.* | ||
- usr/share/doc/*/changelog.* | ||
- usr/share/doc/*/NEWS.* | ||
- usr/share/doc/*/TODO.* | ||
test: | ||
fedora-30: | ||
image: appimagecrafters/tests-env:fedora-30 | ||
command: ./AppRun | ||
use_host_x: true | ||
debian-stable: | ||
image: appimagecrafters/tests-env:debian-stable | ||
command: ./AppRun | ||
use_host_x: true | ||
archlinux-latest: | ||
image: appimagecrafters/tests-env:archlinux-latest | ||
command: ./AppRun | ||
use_host_x: true | ||
centos-7: | ||
image: appimagecrafters/tests-env:centos-7 | ||
command: ./AppRun | ||
use_host_x: true | ||
ubuntu-xenial: | ||
image: appimagecrafters/tests-env:ubuntu-xenial | ||
command: ./AppRun | ||
use_host_x: true | ||
runtime: | ||
env: | ||
GDK_BACKEND: x11 | ||
GIO_MODULE_DIR: $APPDIR/usr/lib/x86_64-linux-gnu/gio/modules/ | ||
AppImage: | ||
arch: x86_64 | ||
update-information: guess | ||
# 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 | ||
- mkdir -p AppDir/usr/share/icons/hicolor/64x64/apps/ | ||
- mkdir -p AppDir/usr/share/metainfo/ | ||
- cp linux/debian/usr/share/icons/hicolor AppDir/usr/share/icons/hicolor -r | ||
- cp linux/debian/usr/share/metainfo/dev.linwood.setonix.appdata.xml AppDir/usr/share/metainfo/ | ||
|
||
AppDir: | ||
path: ./AppDir | ||
app_info: | ||
id: dev.linwood.setonix | ||
name: Linwood Setonix | ||
icon: dev.linwood.setonix | ||
version: 0.1.0 | ||
exec: setonix | ||
exec_args: $@ | ||
apt: | ||
arch: amd64 | ||
allow_unauthenticated: true | ||
sources: | ||
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse | ||
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse | ||
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse | ||
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security main restricted universe multiverse | ||
include: | ||
- libgtk-3-0 | ||
- libsecret-1-dev | ||
- libjsoncpp-dev | ||
exclude: | ||
- humanity-icon-theme | ||
- hicolor-icon-theme | ||
- adwaita-icon-theme | ||
- ubuntu-mono | ||
files: | ||
include: [] | ||
exclude: | ||
- usr/share/man | ||
- usr/share/doc/*/README.* | ||
- usr/share/doc/*/changelog.* | ||
- usr/share/doc/*/NEWS.* | ||
- usr/share/doc/*/TODO.* | ||
test: | ||
fedora-30: | ||
image: appimagecrafters/tests-env:fedora-30 | ||
command: ./AppRun | ||
use_host_x: true | ||
debian-stable: | ||
image: appimagecrafters/tests-env:debian-stable | ||
command: ./AppRun | ||
use_host_x: true | ||
archlinux-latest: | ||
image: appimagecrafters/tests-env:archlinux-latest | ||
command: ./AppRun | ||
use_host_x: true | ||
centos-7: | ||
image: appimagecrafters/tests-env:centos-7 | ||
command: ./AppRun | ||
use_host_x: true | ||
ubuntu-xenial: | ||
image: appimagecrafters/tests-env:ubuntu-xenial | ||
command: ./AppRun | ||
use_host_x: true | ||
runtime: | ||
env: | ||
GDK_BACKEND: x11 | ||
GIO_MODULE_DIR: $APPDIR/usr/lib/x86_64-linux-gnu/gio/modules/ | ||
AppImage: | ||
arch: x86_64 | ||
update-information: guess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ | |
</description> | ||
<launchable type="desktop-id">dev.linwood.setonix.desktop</launchable> | ||
<releases> | ||
<release version="0.1.0" date="2024-10-21" /> | ||
</releases> | ||
<content_rating type="oars-1.1" /> | ||
<update_contact>[email protected]</update_contact> | ||
|