Introduce 'flowee-libs' dep

This commit is contained in:
TomZ
2020-05-26 23:59:18 +02:00
parent 2237e4a79d
commit d3fb10f244
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ pkgbase = flowee
depends = openssl
optdepends = miniupnpc
provides = flowee-hub
provides = flowee-libs
backup = etc/flowee/flowee.conf
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.04.1/thehub-2020.04.1.tar.gz
source = flowee.logrotate
+2 -2
View File
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('boost-libs' 'libevent' 'openssl')
makedepends=('boost' 'cmake' 'pkgconf')
optdepends=('miniupnpc')
provides=('flowee-hub')
provides=('flowee-hub' 'flowee-libs')
backup=("etc/flowee/flowee.conf")
install=flowee.install
source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/$pkgver/thehub-$pkgver.tar.gz"
@@ -29,7 +29,7 @@ build() {
(cd thehub-$pkgver && patch -p1 -i ../testing_patch.diff)
mkdir -p build
cd build
cmake -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
cmake -Denable_gui=false -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
make
}