mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
calamares 1.1.2 with initial custom settings
This commit is contained in:
parent
edbf847660
commit
12075ba1c1
@ -1,19 +1,19 @@
|
|||||||
|
|
||||||
pkgname=calamares
|
pkgname=calamares
|
||||||
pkgver=1.0.1
|
pkgver=1.1.2
|
||||||
pkgrel=3
|
pkgrel=8
|
||||||
pkgdesc='Distribution-independent installer framework'
|
pkgdesc='Distribution-independent installer framework'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/calamares/calamares'
|
url='https://github.com/calamares/calamares'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('qt5-svg' 'kconfig' 'ki18n' 'kcoreaddons' 'solid' 'yaml-cpp'
|
depends=('qt5-svg' 'kconfig' 'ki18n' 'kcoreaddons' 'solid' 'yaml-cpp'
|
||||||
'parted' 'libatasmart' 'udisks2' 'polkit-qt5' 'boost-libs'
|
'parted' 'libatasmart' 'udisks2' 'polkit-qt5' 'boost-libs'
|
||||||
'rsync')
|
'rsync' 'python3' 'keyboardctl')
|
||||||
makedepends=('extra-cmake-modules' 'git' 'qt5-tools')
|
makedepends=('extra-cmake-modules' 'git' 'qt5-tools')
|
||||||
_gitsha='b15ccdf'
|
_gitsha='a6cfa251715173b8b75027b5c0a3e5bc02eaed3a'
|
||||||
source=("git://github.com/calamares/calamares#commit=${_gitsha}"
|
#source=("git://github.com/calamares/calamares#commit=${_gitsha}"
|
||||||
http://rsync.chakraos.org/sources/chakra-artwork/calamares/chakra-branding_2015.04-1.tar.gz
|
source=("git://github.com/rshipp/calamares#commit=${_gitsha}"
|
||||||
#source=("git://github.com/rshipp/calamares"
|
http://rsync.chakraos.org/sources/chakra-artwork/calamares/chakra-branding_2015.09-2.tar.gz
|
||||||
'displaymanagers.conf'
|
'displaymanagers.conf'
|
||||||
'locale.conf'
|
'locale.conf'
|
||||||
'prepare.conf'
|
'prepare.conf'
|
||||||
@ -29,12 +29,12 @@ source=("git://github.com/calamares/calamares#commit=${_gitsha}"
|
|||||||
# 'JobQueue.diff'
|
# 'JobQueue.diff'
|
||||||
# 'along_UEFI.diff')
|
# 'along_UEFI.diff')
|
||||||
md5sums=('SKIP'
|
md5sums=('SKIP'
|
||||||
'6e17cea14a849620a557be50f7e2cb0c'
|
'1585fde86cad4ae518d92bb06a6d761a'
|
||||||
'0364830e843823dff80b18509ea4042e'
|
'0364830e843823dff80b18509ea4042e'
|
||||||
'c05b2dda2e0a8a57cf25cc89913a1f4f'
|
'c05b2dda2e0a8a57cf25cc89913a1f4f'
|
||||||
'76cf16c8e4347d369330ed64ff28083b'
|
'76cf16c8e4347d369330ed64ff28083b'
|
||||||
'97973937b364dde58aafbf937330316e'
|
'ee752ca04615b78792ce33ada19d2f8b'
|
||||||
'c98260c476e1a9eee8f03b01714c8099'
|
'8642e08971cc8e0e133a1e63ce1aeb7d'
|
||||||
'f8e10a9fa0324f68650a646769339da9'
|
'f8e10a9fa0324f68650a646769339da9'
|
||||||
'2437e44479a54376ad9244d120369f6c'
|
'2437e44479a54376ad9244d120369f6c'
|
||||||
'f005a6e10b8e0425e04207920b6231b7'
|
'f005a6e10b8e0425e04207920b6231b7'
|
||||||
|
@ -26,7 +26,7 @@ backend: pacman
|
|||||||
#
|
#
|
||||||
operations:
|
operations:
|
||||||
- localInstall:
|
- localInstall:
|
||||||
- /opt/chakra/pkgs/octopi-notifier-qt5-0.6.0-1-x86_64.pkg.tar.xz
|
- /opt/chakra/pkgs/octopi-notifier-qt5-0.7.0-2-x86_64.pkg.tar.xz
|
||||||
# - remove:
|
# - remove:
|
||||||
# - pkg3
|
# - pkg3
|
||||||
# - pkg4
|
# - pkg4
|
||||||
|
@ -16,10 +16,9 @@ modules-search: [ local, /path/to/dir/with/more/modules ]
|
|||||||
# the background.
|
# the background.
|
||||||
# Jobs should be executed sparingly (if at all) in this phase.
|
# Jobs should be executed sparingly (if at all) in this phase.
|
||||||
prepare:
|
prepare:
|
||||||
- greeting
|
- welcome
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- prepare
|
|
||||||
- partition
|
- partition
|
||||||
- users
|
- users
|
||||||
- summary
|
- summary
|
||||||
@ -46,8 +45,10 @@ install:
|
|||||||
#- kdm_sddm
|
#- kdm_sddm
|
||||||
#- usercfg
|
#- usercfg
|
||||||
#- userkf5
|
#- userkf5
|
||||||
#- driver_cleanup
|
#- removeuser
|
||||||
#- nonfree_drivers
|
- _driver_cleanup
|
||||||
|
- _nonfree_drivers
|
||||||
|
- _locale_cleanup
|
||||||
- packages
|
- packages
|
||||||
- grubcfg
|
- grubcfg
|
||||||
- bootloader
|
- bootloader
|
||||||
|
Loading…
Reference in New Issue
Block a user