1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: yugrotavele <yugrotavele at archlinux dot us>
3 # Contributor: Damir Perisa <damir@archlinux.org>
8 pkgdesc='Creating labels and business cards the very easy way'
10 url='https://gitlab.gnome.org/Archive/glabels'
12 depends=('evolution-data-server' 'iec16022' 'qrencode')
13 makedepends=('intltool' 'itstool' 'python')
14 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
15 sha256sums=('18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938')
19 sed -i 's|appdatadir = $(datadir)/appdata|appdatadir = $(datadir)/metainfo|' data/appdata/Makefile.{am,in}
25 ./configure --prefix=/usr --disable-schemas-compile
26 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
32 make DESTDIR="$pkgdir" install