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,26 +1,28 @@
package pkg-config {
description = "a helper tool used when compiling applications and libraries";
website = "https://pkgconfig.freedesktop.org";
anitya = 3649;
//az:schema mbf
version* = "0.29.2";
package pkg-config {
description = "a helper tool used when compiling applications and libraries"
website = "https://pkgconfig.freedesktop.org"
anitya = 3649
version := "0.29.2"
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "pkg-config/pkg-config";
ref = "pkg-config-"+version;
checksum = "6UsGqEMA8EER_5b9N0b32UCqiRy39B6_RnPfvuslWhtFV1qYD4DfS10crGZN_TP2";
};
domain = "gitlab.freedesktop.org"
suffix = "pkg-config/pkg-config"
ref = "pkg-config-"+version
checksum = "6UsGqEMA8EER_5b9N0b32UCqiRy39B6_RnPfvuslWhtFV1qYD4DfS10crGZN_TP2"
}
exec = make {
generate = "./autogen.sh --no-configure";
configure = {
"CFLAGS": "'-Wno-int-conversion'";
"with-internal-glib";
};
};
generate = "./autogen.sh --no-configure"
configure = [
"CFLAGS": "'-Wno-int-conversion'"
"with-internal-glib"
]
}
inputs = [
automake,
libtool,
];
automake
libtool
]
}