mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:24:35 +08:00
cbundle rebuild for remove fixes, cinstall rebuild GUI changes
This commit is contained in:
parent
5c0e0008f2
commit
9d949f78c9
@ -5,7 +5,7 @@
|
|||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
pkgname=cbundle
|
pkgname=cbundle
|
||||||
pkgver=0.4.6.1
|
pkgver=0.4.6.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse' 'sh')
|
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse' 'sh')
|
||||||
makedepends=('qt' 'automoc4' 'kdebase-workspace')
|
makedepends=('qt' 'automoc4' 'kdebase-workspace')
|
||||||
@ -15,7 +15,7 @@ license=('GPL')
|
|||||||
url="http://chakra-project.org/"
|
url="http://chakra-project.org/"
|
||||||
|
|
||||||
source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz")
|
source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz")
|
||||||
md5sums=('568170fccb0455eabdac353672771575')
|
md5sums=('514dfc954c33482aa9493982834f3c8f')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
pkgname=cinstall
|
pkgname=cinstall
|
||||||
pkgver=0.4.6.4
|
pkgver=0.4.6.5
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
depends=('rsync' 'cbundle')
|
depends=('rsync' 'cbundle')
|
||||||
makedepends=('kdelibs' 'qt' 'automoc4')
|
makedepends=('kdelibs' 'qt' 'automoc4')
|
||||||
pkgdesc="Chakra's Bundle manager"
|
pkgdesc="Chakra's Bundle manager"
|
||||||
@ -17,20 +17,20 @@ install=$pkgname.install
|
|||||||
url="http://chakra-project.org/"
|
url="http://chakra-project.org/"
|
||||||
|
|
||||||
source=("cinstall-$pkgver.tar.xz")
|
source=("cinstall-$pkgver.tar.xz")
|
||||||
md5sums=('0130a79daa5d8225f6a4487bc474377f')
|
md5sums=('1c5119fbb846ffb25aa1517e4a75e89f')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
|
||||||
mksource() {
|
mksource() {
|
||||||
git clone git://gitorious.org/~fritzvantom/chakra/fritzvantoms-cinstall.git
|
git clone git://gitorious.org/~fritzvantom/chakra/fritzvantoms-cinstall-differentui.git
|
||||||
pushd fritzvantoms-cinstall
|
pushd fritzvantoms-cinstall
|
||||||
popd
|
popd
|
||||||
tar -cvJf cinstall-${pkgver}.tar.xz fritzvantoms-cinstall/*
|
tar -cvJf cinstall-${pkgver}.tar.xz fritzvantoms-cinstall-differentui/*
|
||||||
md5sum cinstall-${pkgver}.tar.xz
|
md5sum cinstall-${pkgver}.tar.xz
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/fritzvantoms-cinstall"
|
cd "${srcdir}/fritzvantoms-cinstall-differentui"
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
|
Loading…
Reference in New Issue
Block a user