got rid of organization name, made building with system qxmpp by default
This commit is contained in:
parent
e2db64157e
commit
323a549eca
4 changed files with 17 additions and 17 deletions
|
@ -5,15 +5,15 @@ pkgrel=1
|
|||
pkgdesc="An XMPP desktop messenger, written on qt"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://git.macaw.me/blue/squawk"
|
||||
license=('GPLv3')
|
||||
depends=('qt5-base' 'qt5-svg' 'lmdb' 'qxmpp>=1.0.0' 'libutil-linux')
|
||||
makedepends=('cmake>=3.3' 'imagemagick')
|
||||
source=("https://git.macaw.me/blue/squawk/archive/master.tar.gz")
|
||||
md5sums=('SKIP')
|
||||
license=('GPL3')
|
||||
depends=('hicolor-icon-theme' 'desktop-file-utils' 'lmdb' 'qxmpp>=1.0.0')
|
||||
makedepends=('cmake>=3.3' 'imagemagick' 'qt5-tools')
|
||||
source=("$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('12bfc517574387257a82143d8970ec0d8d434ccd32f7ac400355ed5fa18192ab')
|
||||
build() {
|
||||
cd "$srcdir/squawk"
|
||||
cmake . -D SYSTEM_QXMPP:BOOL=True -D CMAKE_INSTALL_PREFIX=/usr -G Ninja
|
||||
cmake --build .
|
||||
cmake . -D CMAKE_INSTALL_PREFIX=/usr
|
||||
cmake --build . -j $nproc
|
||||
}
|
||||
package() {
|
||||
cd "$srcdir/squawk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue