mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
kte-collaborative: no KF5 port, removed as it seems not maintained for now
This commit is contained in:
parent
19721628b5
commit
7af10a0602
@ -1,31 +0,0 @@
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/kte-collaborative
|
||||
|
||||
pkgname=kte-collaborative
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="A plugin for KTextEditor which allows to edit text documents collaboratively"
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/playground/network/kte-collaborative'
|
||||
license=('GPL')
|
||||
depends=('libqinfinity' 'ktp-common-internals')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz")
|
||||
md5sums=('e96718ed62b3bb315364fd03a4f2b463')
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../${pkgname}-v${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user