Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2403128a5ee26ff86e8f0973e1cbd45e9b29e201
commit 2403128a5ee26ff86e8f0973e1cbd45e9b29e201 Author: crazy <[email protected]> Date: Wed May 24 16:45:42 2017 +0200 dunst-1.1.0-2-x86_64 * fpm missing , broken build() , missing *depends() , wrong installed files! diff --git a/source/x11-extra/dunst/FrugalBuild b/source/x11-extra/dunst/FrugalBuild index 7ad7aff..d479f0b 100644 --- a/source/x11-extra/dunst/FrugalBuild +++ b/source/x11-extra/dunst/FrugalBuild @@ -6,12 +6,12 @@ pkgver=1.1.0 pkgrel=2 pkgdesc="Dunst is a lightweight replacement for the notification-daemons provided by most desktop environments." groups=('x11-extra') -archs=('i686' 'x86_64') +archs=('x86_64') _F_github_author="knopwob" _F_github_tag_v="releases" Finclude github sha1sums=('e29b285f72739cb0d82c0f9e5d94d5ca30a58a63') depends=('libxinerama>=1.1.3-2' 'libxscrnsaver>=1.2.2-2' 'pango>=1.38.1-2' 'libxdg-basedir>=1.2.0-2') -makedepends=('x11-protos>=0.1-3') - +makedepends=('x11-protos>=0.1-3' 'perl') +_F_make_opts="-j1 PREFIX=/usr" # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
