internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,37 +1,39 @@
package fontconfig {
description = "font configuration and customization library";
website = "https://www.freedesktop.org/wiki/Software/fontconfig";
anitya = 827;
//az:schema mbf
version* = "2.18.0";
package fontconfig {
description = "font configuration and customization library"
website = "https://www.freedesktop.org/wiki/Software/fontconfig"
anitya = 827
version := "2.18.0"
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "fontconfig/fontconfig";
ref = version;
checksum = "Z-yA7pFiE7cRDxZm32EHUPmeRx-lth2X6uw51aoeLi4BXwNm4iOWT13IGp3YSbNW";
};
domain = "gitlab.freedesktop.org"
suffix = "fontconfig/fontconfig"
ref = version
checksum = "Z-yA7pFiE7cRDxZm32EHUPmeRx-lth2X6uw51aoeLi4BXwNm4iOWT13IGp3YSbNW"
}
exec = make {
generate = "NOCONFIGURE=1 ./autogen.sh";
};
generate = "NOCONFIGURE=1 ./autogen.sh"
}
inputs = [
automake,
libtool,
pkg-config,
gettext,
gperf,
gzip,
python,
automake
libtool
pkg-config
gettext
gperf
gzip
python
zlib,
libexpat,
freetype,
];
zlib
libexpat
freetype
]
runtime = [
zlib,
libexpat,
freetype,
];
zlib
libexpat
freetype
]
}