Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=856156a44cba3096afed723188b0f593636cef84
commit 856156a44cba3096afed723188b0f593636cef84 Author: PacMiam <[email protected]> Date: Sun Jul 8 12:23:07 2012 +0200 audience-20120708-1-i686 * version bump diff --git a/source/xapps-extra/audience/FrugalBuild b/source/xapps-extra/audience/FrugalBuild index 0a90657..8f4cf40 100644 --- a/source/xapps-extra/audience/FrugalBuild +++ b/source/xapps-extra/audience/FrugalBuild @@ -1,8 +1,9 @@ -# Compiling Time: 0.04 SBU +# Compiling Time: 0.08 SBU # Maintainer: Devil505 <[email protected]> +# Contributor: PacMiam <[email protected]> pkgname=audience -pkgver=20120513 +pkgver=20120708 pkgrel=1 pkgdesc="Audience is a simple, modern media player." url="https://launchpad.net/audience" @@ -15,8 +16,10 @@ _F_gnome_glib="y" Finclude cmake gnome-scriptlet archs=('i686' 'x86_64') up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname" -source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('a195496edcb1cd998385bd0147f3e5ae4092699b') +source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2 \ + audience.patch) +sha1sums=('6564897b1b08735be55a7c1ab29a572b166b83a2' \ + 'b7a18ac8c138d7a5dd9d6dd697ba73cef667b401') build() { CMake_build diff --git a/source/xapps-extra/audience/audience.patch b/source/xapps-extra/audience/audience.patch new file mode 100644 index 0000000..bd8eb37 --- /dev/null +++ b/source/xapps-extra/audience/audience.patch @@ -0,0 +1,12 @@ +diff -Naur audience-20120708/Audience/Widgets/TagView.vala audience-20120708-b/Audience/Widgets/TagView.vala +--- audience-20120708/Audience/Widgets/TagView.vala 2012-07-08 11:58:07.000000000 +0200 ++++ audience-20120708-b/Audience/Widgets/TagView.vala 2012-07-08 12:10:57.000000000 +0200 +@@ -38,7 +38,7 @@ + this.reactive = true; + this.buffer = new Granite.Drawing.BufferSurface (100, 100); + +- var notebook = new Granite.Widgets.StaticNotebook (false); ++ var notebook = new Granite.Widgets.StaticNotebook (); + + /*tags*/ + var tagview = new Gtk.ScrolledWindow (null, null); \ No newline at end of file _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
