diff options
Diffstat (limited to 'community-testing/onboard')
-rw-r--r-- | community-testing/onboard/PKGBUILD | 27 | ||||
-rw-r--r-- | community-testing/onboard/onboard.install | 13 |
2 files changed, 0 insertions, 40 deletions
diff --git a/community-testing/onboard/PKGBUILD b/community-testing/onboard/PKGBUILD deleted file mode 100644 index 0b4510956..000000000 --- a/community-testing/onboard/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 78064 2012-10-16 11:51:46Z allan $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> - -pkgname=onboard -pkgver=0.98.1 -pkgrel=1 -pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" -arch=('i686' 'x86_64') -url="https://launchpad.net/onboard" -license=('GPL') -depends=('python-dbus' 'python-gobject' 'gtk3' 'python-virtkey' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') -makedepends=('python-distutils-extra') -optdepends=('at-spi2-atk: auto-show when editing text' - 'mousetweaks: hover click with mouse') -options=('!emptydirs') -install=$pkgname.install -source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('107e031b429329b71deb67c9b90195d6') - -package() { - cd "$srcdir/$pkgname-$pkgver" - - # Do not set getpreferredencoding, because it breaks getstatusoutput() in the setup script - sed -i '/getpreferredencoding =/ d' setup.py - - python3 setup.py install --root=$pkgdir/ --optimize=1 -} diff --git a/community-testing/onboard/onboard.install b/community-testing/onboard/onboard.install deleted file mode 100644 index aa4c3e059..000000000 --- a/community-testing/onboard/onboard.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q - xdg-icon-resource forceupdate -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |