Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=32fbbd32b79331b00adfe3359a350bbcbd956620
commit 32fbbd32b79331b00adfe3359a350bbcbd956620 Author: kikadf <[email protected]> Date: Wed Feb 26 15:49:23 2014 +0100 maxthon-browser-0.9.2.0-1-x86_64 * Version bump diff --git a/source/xapps-extra/maxthon-browser/FrugalBuild b/source/xapps-extra/maxthon-browser/FrugalBuild index 1f20f83..160ee6f 100644 --- a/source/xapps-extra/maxthon-browser/FrugalBuild +++ b/source/xapps-extra/maxthon-browser/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: kikadf <[email protected]> pkgname=maxthon-browser -pkgver=0.9.1.0 +pkgver=0.9.2.0 pkgrel=1 pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier." url="http://www.maxthon.cn/" @@ -15,10 +15,10 @@ archs=('i686' 'x86_64') up2date="lynx -dump -width=180 http://forum.maxthon.com/forum-37-1.html | sed -n 's/.*for Linux V\(.*\) [A-Z].* Released.*/\1/p' | head -1" if [ "$CARCH" == "i686" ]; then _arch="i386" - sha1sums=('87e35e6605ddf2c3a9f112eb42f25f09fa14d45f') + sha1sums=('27e2dae41b580ca79215e266cb2e0bdecefa4e6c') elif [ "$CARCH" == "x86_64" ]; then _arch="x86_64" - sha1sums=('b71fa94f9d2ef9c6573b621eb22904c56ce19ff1') + sha1sums=('c32825cec71d2bf31744ca93dd893a512f9ff6bd') fi source=(http://dl.maxthon.com/linux/tars/$pkgname-beta-$pkgver-$_arch.tgz) options=('nobuild') @@ -32,7 +32,7 @@ build() Ffile maxthon/maxthon.desktop /usr/share/applications/maxthon.desktop Ffile maxthon/product_logo_48.png /usr/share/pixmaps/maxthon-browser.png Fln /usr/share/maxthon/maxthon-browser /usr/bin/maxthon - Ffile maxthon/Default_en/pn /etc/default/maxthon.d/pn + Ffile maxthon/Default_en/* /etc/default/maxthon.d/ chown root:root "$Fdestdir"/usr/share/maxthon/maxthon_sandbox || Fdie chmod 4755 "$Fdestdir"/usr/share/maxthon/maxthon_sandbox || Fdie Fln /usr/lib/libudev.so.1 /usr/share/maxthon/libudev.so.0 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
