mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
python-pysqlite as dependency and also create the cachedir
This commit is contained in:
parent
60d9c615ed
commit
3891bb95bc
@ -8,14 +8,14 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname=('akabei')
|
||||
|
||||
pkgver=0.1alpha1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=1
|
||||
pkgdesc='The package manager of The Chakra Project'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://gitorious.org/chakra/akabei'
|
||||
license=('LGPL')
|
||||
|
||||
depends=('qt' 'akabeicore' 'akabeiclient' 'kdelibs')
|
||||
depends=('qt' 'akabeicore' 'akabeiclient' 'kdelibs' 'python-pysqlite')
|
||||
makedepends=('automoc4')
|
||||
|
||||
source=("https://gitorious.org/chakra/akabei/archive-tarball/alpha1")
|
||||
|
@ -2,4 +2,5 @@ post_install() {
|
||||
/usr/share/akabei/python/akabei-conf-import.py
|
||||
mkdir -p /var/lib/akabei/
|
||||
/usr/share/akabei/python/db-import/akabei-db-import.py -o /var/lib/akabei/local.db
|
||||
mkdir -p /var/cache/akabei/pkg/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user