Merge branch 'testing' of gitorious.org:chakra-packages/core into testing

This commit is contained in:
Phil 2011-12-10 21:32:59 +00:00
commit 3d3cc146ba
3 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@
pkgbase=chakra-live
pkgname=('chakra-live' 'chakra-live-profiles')
pkgver=2011.10
pkgver=2011.12
pkgrel=1
arch=('any')
url="https://gitorious.org/chakra/chakra-live"
@ -15,7 +15,7 @@ makedepends=('git')
provides=()
conflicts=()
source=(http://chakra.sourceforge.net/sources/${pkgname}/${pkgname}-${pkgver}-${pkgrel}.tar.xz)
md5sums=(2243ee05b58a491a8638eacba3992346)
md5sums=(006536a48c55960050ae9cea8f799eed)
# create tarball: source PKGBUILD && mksource
@ -31,7 +31,7 @@ mksource() {
package_chakra-live() {
pkgdesc="Chakra GNU/Linux livecd/liveusb generation scripts"
depends=('mkinitcpio' 'mkinitcpio-nfs-utils' 'nbd' 'cdrkit' 'squashfs-tools' 'syslinux')
depends=('mkinitcpio>=0.8.0' 'mkinitcpio-nfs-utils' 'nbd' 'cdrkit' 'squashfs-tools' 'syslinux')
optdepends=('qemu: quickly test isos' 'chakra-live-profiles: Chakra GNU/Linux ISO-Image profiles')
cd ${srcdir}/${pkgbase}/chakra-iso
sed -ie s'~install -d -m 755 $(DESTDIR)/usr/share/chakraiso/~~'g Makefile

View File

@ -38,6 +38,9 @@ PATCHES=(
http://chakra.sourceforge.net/sources/linux/patches/2.6/features/acerhk/06_kernel26_lindent.patch%1
http://chakra.sourceforge.net/sources/linux/patches/2.6/features/acerhk/07_kernel26_remove-ifdefs-for-ancient-kernels.patch%1
http://chakra.sourceforge.net/sources/linux/patches/2.6/features/acerhk/08_kernel26_remove-ifdefs-for-ACERDEBUG.patch%1
http://chakra.sourceforge.net/sources/linux/patches/2.6/features/acerhk/09_kernel26_bg-flag.patch%1
http://chakra.sourceforge.net/sources/linux/patches/2.6/features/acerhk/10_kernel26_Get-rid-off-bios-error.patch%1
# add tomoyo 2.5
http://chakra.sourceforge.net/sources/linux/patches/2.6/features/tomoyo/tomoyo-3.2-rc4-backport-for-2.6.35.14.patch%1
http://chakra.sourceforge.net/sources/linux/patches/2.6/features/tomoyo/tomoyo-2.5-backport-for-2.6.35.14.patch%1

View File

@ -24,7 +24,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
# standard config files for mkinitcpio ramdisk
${pkgname}.preset)
md5sums=('091abeb4684ce03d1d936851618687b6'
'c329fd8a587d9897619c985951963843'
'2f1f6f4ab6c5cce3515a9e69d51d2e63'
'22882396c6a950d5f25ef1a1eb46c5e2'
'925ddf37962a4942fae3fbb6d1ab2e70'
'56cdd0978dd4a539a25813fd4273c834')