Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5553a95c7a0649b9045fee0c497477a78d58fef9
commit 5553a95c7a0649b9045fee0c497477a78d58fef9 Author: Pingax <[email protected]> Date: Wed Oct 10 21:23:49 2012 +0200 xfce4-mixer-4.10.0-1-i686 * Version bump diff --git a/source/xfce4/xfce4-mixer/FrugalBuild b/source/xfce4/xfce4-mixer/FrugalBuild index 1599b23..5a94cfc 100644 --- a/source/xfce4/xfce4-mixer/FrugalBuild +++ b/source/xfce4/xfce4-mixer/FrugalBuild @@ -4,18 +4,29 @@ # Contributor: Priyank Gosalia <[email protected]> pkgname=xfce4-mixer -pkgver=4.9.0 +pkgver=4.10.0 pkgrel=1 pkgdesc="The volume control plugin for the Xfce4 panel." depends=('libxfcegui4>=4.9.0' 'libxfce4util>=4.9.0' 'xfce4-panel>=4.9.0' \ 'xfconf>=4.9.0' 'gst-plugins-base>=0.10.22-2' 'unique1') -makedepends=('perl-xml-parser' 'intltool') +makedepends=('perl-xml-parser' 'intltool' 'xfce4-dev-tools') groups=('xfce4' 'xfce4-core' 'xfce4-goodies') archs=('i686' 'x86_64') replaces=('xfce4-volstatus-icon') _F_gnome_iconcache=y Finclude xfce4 gnome-scriptlet -sha1sums=('c1cb9f7cf8508eb42677d01f16034b14343bec3a') +up2date="Flasttar http://git.xfce.org/apps/$pkgname" +source="http://git.xfce.org/apps/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" +sha1sums=('81e7779ad1ad3d54b9c0abe41c391451da2fede8') unset MAKEFLAGS +build() +{ + Fcd + ./autogen.sh || Fdie + Fmake + Fmakeinstall + Fbuild_gnome_scriptlet +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
