mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 02:57:15 +08:00
cbundle/cinstall rebuild with jmc branch, temp PKGBUILD, will revert after merge
This commit is contained in:
parent
415a9583cf
commit
8d2b0eb1f8
@ -5,7 +5,7 @@
|
||||
# (c) 2010 Drake Justice
|
||||
|
||||
pkgname=cbundle
|
||||
pkgver=0.3.52
|
||||
pkgver=0.3.54
|
||||
pkgrel=1
|
||||
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
|
||||
makedepends=('qt')
|
||||
@ -14,13 +14,13 @@ arch=("i686" "x86_64")
|
||||
license=('GPL')
|
||||
url="http://chakra-project.org/"
|
||||
|
||||
source=(http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz)
|
||||
md5sums=('b495d63faec29e1fda6315feaa061baf')
|
||||
source=(jmc-88-jmc-88-cbundle-master.tar.gz)
|
||||
md5sums=('9bcaf638e582319f3843157dc3dac35e')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
||||
mksource() {
|
||||
git clone git://gitorious.org/cinstall/cbundle.git
|
||||
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
|
||||
pushd cbundle
|
||||
popd
|
||||
tar -cvJf ${pkgname}-${pkgver}.tar.xz cbundle/*
|
||||
@ -28,7 +28,7 @@ mksource() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/cbundle"
|
||||
cd "${srcdir}/cinstall-jmc-88-cbundle"
|
||||
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
@ -6,9 +6,9 @@
|
||||
# (c) 2010 Drake Justice
|
||||
|
||||
pkgname=cinstall
|
||||
pkgver=0.3.53
|
||||
pkgrel=2
|
||||
depends=('cbundle-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
|
||||
pkgver=0.3.54
|
||||
pkgrel=1
|
||||
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
|
||||
makedepends=('kdelibs' 'qt')
|
||||
pkgdesc="Bundle Creator/Launcher and Package-Manager"
|
||||
arch=("i686" "x86_64")
|
||||
@ -18,8 +18,8 @@ url="http://chakra-project.org/"
|
||||
optdepends=('akabei: for akabei support'
|
||||
'pacman: for pacman support')
|
||||
|
||||
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
|
||||
md5sums=('c9f1d1d57866fd321fd0c6089dec6e21')
|
||||
source=("jmc-88-jmc-88-cinstall-master.tar.gz")
|
||||
md5sums=('95e92b42541eddbf93aafe64513de808')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
||||
@ -32,7 +32,7 @@ mksource() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/cinstall"
|
||||
cd "${srcdir}/cinstall-jmc-88-cinstall"
|
||||
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user