Package Details: quickshell 0.1.af14a41-1

Git Clone URL: https://aur.archlinux.org/quickshell.git (read-only, click to copy)
Package Base: quickshell
Description: Simple and flexbile QtQuick based desktop shell toolkit.
Upstream URL: https://github.com/outfoxxed/quickshell
Keywords: bar hyprland qt qtquick wayland wlroots
Licenses: GPL
Conflicts: quickshell
Provides: quickshell
Submitter: entailzwrapped
Maintainer: entailzwrapped
Last Packager: entailzwrapped
Votes: 2
Popularity: 0.89
First Submitted: 2024-06-02 19:58 (UTC)
Last Updated: 2025-01-15 19:11 (UTC)

Latest Comments

khing0_0 commented on 2025-02-11 09:05 (UTC)

# Maintainer: Entailz <entail-wraps0r at icloud dot com>

_pkgname=quickshell
pkgname=${_pkgname}-git
pkgver=0.1.aeb347b
pkgrel=1
pkgdesc='Simple and flexbile QtQuick based desktop shell toolkit.'
arch=(x86_64 aarch64)
url='https://github.com/outfoxxed/quickshell'
conflicts=("quickshell")
provides=("quickshell")
options=(!strip)
license=('GPL')
depends=(
  'qt6-declarative'
  'qt6-base'
  'jemalloc'
  'qt6-svg'
  'libpipewire'
  'qt6-wayland'
  'wayland-protocols'
  'libxcb'
  'wayland'
  'cli11'
  'libdrm'
  'mesa'
  'google-breakpad'
)
makedepends=(
  'ninja'
  'cmake'
  'pkgconf'
)

source=(
  "git+https://github.com/outfoxxed/quickshell.git"

)
sha256sums=(
  'SKIP'
)

pkgver() {
  cd "$srcdir/${_pkgname}" || exit
  printf "0.1.%s" "$(git rev-parse --short HEAD)"
}

build() {
  cd "${_pkgname}"
  cmake -GNinja -B build \
    -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DDISTRIBUTOR="AUR (package: quickshell)" \
    -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=NO \
    -DINSTALL_QML_PREFIX=/lib/qt6/qml

  cmake --build build
}

package() {
  cd "${_pkgname}"
  DESTDIR=$pkgdir cmake --install build
  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
  install -Dm644 "../../quickshell-check.hook" "$pkgdir/usr/share/libalpm/hooks/quickshell-check.hook"
}

quickshell-git

unwitting commented on 2025-02-07 14:02 (UTC)

reinstalled, rebuild, but always same, keep telling me to update aur/quickshell 0.1.aeb347b-1 -> 0.1.af14a41-1

yvvki commented on 2025-02-04 10:55 (UTC)

I think this package should have a -git suffix. It kept telling me to update but it is on the last commit.