mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
31362f7 misc [skip ci]
This commit is contained in:
parent
9b59358331
commit
4487ac62bf
2 changed files with 4 additions and 7 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -7,12 +7,12 @@ pkgbase = sk-chos-addon
|
|||
arch = any
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = fakeroot
|
||||
depends = amdgpu-test-scripts-common-git
|
||||
depends = amd-s2idle-analysis-script-git
|
||||
depends = cage
|
||||
depends = expect
|
||||
depends = efibootmgr
|
||||
depends = fakeroot
|
||||
depends = fpaste
|
||||
depends = fzf
|
||||
depends = glow
|
||||
|
|
@ -21,7 +21,6 @@ pkgbase = sk-chos-addon
|
|||
depends = just
|
||||
depends = libcec
|
||||
depends = man-db
|
||||
depends = patch
|
||||
depends = python-systemd
|
||||
depends = refind
|
||||
depends = wlr-randr
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -9,14 +9,13 @@ pkgdesc="Addon for sk-chimeros"
|
|||
arch=('any')
|
||||
url="https://github.com/honjow/sk-chos-config.git"
|
||||
license=('MIT')
|
||||
makedepends=('git')
|
||||
makedepends=('git' 'fakeroot')
|
||||
depends=(
|
||||
amdgpu-test-scripts-common-git
|
||||
amd-s2idle-analysis-script-git
|
||||
cage
|
||||
expect
|
||||
efibootmgr
|
||||
fakeroot
|
||||
fpaste
|
||||
fzf
|
||||
glow
|
||||
|
|
@ -25,7 +24,6 @@ depends=(
|
|||
just
|
||||
libcec
|
||||
man-db
|
||||
patch
|
||||
python-systemd
|
||||
refind
|
||||
wlr-randr
|
||||
|
|
@ -106,8 +104,8 @@ package() {
|
|||
install -m644 -t "${pkgdir}/etc/profile.d" "${source_dir}/etc/profile.d"/*
|
||||
|
||||
# plymouthd.conf
|
||||
install -dm755 "${pkgdir}/etc/plymouth"
|
||||
cp -r "${source_dir}/etc/plymouth"/* "${pkgdir}/etc/plymouth"
|
||||
install -dm755 "${pkgdir}/etc/plymouthd"
|
||||
cp -r "${source_dir}/etc/plymouthd"/* "${pkgdir}/etc/plymouthd"
|
||||
|
||||
# /usr/share/sk-chos/just/*
|
||||
install -dm755 "${pkgdir}/usr/share/sk-chos/just"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue