aboutsummaryrefslogtreecommitdiff
path: root/repos/wayland/imv
diff options
context:
space:
mode:
Diffstat (limited to 'repos/wayland/imv')
-rwxr-xr-xrepos/wayland/imv/.checksum2
-rwxr-xr-xrepos/wayland/imv/.files11
-rwxr-xr-xrepos/wayland/imv/abuild7
-rwxr-xr-xrepos/wayland/imv/depends4
-rwxr-xr-xrepos/wayland/imv/icu76.1.patch11
-rwxr-xr-xrepos/wayland/imv/readme2
6 files changed, 0 insertions, 37 deletions
diff --git a/repos/wayland/imv/.checksum b/repos/wayland/imv/.checksum
deleted file mode 100755
index 363be5e1..00000000
--- a/repos/wayland/imv/.checksum
+++ /dev/null
@@ -1,2 +0,0 @@
-c5896188364ae669363b448fa1604fec9fd39e5e217823b8654ff387a5d2942c icu76.1.patch
-2c51ad23e92cec1dcbc0ee803fd54dcdac21b932c4e18086eec861db3007dad9 imv-4.5.0.tar.gz
diff --git a/repos/wayland/imv/.files b/repos/wayland/imv/.files
deleted file mode 100755
index b2d04f07..00000000
--- a/repos/wayland/imv/.files
+++ /dev/null
@@ -1,11 +0,0 @@
-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/wayland/imv/abuild b/repos/wayland/imv/abuild
deleted file mode 100755
index 8b3771b9..00000000
--- a/repos/wayland/imv/abuild
+++ /dev/null
@@ -1,7 +0,0 @@
-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"
diff --git a/repos/wayland/imv/depends b/repos/wayland/imv/depends
deleted file mode 100755
index 20327057..00000000
--- a/repos/wayland/imv/depends
+++ /dev/null
@@ -1,4 +0,0 @@
-libglvnd
-pango
-libxkbcommon
-inih
diff --git a/repos/wayland/imv/icu76.1.patch b/repos/wayland/imv/icu76.1.patch
deleted file mode 100755
index 3cfb6748..00000000
--- a/repos/wayland/imv/icu76.1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- imv-v4.5.0-orig/meson.build
-+++ imv-v4.5.0/meson.build
-@@ -42,7 +42,7 @@
-
- _unicode = get_option('unicode')
- if _unicode == 'icu'
-- unicode_lib = dependency('icu-io')
-+ unicode_lib = [ dependency('icu-io'), dependency('icu-uc') ]
- add_project_arguments('-DIMV_USE_ICU', language: 'c')
- elif _unicode == 'grapheme'
- unicode_lib = cc.find_library('grapheme')
diff --git a/repos/wayland/imv/readme b/repos/wayland/imv/readme
deleted file mode 100755
index 0eb659d4..00000000
--- a/repos/wayland/imv/readme
+++ /dev/null
@@ -1,2 +0,0 @@
-'imv' has native Wayland and X11 support but on X11 its required dependencies not in repos,
-so it stay in 'wayland' repo until all dependencies satisfied to be in 'extra'.