diff options
| author | sfan5 <sfan5@live.de> | 2022-08-15 10:47:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-15 10:47:47 +0200 |
| commit | cae7ec1eb4c5fb56a9f4666a16d5937ac1e4c527 (patch) | |
| tree | b4b6cdea964d38016a7c74ac9a48f11a99b093af /misc | |
| parent | bce1078ced2c3aef09c5511abb61ab961912ab23 (diff) | |
| download | minetest-cae7ec1eb4c5fb56a9f4666a16d5937ac1e4c527.tar.xz | |
Cut back on Gitlab-ci & misc pipeline updates
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/AppImageBuilder.yml | 53 | ||||
| -rw-r--r-- | misc/debpkg-control | 33 |
2 files changed, 53 insertions, 33 deletions
diff --git a/misc/AppImageBuilder.yml b/misc/AppImageBuilder.yml new file mode 100644 index 000000000..4fecb7ff5 --- /dev/null +++ b/misc/AppImageBuilder.yml @@ -0,0 +1,53 @@ +version: 1 + +AppDir: + path: ./AppDir + + app_info: + id: net.minetest.minetest + name: Minetest + icon: minetest + version: !ENV ${VERSION} + exec: usr/bin/minetest + exec_args: $@ + runtime: + env: + APPDIR_LIBRARY_PATH: $APPDIR/usr/lib/x86_64-linux-gnu + + apt: + arch: amd64 + sources: + - sourceline: deb http://archive.ubuntu.com/ubuntu/ focal main universe + key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32' + - sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-updates main universe + - sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-backports main universe + - sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-security main universe + + include: + - libc6 + - libcrypt1 + - libcurl3-gnutls + - libfreetype6 + - libgl1 + - libjpeg-turbo8 + - libjsoncpp1 + - libleveldb1d + - libluajit-5.1-2 + - libopenal1 + - libpng16-16 + - libsqlite3-0 + - libstdc++6 + - libvorbisfile3 + - libx11-6 + - libxi6 + - zlib1g + + files: + exclude: + - usr/share/man + - usr/share/doc + +AppImage: + update-information: None + sign-key: None + arch: x86_64 diff --git a/misc/debpkg-control b/misc/debpkg-control deleted file mode 100644 index e867f3eb9..000000000 --- a/misc/debpkg-control +++ /dev/null @@ -1,33 +0,0 @@ -Section: games -Priority: extra -Standards-Version: 3.6.2 -Package: minetest-staging -Version: 5.4.0-DATEPLACEHOLDER -Depends: libc6, libcurl3-gnutls, libfreetype6, libgl1, JPEG_PLACEHOLDER, JSONCPP_PLACEHOLDER, LEVELDB_PLACEHOLDER, libopenal1, libpng16-16, libsqlite3-0, libstdc++6, libvorbisfile3, libx11-6, libxxf86vm1, libzstd1, zlib1g -Maintainer: Loic Blot <loic.blot@unix-experience.fr> -Homepage: https://www.minetest.net/ -Vcs-Git: https://github.com/minetest/minetest.git -Vcs-Browser: https://github.com/minetest/minetest.git -Architecture: amd64 -Build-Depends: - cmake, - gettext, - libcurl4-gnutls-dev, - libfreetype6-dev, - libgl1-mesa-dev, - libjpeg-dev, - libjsoncpp-dev, - libleveldb-dev, - libogg-dev, - libopenal-dev, - libpng-dev, - libsqlite3-dev, - libvorbis-dev, - libx11-dev, - zlib1g-dev -Description: Multiplayer infinite-world block sandbox game - Minetest is a minecraft-inspired game written from scratch and licensed - under the LGPL (version 2.1 or later). It supports both survival and creative - modes along with multiplayer support, dynamic lighting, and an "infinite" map - generator. -Conflicts: minetestc55, minetest, minetest-server, minetest-data |
