summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Araya Navarro <jorgean@lavabit.com>2014-04-08 21:03:35 -0600
committerJorge Araya Navarro <jorgean@lavabit.com>2014-04-08 21:03:35 -0600
commit65594a1bb4e04d3efd9e662baeb4d601381af6d5 (patch)
treeae2d01d239867135a20a505761b53b9d3b73f714
parent846524c4c4a6f1beae07d1a957a6ecc807a3cc1f (diff)
adding the !strip option to midori-libre-gtk3's PKGBUILD for debugging purposes. updating owncloud-client PKGBUILD.
-rw-r--r--libre/midori-libre-gtk3/PKGBUILD1
-rw-r--r--pcr/owncloud-client/PKGBUILD8
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')