mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:37:15 +08:00
libkactivities4: clean up
This commit is contained in:
parent
ac1cca5fea
commit
5e56c4d6dd
@ -1,12 +1,6 @@
|
|||||||
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
|
|
||||||
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
|
|
||||||
|
|
||||||
# Include global configuration
|
|
||||||
#source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname='libkactivities4'
|
pkgname='libkactivities4'
|
||||||
pkgver=4.13.3 # there is no 4.14 version!
|
pkgver=4.13.3 # there is no 4.14 version!
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdesc='API for using and interacting with Activities'
|
pkgdesc='API for using and interacting with Activities'
|
||||||
url='http://kde.org/'
|
url='http://kde.org/'
|
||||||
@ -15,9 +9,12 @@ license=('GPL'
|
|||||||
depends=("kdelibs>=${_kdever}")
|
depends=("kdelibs>=${_kdever}")
|
||||||
makedepends=('cmake'
|
makedepends=('cmake'
|
||||||
'automoc4')
|
'automoc4')
|
||||||
|
provides=('kactivities')
|
||||||
|
replaces=('kactivities<=4.13.3-3')
|
||||||
|
conflicts=('kactivities<=4.13.3-3')
|
||||||
|
|
||||||
options=('debug')
|
options=('debug')
|
||||||
source=(http://download.kde.org/stable/${pkgver}/src/kactivities-$pkgver.tar.xz)
|
source=(http://download.kde.org/Attic/${pkgver}/src/kactivities-$pkgver.tar.xz)
|
||||||
#sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
|
|
||||||
sha256sums=("c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a")
|
sha256sums=("c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a")
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
@ -33,13 +30,7 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package_libkactivities4() {
|
package() {
|
||||||
pkgdesc='API for using and interacting with the Activity Manager'
|
|
||||||
depends=('kdelibs' 'kactivitymanagerd')
|
|
||||||
provides=('kactivities')
|
|
||||||
replaces=('kactivities<=4.13.3-3')
|
|
||||||
conflicts=('kactivities<=4.13.3-3')
|
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user