ports-wide: remove all occurrences of triggers="gtk-immodules" and
triggers="gtk3-immodules"
This commit is contained in:
parent
2a37c4734c
commit
f3541eff77
|
@ -79,14 +79,12 @@ fcitx-devel_package() {
|
|||
}
|
||||
}
|
||||
libfcitx-gtk_package() {
|
||||
triggers="gtk-immodules"
|
||||
short_desc+=" - GTK2 IM module"
|
||||
pkg_install() {
|
||||
vmove usr/lib/gtk-2.0
|
||||
}
|
||||
}
|
||||
libfcitx-gtk3_package() {
|
||||
triggers="gtk3-immodules"
|
||||
short_desc+=" - GTK3 IM module"
|
||||
pkg_install() {
|
||||
vmove usr/lib/gtk-3.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Template build file for 'gtk+'.
|
||||
# Template file for 'gtk+'
|
||||
pkgname=gtk+
|
||||
version=2.24.32
|
||||
revision=1
|
||||
|
@ -8,7 +8,7 @@ short_desc="The GTK+ toolkit (v2)"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gtk.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
|
||||
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-${version}.tar.xz"
|
||||
checksum=b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e
|
||||
|
||||
hostmakedepends="pkg-config perl xmlto glib-devel $(vopt_if gir gobject-introspection)"
|
||||
|
@ -18,7 +18,6 @@ makedepends="libglib-devel libXcursor-devel
|
|||
cairo-devel pango-devel atk-devel cups-devel"
|
||||
depends="shared-mime-info dbus-x11 gtk-update-icon-cache-${version}_${revision}"
|
||||
conf_files="/etc/gtk-2.0/im-multipress.conf"
|
||||
triggers="gtk-immodules"
|
||||
|
||||
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED"
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes
|
|||
json-glib-devel libnotify-devel librsvg-devel python-xdg"
|
||||
depends="hicolor-icon-theme iso-codes dbus-x11 python-xdg
|
||||
$(vopt_if ibus_setup 'python-gobject>=3.12.1_3')"
|
||||
triggers="gtk-immodules gtk3-immodules"
|
||||
short_desc="Intelligent Input Bus"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/ibus/ibus"
|
||||
|
|
Loading…
Reference in New Issue