Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f8284577ca1a489b6f56fe9d7dd246712ffa9be1
commit f8284577ca1a489b6f56fe9d7dd246712ffa9be1 Author: Pingax <[email protected]> Date: Sun Oct 29 15:46:49 2017 +0100 lollypop-0.9.304-2-x86_64 - Add gnome-scriplet to fix missing glib schemas - pkgrel++ diff --git a/source/gnome-extra/lollypop/FrugalBuild b/source/gnome-extra/lollypop/FrugalBuild index 0fe1e22..eca9267 100644 --- a/source/gnome-extra/lollypop/FrugalBuild +++ b/source/gnome-extra/lollypop/FrugalBuild @@ -3,7 +3,7 @@ pkgname=lollypop pkgver=0.9.304 -pkgrel=1 +pkgrel=2 pkgdesc="Music player for GNOME" depends=('gst-python' 'gtk+3' 'pycairo' 'dbus-python' 'pygobject' \ 'totem-pl-parser' 'python3-sqlite3' 'python3-pylast') @@ -14,11 +14,16 @@ _F_gnome_iconcache="y" _F_gnome_glib="y" _F_github_author="gnumdk" _F_github_tag="releases" -Finclude github meson +Finclude github meson gnome-scriptlet # we need this one bc the other tarballs on github are broken , missing files.. source=(https://github.com/gnumdk/lollypop/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) groups=('gnome-extra') archs=('x86_64') sha1sums=('9f7a009640ef2d508347b01610f8921784e33329') +build() { + Meson_build + Fbuild_gnome_scriptlet +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
