aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk')
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/files-in-package.txt6
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest8
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postinst19
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postrm18
4 files changed, 0 insertions, 51 deletions
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/files-in-package.txt b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/files-in-package.txt
deleted file mode 100644
index 56e97dd730ed..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/files-in-package.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-drwxr-xr-x root root 4096 ./usr
-drwxr-xr-x root root 4096 ./usr/lib
-drwxr-xr-x root root 4096 ./usr/lib/gtk-3.0
-drwxr-xr-x root root 4096 ./usr/lib/gtk-3.0/3.0.0
-drwxr-xr-x root root 4096 ./usr/lib/gtk-3.0/3.0.0/immodules
--rwxr-xr-x root root 13652 ./usr/lib/gtk-3.0/3.0.0/immodules/im-waylandgtk.so
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest
deleted file mode 100644
index 2222f3dd71cb..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest
+++ /dev/null
@@ -1,8 +0,0 @@
-PV = 3.24.34
-PR = r0
-RPROVIDES =
-RDEPENDS = at-spi2-atk (>= 2.38.0) atk (>= 2.38.0) cairo (>= 1.16.0) cairo-gobject (>= 1.16.0) fontconfig (>= 2.14.0) freetype (>= 2.12.1) fribidi (>= 1.0.12) gdk-pixbuf (>= 2.42.8) glib-2.0 (>= 2.72.2) glibc (>= 2.35) gtk+3 (>= 3.24.34) harfbuzz (>= 4.3.0) libepoxy (>= 1.5.9) libx11 (>= 1.8.1) libxcomposite (>= 0.4.5) libxcursor (>= 1.2.1) libxdamage (>= 1.1.5) libxext (>= 1.3.4) libxfixes (>= 6.0.0) libxi (>= 1.8) libxkbcommon (>= 1.4.1) libxrandr (>= 1.5.2) pango (>= 1.50.7) wayland (>= 1.20.0)
-RRECOMMENDS =
-PKGSIZE = 13652
-FILES = /usr/lib/gtk-3.0/3.0.0/immodules/im-waylandgtk.so
-FILELIST = /usr/lib/gtk-3.0/3.0.0/immodules/im-waylandgtk.so
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postinst b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postinst
deleted file mode 100644
index e94021ff10d3..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postinst
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-set -e
-if [ "x$D" != "x" ]; then
- $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-waylandgtk \
- mlprefix= \
- binprefix= \
- libdir=/usr/lib \
- libexecdir=/usr/libexec \
- base_libdir=/lib \
- bindir=/usr/bin
-else
- if [ ! -z `which gtk-query-immodules-2.0` ]; then
- gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache
- fi
- if [ ! -z `which gtk-query-immodules-3.0` ]; then
- mkdir -p /usr/lib/gtk-3.0/3.0.0
- gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
- fi
-fi
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postrm b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postrm
deleted file mode 100644
index 670b821b1b55..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk/latest.pkg_postrm
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-set -e
-if [ "x$D" != "x" ]; then
- $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-waylandgtk \
- mlprefix= \
- binprefix= \
- libdir=/usr/lib \
- libexecdir=/usr/libexec \
- base_libdir=/lib \
- bindir=/usr/bin
-else
- if [ ! -z `which gtk-query-immodules-2.0` ]; then
- gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache
- fi
- if [ ! -z `which gtk-query-immodules-3.0` ]; then
- gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
- fi
-fi