mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
caribou: do not display the useless icon.
This commit is contained in:
parent
228ac558c3
commit
68e70060ea
2 changed files with 11 additions and 12 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'caribou-devel'.
|
# Template file for 'caribou-devel'.
|
||||||
#
|
#
|
||||||
|
noarch=yes
|
||||||
depends="pygobject-devel"
|
depends="pygobject-devel"
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${sourcepkg} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/share/gir-1.0 usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'caribou'
|
# Template file for 'caribou'
|
||||||
pkgname=caribou
|
pkgname=caribou
|
||||||
version=0.4.2
|
version=0.4.2
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static
|
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
|
||||||
--disable-gtk2-module"
|
|
||||||
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection vala-devel libxklavier-devel libgee-devel pygobject-devel clutter-devel gtk+3-devel libXtst-devel"
|
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection vala-devel libxklavier-devel libgee-devel pygobject-devel clutter-devel gtk+3-devel libXtst-devel"
|
||||||
fulldepends="pyatspi dbus-python pygobject gir-freedesktop at-spi2-atk desktop-file-utils"
|
fulldepends="pyatspi dbus-python pygobject gir-freedesktop at-spi2-atk desktop-file-utils"
|
||||||
|
pycompile_module="$pkgname"
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
short_desc="An alternative to the Gnome On-screen Keyboard"
|
short_desc="An alternative to the Gnome On-screen Keyboard"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad
|
checksum=bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad
|
||||||
|
@ -21,7 +22,8 @@ long_desc="
|
||||||
who can use a mouse but not a hardware keyboard. This on-screen keyboard may
|
who can use a mouse but not a hardware keyboard. This on-screen keyboard may
|
||||||
also be useful for touch screen or tablet users."
|
also be useful for touch screen or tablet users."
|
||||||
|
|
||||||
pycompile_module="$pkgname"
|
post_install() {
|
||||||
subpackages="$pkgname-devel"
|
# Do not display the icon, useless.
|
||||||
|
echo "NoDisplay=true" >> ${DESTDIR}/usr/share/applications/caribou.desktop
|
||||||
|
echo "OnlyShowIn=GNOME;" >> ${DESTDIR}/etc/xdg/autostart/caribou-autostart.desktop
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue