updated pkgbuilds
This commit is contained in:
parent
71dc09940c
commit
9010ab27aa
3 changed files with 14 additions and 15 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Maintainer: Sohrab Behdani <behdanisohrab@gmail.com>
|
# Maintainer: Sohrab Behdani <behdanisohrab@gmail.com>
|
||||||
|
|
||||||
pkgname=('calamares-parch' 'calamares-parch-gnome' 'calamares-parch-beta')
|
pkgname=('calamares-parch' 'calamares-parch-gnome')
|
||||||
pkgver=5
|
pkgver=6
|
||||||
pkgrel=5
|
pkgrel=0
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://parchlinux.com"
|
url="https://parchlinux.com"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
source=(
|
source=(
|
||||||
"main::git+https://git.parchlinux.com/settings/calamares-parch.git#branch=main"
|
"main::git+https://git.parchlinux.com/configs/calamares-parch.git#branch=main"
|
||||||
"gnome::git+https://git.parchlinux.com/settings/calamares-parch.git#branch=gnome"
|
"gnome::git+https://git.parchlinux.com/configs/calamares-parch.git#branch=gnome"
|
||||||
"beta::git+https://git.parchlinux.com/settings/calamares-parch.git#branch=systemd-boot-btrfs"
|
|
||||||
)
|
)
|
||||||
sha256sums=('SKIP' 'SKIP' 'SKIP')
|
sha256sums=('SKIP' 'SKIP')
|
||||||
|
|
||||||
package_calamares-parch() {
|
package_calamares-parch() {
|
||||||
pkgdesc="Calamares installer for ParchLinux (Main branch)"
|
pkgdesc="Calamares installer for ParchLinux (Main branch)"
|
||||||
|
@ -27,9 +26,9 @@ package_calamares-parch-gnome() {
|
||||||
cp -r etc/calamares/* "$pkgdir/etc/calamares/"
|
cp -r etc/calamares/* "$pkgdir/etc/calamares/"
|
||||||
}
|
}
|
||||||
|
|
||||||
package_calamares-parch-beta() {
|
#package_calamares-parch-beta() {
|
||||||
pkgdesc="Calamares installer for ParchLinux (Beta branch)"
|
# pkgdesc="Calamares installer for ParchLinux (Beta branch)"
|
||||||
cd "${srcdir}/beta"
|
# cd "${srcdir}/beta"
|
||||||
install -dm755 "$pkgdir/etc/calamares"
|
# install -dm755 "$pkgdir/etc/calamares"
|
||||||
cp -r etc/calamares/* "$pkgdir/etc/calamares/"
|
# cp -r etc/calamares/* "$pkgdir/etc/calamares/"
|
||||||
}
|
#}
|
||||||
|
|
|
@ -13,7 +13,7 @@ conflicts=()
|
||||||
provides=("${pkgname}")
|
provides=("${pkgname}")
|
||||||
options=(!strip !emptydirs)
|
options=(!strip !emptydirs)
|
||||||
install=parch.install
|
install=parch.install
|
||||||
source=("git+https://git.parchlinux.com/settings/parch-plymouth.git")
|
source=("git+https://git.parchlinux.com/configs/parch-plymouth.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
package() {
|
package() {
|
||||||
install -dm755 ${pkgdir}${destname}
|
install -dm755 ${pkgdir}${destname}
|
||||||
|
|
|
@ -8,7 +8,7 @@ build_package() {
|
||||||
|
|
||||||
if [[ -f PKGBUILD ]]; then
|
if [[ -f PKGBUILD ]]; then
|
||||||
echo "Building package in $pkg_dir..."
|
echo "Building package in $pkg_dir..."
|
||||||
makepkg -s --noconfirm --outputdir ../out
|
makepkg -s --sign --noconfirm --outputdir ../out
|
||||||
else
|
else
|
||||||
echo "No PKGBUILD found in $pkg_dir, skipping..."
|
echo "No PKGBUILD found in $pkg_dir, skipping..."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue