Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=03af08e8b11139a881acdb98c6e13c4a3201f47f
commit 03af08e8b11139a881acdb98c6e13c4a3201f47f Author: Melko <[email protected]> Date: Fri Feb 22 12:12:45 2013 +0100 minirok-2.1-4-x86_64 * remove kdebindings dep * use hermier's shiny thing diff --git a/source/kde-extra/minirok/FrugalBuild b/source/kde-extra/minirok/FrugalBuild index f0d25bf..347296e 100644 --- a/source/kde-extra/minirok/FrugalBuild +++ b/source/kde-extra/minirok/FrugalBuild @@ -2,16 +2,18 @@ # Maintainer: exceed <[email protected]> # Contributor: centuri0 <achevaux @ gmail dot com> +options+=('asneeded') + pkgname=minirok pkgver=2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Small music player written in Python" groups=(kde-extra) archs=('i686' 'x86_64') url="http://chistera.yi.org/~adeodato/code/$pkgname" source=($url/files/tarballs/$pkgname-$pkgver.tar.gz) Finclude kde -depends=("${depends[@]}" "kdebindings>=$_F_kde_ver" "pyqt4>=4.9.5" "sip>=4.14" "mutagen" "gst-python" "dbus-python" "lastfmsubmitd") +depends=("${depends[@]}" "pykde4>=$_F_kde_ver" "mutagen" "gst-python" "dbus-python" "lastfmsubmitd") up2date="Flasttar $url/files/tarballs/" sha1sums=('943acc5f64f49be8b47aec2e1543d171385e360b') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
