Skip to content

Commit

Permalink
Merge pull request #61 from Bali10050/feature-qt6
Browse files Browse the repository at this point in the history
Feature qt6
  • Loading branch information
Bali10050 authored Dec 10, 2024
2 parents f05e0ee + a591e8a commit ca84bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/assets/pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ source=(
"${pkgname}.git::git+${url}.git#tag=v${pkgver//_/-}"
)

# use makepkg -g to generate the sha256sum for the release tag

# KF6/QT6
depends_kf6=(
'kdecoration'
Expand Down Expand Up @@ -84,6 +82,6 @@ build() (

package() (
install -dm755 "$pkgdir.git"
DESTDIR="$pkgdir" cmake --install build_kf6
DESTDIR="$pkgdir" cmake --install $build_dir
rm -rf "$pkgdir/usr/lib/cmake"
)
2 changes: 1 addition & 1 deletion .github/workflows/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pacman -Syu --noconfirm
- name: Install sudo, git and compile dependencies
run: |
pacman -Sy sudo git binutils make gcc pkg-config fakeroot \
pacman -Sy sudo git binutils make gcc pkg-config fakeroot plasma-desktop \
cmake extra-cmake-modules qt6-base \
kdecoration qt6-declarative kcoreaddons \
kcmutils kcolorscheme kconfig kguiaddons \
Expand Down

0 comments on commit ca84bd9

Please sign in to comment.