diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
| commit | a5f034c0baff207235955b7f7279f327340442f6 (patch) | |
| tree | b554e28ea2093e3ca6f6685f7d71434b6740fb7b /repos/extra/imv/abuild | |
| parent | 4a049da080c71706d46c5899d869e3eb401c9b14 (diff) | |
| download | alicelinux-a5f034c0baff207235955b7f7279f327340442f6.tar.gz alicelinux-a5f034c0baff207235955b7f7279f327340442f6.zip | |
moved wayland abuilds to extra
Diffstat (limited to 'repos/extra/imv/abuild')
| -rw-r--r-- | repos/extra/imv/abuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/repos/extra/imv/abuild b/repos/extra/imv/abuild new file mode 100644 index 00000000..8b3771b9 --- /dev/null +++ b/repos/extra/imv/abuild @@ -0,0 +1,7 @@ +name=imv +version=4.5.0 +release=1 +source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz + icu76.1.patch" +[ -f $SPM_PKGDB/libx11 ] && build_opt="-Dwindows=x11" +[ -f $SPM_PKGDB/wayland ] && build_opt="-Dwindows=wayland" |