# Maintainer: Perry Werneck pkgname=pw3270 pkgver=5.5+git20230204 pkgrel=0 pkgdesc="IBM 3270 Terminal emulator for GTK" url="https://portal.softwarepublico.gov.br/social/pw3270/" arch=(i686 x86_64) license=(GPL) depends=(libv3270) optdepends=('pw3270-plugin-ipc: D-Bus remote control' 'pw3270-keypads: Aditional screen keypads') makedepends=(autoconf automake make openssl lib3270 gtk3 libv3270 python3 dbus dbus-glib imagemagick optipng gzip) checkdepends=() groups=(gnome) source=($pkgname-$pkgver.tar.xz) sha256sums=('SKIP') provides=($pkgname) conflicts=($pkgname) prepare() { cd $pkgname-$pkgver NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr } build() { cd $pkgname-$pkgver make all } package() { cd $pkgname-$pkgver DESTDIR="$pkgdir" make install # Remove compiled schema. rm -f $pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled }