Skip to content

Commit

Permalink
24.04.1.3-t2 Gemini-T2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Apr 28, 2024
1 parent c59bff9 commit 3e340ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ prepare() {
print
}
'
awk -i inplace -v version="${pkgver}" -v release="${release_name}" "$replace_command" "${srcdir}/calamares-${pkgver}/data/eos/branding/endeavouros/branding.desc"
awk -i inplace -v version="${pkgver}-t2" -v release="${release_name}" "$replace_command" "${srcdir}/calamares-${pkgver}-t2/data/eos/branding/endeavouros/branding.desc"
}

build() {
cmake -B build -S "${srcdir}/calamares-${pkgver}" \
cmake -B build -S "${srcdir}/calamares-${pkgver}-t2" \
-DWITH_QT6=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
Expand All @@ -54,6 +54,6 @@ build() {
package() {
make -C build DESTDIR="${pkgdir}" install
install -dm 755 "${pkgdir}/etc"
cp -rp "${srcdir}/calamares-${pkgver}/data/eos" "${pkgdir}/etc/calamares"
cp -rp "${srcdir}/calamares-${pkgver}-t2/data/eos" "${pkgdir}/etc/calamares"
}

0 comments on commit 3e340ba

Please sign in to comment.