diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/imv | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/imv')
| -rw-r--r-- | repos/extra/imv/.files | 11 | ||||
| -rw-r--r-- | repos/extra/imv/depends | 5 | ||||
| -rw-r--r-- | repos/extra/imv/info | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/repos/extra/imv/.files b/repos/extra/imv/.files new file mode 100644 index 00000000..b2d04f07 --- /dev/null +++ b/repos/extra/imv/.files @@ -0,0 +1,11 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/imv_config.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/imv +-rwxr-xr-x root/root usr/bin/imv-dir +-rwxr-xr-x root/root usr/bin/imv-msg +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/imv-dir.desktop +-rw-r--r-- root/root usr/share/applications/imv.desktop diff --git a/repos/extra/imv/depends b/repos/extra/imv/depends new file mode 100644 index 00000000..800dcccd --- /dev/null +++ b/repos/extra/imv/depends @@ -0,0 +1,5 @@ +icu +libglvnd +pango +libxkbcommon +inih diff --git a/repos/extra/imv/info b/repos/extra/imv/info new file mode 100644 index 00000000..dedcd61c --- /dev/null +++ b/repos/extra/imv/info @@ -0,0 +1,5 @@ +name=imv +version=4.5.0 +release=1 +source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz" +build_opt="-Dwindows=wayland" |