From 65594a1bb4e04d3efd9e662baeb4d601381af6d5 Mon Sep 17 00:00:00 2001 From: Jorge Araya Navarro Date: Tue, 8 Apr 2014 21:03:35 -0600 Subject: adding the !strip option to midori-libre-gtk3's PKGBUILD for debugging purposes. updating owncloud-client PKGBUILD. --- libre/midori-libre-gtk3/PKGBUILD | 1 + pcr/owncloud-client/PKGBUILD | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libre/midori-libre-gtk3/PKGBUILD b/libre/midori-libre-gtk3/PKGBUILD index f12decb11..9909fe33a 100644 --- a/libre/midori-libre-gtk3/PKGBUILD +++ b/libre/midori-libre-gtk3/PKGBUILD @@ -26,6 +26,7 @@ optdepends=('gst-plugins-base: HTML5 OGG videos support' 'gst-libav: HTML5 H264 videos support' 'aria2: download utility') options=('!emptydirs') +# options=('!emptydirs' '!strip') # useful for debbuging see: https://labs.parabola.nu/issues/515 source=("http://www.midori-browser.org/downloads/${_pkgname/-gtk3}_${pkgver}_all_.tar.bz2") sha256sums=('af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381') diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD index 2e1e82c15..594d3ec20 100644 --- a/pcr/owncloud-client/PKGBUILD +++ b/pcr/owncloud-client/PKGBUILD @@ -17,18 +17,19 @@ _buildtype='Release' _name=mirall pkgname=owncloud-client pkgver=1.5.1 -pkgrel=1 +pkgrel=3 pkgdesc='ownCloud client based on mirall' arch=('i686' 'x86_64' 'armv7h') url='http://owncloud.org/' license=('GPL2') -depends=('qt4' 'ocsync' 'qtkeychain' 'qtwebkit') +depends=('qt4' 'qtkeychain' 'qtwebkit') makedepends=('cmake') -provides=('mirall' 'owncloud-client') +provides=('mirall' 'owncloud-client' 'ocsync') conflicts=('mirall-git') install=owncloud-client.install backup=('etc/ownCloud/sync-exclude.lst') source=("http://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2") +sha256sums=('79c41f8c72c994ab803b7053a1c7e0a46bbd20c25c1eed900e1c98433745daee') if [[ ! ${_buildtype} == 'Release' ]] && [[ ! ${_buildtype} == 'release' ]]; then options=(!strip) @@ -56,4 +57,3 @@ package() { cd ${srcdir}/${_name}-${pkgver}-build make DESTDIR=${pkgdir} install } -sha256sums=('79c41f8c72c994ab803b7053a1c7e0a46bbd20c25c1eed900e1c98433745daee') -- cgit v1.2.3