Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=60abb8159dfff6c805b7ae187e7547cf92b42c63
commit 60abb8159dfff6c805b7ae187e7547cf92b42c63 Author: kikadf <[email protected]> Date: Thu Jul 17 07:57:35 2014 +0200 dropbox-2.10.2-1-x86_64 * Version bump diff --git a/source/xapps-extra/dropbox/FrugalBuild b/source/xapps-extra/dropbox/FrugalBuild index c79c6a0..7e5c1ce 100644 --- a/source/xapps-extra/dropbox/FrugalBuild +++ b/source/xapps-extra/dropbox/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Devil505 <[email protected]> pkgname=dropbox -pkgver=2.8.4 +pkgver=2.10.2 pkgrel=1 pkgdesc="Secure backup, sync and sharing made easy." url="http://www.dropbox.com" @@ -16,11 +16,11 @@ up2date="elinks -dump-width 200 https://forums.dropbox.com/forum.php?id=1 | \ sed -n 's/.*Stable [B,b]uild - \([0-9]*\.[0-9]*\.[0-9]*\).*/\1/p' | head -1" if [ "${CARCH}" = 'x86_64' ]; then _source_arch="x86_64" -sha1sums=('da992513d522d8dee3d196e12b1572849df07bd1' \ +sha1sums=('1aec465c589e0875ebd419d637c3abec5c1ce3dc' \ '5939c50df9eec204a58a2917876c64d8413d4c0f') else _source_arch="x86" -sha1sums=('92c456169e5ea9a7c0499e44d9a76ab3db4a8486' \ +sha1sums=('3da0f47f9e594f794f506219060eb8722e0cb490' \ '5939c50df9eec204a58a2917876c64d8413d4c0f') fi source=(https://dl-web.dropbox.com/u/17/${pkgname}-lnx.${_source_arch}-${pkgver}.tar.gz \ @@ -34,7 +34,7 @@ _F_desktop_categories="Network;" build() { Fmkdir usr/share/$pkgname - cp -R $Fsrcdir/.dropbox-dist/* $Fdestdir/usr/share/$pkgname/ || Fdie + cp -R $Fsrcdir/.dropbox-dist/${pkgname}-lnx.${_source_arch}-${pkgver}/* $Fdestdir/usr/share/$pkgname/ || Fdie find $Fdestdir/usr/share/$pkgname/ -type f -exec chmod 644 {} \; || Fdie find $Fdestdir/usr/share/$pkgname/ -type d -exec chmod 755 {} \; || Fdie _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
