Date: Saturday, February 4, 2017 @ 14:57:02 Author: bgyorgy Revision: 209896
upgpkg: zint 2.5.1-2 Add desktop file and icon Modified: zint/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-04 14:40:51 UTC (rev 209895) +++ PKGBUILD 2017-02-04 14:57:02 UTC (rev 209896) @@ -4,7 +4,7 @@ pkgbase=zint pkgname=(zint zint-qt) pkgver=2.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Barcode encoding library supporting over 50 symbologies" arch=('x86_64' 'i686') url="http://zint.org.uk/" @@ -38,4 +38,6 @@ cd $pkgbase-$pkgver make -C backend_qt4 DESTDIR="$pkgdir" install make -C frontend_qt4 DESTDIR="$pkgdir" install + install -Dm644 zint.png "$pkgdir/usr/share/pixmaps/zint.png" + install -Dm644 zint-qt.desktop "$pkgdir/usr/share/applications/zint-qt.desktop" }