diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-11 01:45:44 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-11 01:45:44 -0300 |
commit | 60cd7f09fc7a95165fe22f922c711fb47a8dd87f (patch) | |
tree | 9d4c2cb852d410cfa55e1205137a917792f04bfd | |
parent | a8e122518a9bb3235bc58edfec6253a9b12876cd (diff) | |
parent | 65594a1bb4e04d3efd9e662baeb4d601381af6d5 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | libre/midori-libre-gtk3/PKGBUILD | 1 | ||||
-rw-r--r-- | 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') |