mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:34:36 +08:00
one more cinstall rebuild, using KAuth support
This commit is contained in:
parent
d0cc0dc9bd
commit
f2addacab0
@ -5,17 +5,17 @@
|
||||
# (c) 2010 Drake Justice
|
||||
|
||||
pkgname=cbundle
|
||||
pkgver=0.3.56
|
||||
pkgver=0.3.57
|
||||
pkgrel=1
|
||||
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
|
||||
makedepends=('qt' 'automoc4')
|
||||
makedepends=('qt' 'automoc4' 'kdebase-workspace')
|
||||
pkgdesc="A shared library for using Chakra software bundles"
|
||||
arch=("i686" "x86_64")
|
||||
license=('GPL')
|
||||
url="http://chakra-project.org/"
|
||||
|
||||
source=(jmc-88-jmc-88-cbundle-master.tar.gz)
|
||||
md5sums=('876795f925875e252d5a7cd3132f3271')
|
||||
md5sums=('680f6f3b1c60b3fc3461db6744e6030d')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
||||
@ -29,6 +29,7 @@ mksource() {
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/cinstall-jmc-88-cbundle"
|
||||
|
||||
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
@ -6,7 +6,7 @@
|
||||
# (c) 2010 Drake Justice
|
||||
|
||||
pkgname=cinstall
|
||||
pkgver=0.3.56
|
||||
pkgver=0.3.57
|
||||
pkgrel=1
|
||||
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
|
||||
makedepends=('kdelibs' 'qt' 'automoc4')
|
||||
@ -19,7 +19,7 @@ optdepends=('akabei: for akabei support'
|
||||
'pacman: for pacman support')
|
||||
|
||||
source=("jmc-88-jmc-88-cinstall-master.tar.gz")
|
||||
md5sums=('95d8e2ba9720e672f8e2d348a252f368')
|
||||
md5sums=('4683a08a0181254cceb50bcfac75ffab')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user