-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #421 from Dennisbonke/updates2
- Loading branch information
Showing
20 changed files
with
499 additions
and
785 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
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 |
---|---|---|
|
@@ -3,6 +3,12 @@ import: | |
- !managarm | ||
--- | ||
sources: | ||
- name: appstream | ||
subdir: 'ports' | ||
git: 'https://github.com/ximion/appstream.git' | ||
tag: 'v1.0.4' | ||
version: '1.0.4' | ||
|
||
- name: glib | ||
subdir: ports | ||
git: 'https://gitlab.gnome.org/GNOME/glib.git' | ||
|
@@ -18,8 +24,8 @@ sources: | |
- name: icu | ||
subdir: 'ports' | ||
git: 'https://github.com/unicode-org/icu.git' | ||
tag: 'release-73-2' | ||
version: '73.2' | ||
tag: 'release-76-1' | ||
version: '76.1' | ||
tools_required: | ||
- host-autoconf-v2.69 | ||
- host-automake-v1.15 | ||
|
@@ -82,6 +88,43 @@ sources: | |
|
||
|
||
tools: | ||
- name: host-appstream | ||
architecture: noarch | ||
from_source: appstream | ||
exports_aclocal: true | ||
exports_shared_libs: true | ||
tools_required: | ||
- host-pkg-config | ||
- virtual: pkgconfig-for-host | ||
program_name: host-pkg-config | ||
revision: 1 | ||
configure: | ||
- args: | ||
- 'meson' | ||
- 'setup' | ||
- '--native-file' | ||
- '@SOURCE_ROOT@/scripts/meson.native-file' | ||
- '--prefix=@PREFIX@' | ||
- '-Dapidocs=false' | ||
- '-Ddocs=false' | ||
- '-Dcompose=false' | ||
- '-Dmaintainer=false' | ||
- '-Dstatic-analysis=false' | ||
- '-Dstemming=false' | ||
- '-Dvapi=false' | ||
- '-Dapt-support=false' | ||
- '-Dinstall-docs=false' | ||
- '-Dgir=false' | ||
- '-Dqt=false' | ||
- '-Dsystemd=false' | ||
- '-Ddocs=false' | ||
- '@THIS_SOURCE_DIR@' | ||
isolate_network: false | ||
compile: | ||
- args: ['ninja'] | ||
install: | ||
- args: ['ninja', 'install'] | ||
|
||
- name: host-glib | ||
labels: [aarch64, riscv64] | ||
architecture: noarch | ||
|
@@ -167,21 +210,17 @@ tools: | |
packages: | ||
- name: appstream | ||
architecture: '@OPTION:arch@' | ||
stability_level: 'broken' # networking issues | ||
metadata: | ||
summary: Cross-distro effort for providing metadata for software in the Linux ecosystem | ||
description: This package provides a library and tool that is useful for retrieving software metadata and making it easily accessible to programs which need it. | ||
spdx: 'LGPL-2.1-or-later GPL-2.0-or-later' | ||
website: 'https://www.freedesktop.org/wiki/Distributions/AppStream/' | ||
maintainer: "Dennis Bonke <[email protected]>" | ||
categories: ['dev-libs'] | ||
source: | ||
subdir: 'ports' | ||
git: 'https://github.com/ximion/appstream.git' | ||
tag: 'v0.16.4' | ||
version: '0.16.4' | ||
from_source: 'appstream' | ||
tools_required: | ||
- system-gcc | ||
- host-appstream | ||
- virtual: pkgconfig-for-target | ||
triple: "@OPTION:arch-triple@" | ||
pkgs_required: | ||
|
@@ -596,7 +635,7 @@ packages: | |
- host-icu | ||
pkgs_required: | ||
- mlibc | ||
revision: 6 | ||
revision: 1 | ||
configure: | ||
- args: ['cp', | ||
'@THIS_SOURCE_DIR@/icu4c/source/config/mh-linux', | ||
|
@@ -1174,8 +1213,8 @@ packages: | |
source: | ||
subdir: 'ports' | ||
git: 'https://github.com/thom311/libnl.git' | ||
tag: 'libnl3_9_0' | ||
version: '3.9.0' | ||
tag: 'libnl3_11_0' | ||
version: '3.11.0' | ||
tools_required: | ||
- host-autoconf-v2.69 | ||
- host-automake-v1.15 | ||
|
@@ -1968,7 +2007,7 @@ packages: | |
pkgs_required: | ||
- mlibc | ||
- zlib | ||
revision: 7 | ||
revision: 8 | ||
configure: | ||
- args: | ||
- '@THIS_SOURCE_DIR@/Configure' | ||
|
@@ -2051,8 +2090,8 @@ packages: | |
source: | ||
subdir: ports | ||
git: 'https://github.com/PhilipHazel/pcre2.git' | ||
tag: 'pcre2-10.42' | ||
version: '10.42' | ||
tag: 'pcre2-10.44' | ||
version: '10.44' | ||
tools_required: | ||
- host-autoconf-v2.69 | ||
- host-automake-v1.15 | ||
|
@@ -2068,14 +2107,14 @@ packages: | |
- ncurses | ||
- readline | ||
- zlib | ||
revision: 5 | ||
revision: 1 | ||
configure: | ||
- args: | ||
- '@THIS_SOURCE_DIR@/configure' | ||
- '--host=@OPTION:arch-triple@' | ||
- '--prefix=/usr' | ||
- '--with-sysroot=@SYSROOT_DIR@' # Set libtool's lt_sysroot. | ||
- '--docdir=/usr/share/doc/pcre2-10.42' | ||
- '--docdir=/usr/share/doc/pcre2-10.44' | ||
- '--enable-unicode' | ||
- '--enable-jit' | ||
- '--enable-pcre2-16' | ||
|
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
Oops, something went wrong.