aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-20 02:25:41 +0900
committerOphestra <cat@gensokyo.uk>2026-05-20 02:25:41 +0900
commit96abf266dd8bbbb4ea65c74a3f84f2461a6021a7 (patch)
treedf40c99715f061d15c9c32165bcbf9a3343c256f /internal/rosa/package
parentfcba32e9c4bc27a0cdcd1a78bbc1cf5ea799c18e (diff)
internal/rosa/package: migrate hwdata, kmod, libarchive
This removes a blank line in CTestCustom.cmake, causing a libarchive rebuild. Resulting IR is identical otherwise. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package')
-rw-r--r--internal/rosa/package/hwdata.az23
-rw-r--r--internal/rosa/package/kmod.az40
-rw-r--r--internal/rosa/package/libarchive/CTestCustom.cmake63
-rw-r--r--internal/rosa/package/libarchive/package.az19
4 files changed, 145 insertions, 0 deletions
diff --git a/internal/rosa/package/hwdata.az b/internal/rosa/package/hwdata.az
new file mode 100644
index 00000000..2a760eb2
--- /dev/null
+++ b/internal/rosa/package/hwdata.az
@@ -0,0 +1,23 @@
+package hwdata {
+ description = "contains various hardware identification and configuration data";
+ website = "https://github.com/vcrhonek/hwdata";
+ anitya = 5387;
+
+ version* = "0.407";
+ source = remoteGitHub {
+ suffix = "vcrhonek/hwdata";
+ tag = "v"+version;
+ checksum = "6p1XD0CRuzt6hLfjv4ShKBW934BexmoPkRrmwxD4J63fBVCzVBRHyF8pVJdW_Xjm";
+ };
+
+ writable = true;
+ enterSource = true;
+
+ exec = make {
+ // awk: fatal: cannot open file `hwdata.spec' for reading: No such file or directory
+ inPlace = true;
+
+ // lspci: Unknown option 'A' (see "lspci --help")
+ skipCheck = true;
+ };
+}
diff --git a/internal/rosa/package/kmod.az b/internal/rosa/package/kmod.az
new file mode 100644
index 00000000..c4b4733a
--- /dev/null
+++ b/internal/rosa/package/kmod.az
@@ -0,0 +1,40 @@
+package kmod {
+ description = "a set of tools to handle common tasks with Linux kernel modules";
+ website = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git";
+ anitya = 1517;
+
+ version* = "34.2";
+ source = remoteTar {
+ url = "https://www.kernel.org/pub/linux/utils/kernel/"+
+ "kmod/kmod-"+version+".tar.gz";
+ checksum = "0K7POeTKxMhExsaTsnKAC6LUNsRSfe6sSZxWONPbOu-GI_pXOw3toU_BIoqfBhJV";
+ compress = gzip;
+ };
+
+ exec = meson {
+ setup = {
+ "Dmoduledir": "/system/lib/modules";
+ "Dsysconfdir": "/system/etc";
+ "Dbashcompletiondir": "no";
+ "Dfishcompletiondir": "no";
+ "Dxz": "disabled";
+ "Dmanpages": "false";
+ };
+
+ // makes assumptions about the running kernel
+ skipTest = true;
+ };
+
+ inputs = [
+ zlib,
+ zstd,
+ openssl,
+ kernel-headers,
+ ];
+
+ runtime = [
+ zlib,
+ zstd,
+ openssl,
+ ];
+}
diff --git a/internal/rosa/package/libarchive/CTestCustom.cmake b/internal/rosa/package/libarchive/CTestCustom.cmake
new file mode 100644
index 00000000..805c408e
--- /dev/null
+++ b/internal/rosa/package/libarchive/CTestCustom.cmake
@@ -0,0 +1,63 @@
+list(APPEND CTEST_CUSTOM_TESTS_IGNORE
+ "libarchive_test_archive_string_conversion_fail_c"
+ "libarchive_test_archive_string_conversion_fail_latin1"
+ "libarchive_test_archive_string_update_utf8_koi8"
+ "libarchive_test_gnutar_filename_encoding_KOI8R_UTF8"
+ "libarchive_test_gnutar_filename_encoding_KOI8R_CP866"
+ "libarchive_test_gnutar_filename_encoding_CP1251_UTF8"
+ "libarchive_test_gnutar_filename_encoding_Russian_Russia"
+ "libarchive_test_gnutar_filename_encoding_EUCJP_UTF8"
+ "libarchive_test_gnutar_filename_encoding_EUCJP_CP932"
+ "libarchive_test_gnutar_filename_encoding_CP932_UTF8"
+ "libarchive_test_pax_filename_encoding_KOI8R"
+ "libarchive_test_pax_filename_encoding_CP1251"
+ "libarchive_test_pax_filename_encoding_EUCJP"
+ "libarchive_test_pax_filename_encoding_CP932"
+ "libarchive_test_read_format_cpio_filename_UTF8_eucJP"
+ "libarchive_test_read_format_cpio_filename_CP866_KOI8R"
+ "libarchive_test_read_format_cpio_filename_KOI8R_CP866"
+ "libarchive_test_read_format_cpio_filename_UTF8_KOI8R"
+ "libarchive_test_read_format_cpio_filename_UTF8_CP866"
+ "libarchive_test_read_format_cpio_filename_eucJP_CP932"
+ "libarchive_test_read_format_cpio_filename_UTF8_CP932"
+ "libarchive_test_read_format_cpio_filename_CP866_CP1251"
+ "libarchive_test_read_format_cpio_filename_CP866_CP1251_win"
+ "libarchive_test_read_format_cpio_filename_KOI8R_CP1251"
+ "libarchive_test_read_format_cpio_filename_UTF8_CP1251"
+ "libarchive_test_read_format_gtar_filename_CP866_KOI8R"
+ "libarchive_test_read_format_gtar_filename_KOI8R_CP866"
+ "libarchive_test_read_format_gtar_filename_eucJP_CP932"
+ "libarchive_test_read_format_gtar_filename_CP866_CP1251"
+ "libarchive_test_read_format_gtar_filename_CP866_CP1251_win"
+ "libarchive_test_read_format_gtar_filename_KOI8R_CP1251"
+ "libarchive_test_read_format_rar_unicode_CP932"
+ "libarchive_test_read_format_zip_filename_CP932_eucJP"
+ "libarchive_test_read_format_zip_filename_UTF8_eucJP"
+ "libarchive_test_read_format_zip_filename_CP866_KOI8R"
+ "libarchive_test_read_format_zip_filename_KOI8R_CP866"
+ "libarchive_test_read_format_zip_filename_UTF8_KOI8R"
+ "libarchive_test_read_format_zip_filename_UTF8_CP866"
+ "libarchive_test_read_format_zip_filename_CP932_CP932"
+ "libarchive_test_read_format_zip_filename_UTF8_CP932"
+ "libarchive_test_read_format_zip_filename_CP866_CP1251"
+ "libarchive_test_read_format_zip_filename_CP866_CP1251_win"
+ "libarchive_test_read_format_zip_filename_KOI8R_CP1251"
+ "libarchive_test_read_format_zip_filename_UTF8_CP1251"
+ "libarchive_test_ustar_filename_encoding_KOI8R_UTF8"
+ "libarchive_test_ustar_filename_encoding_KOI8R_CP866"
+ "libarchive_test_ustar_filename_encoding_CP1251_UTF8"
+ "libarchive_test_ustar_filename_encoding_Russian_Russia"
+ "libarchive_test_ustar_filename_encoding_EUCJP_UTF8"
+ "libarchive_test_ustar_filename_encoding_EUCJP_CP932"
+ "libarchive_test_ustar_filename_encoding_CP932_UTF8"
+ "libarchive_test_zip_filename_encoding_KOI8R"
+ "libarchive_test_zip_filename_encoding_ru_RU_CP1251"
+ "libarchive_test_zip_filename_encoding_Russian_Russia"
+ "libarchive_test_zip_filename_encoding_EUCJP"
+ "libarchive_test_zip_filename_encoding_CP932"
+ "libarchive_test_read_format_cab_filename"
+ "libarchive_test_read_format_lha_filename"
+ "libarchive_test_read_format_tar_filename"
+ "libarchive_test_read_format_ustar_filename"
+ "libarchive_test_read_append_wrong_filter"
+)
diff --git a/internal/rosa/package/libarchive/package.az b/internal/rosa/package/libarchive/package.az
new file mode 100644
index 00000000..2816e299
--- /dev/null
+++ b/internal/rosa/package/libarchive/package.az
@@ -0,0 +1,19 @@
+package libarchive {
+ description = "multi-format archive and compression library";
+ website = "https://www.libarchive.org";
+ anitya = 1558;
+
+ version* = "3.8.7";
+ source = remoteGitHub {
+ suffix = "libarchive/libarchive";
+ tag = "v"+version;
+ checksum = "CUJK4MDQmZmATClgQBH2Wt-7Ts4iiSUlg1J_TVb6-5IK3rVUgVLIMc5k-bnWB9w3";
+ };
+
+ files = [ "CTestCustom.cmake" ];
+
+ writable = true;
+ early = "\ninstall -Dv /usr/src/CTestCustom.cmake /cure/\n";
+
+ exec = cmake {};
+}