#Packager: Dimitris Tzemos pkgname=poedit pkgver=3.5 pkgrel=1dj source=("https://github.com/vslavik/poedit/releases/download/v${pkgver}-oss/poedit-${pkgver}.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.poedit.net slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "poedit (cross-platform gettext catalogs (.po files) editor)" "Poedit aims to provide more convenient approach to editing catalogs" "than launching vi and editing the file by hand." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --build=$ARCH-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg sed -i "s/.png//" $startdir/pkg/usr/share/applications/net.poedit.Poedit.desktop }