diff options
author | Wachid Adi Nugroho | 2022-08-28 13:37:42 +0700 |
---|---|---|
committer | Wachid Adi Nugroho | 2022-08-28 13:37:42 +0700 |
commit | cf7fe5a2dc7c4a2e860b118ee7cb203c24daa0be (patch) | |
tree | fca40471ce57968a6a8e42d585f9ddfaa45e27df | |
parent | c0741139b6ef434dab9bff5f59ff6c53325491de (diff) | |
download | aur-cf7fe5a2dc7c4a2e860b118ee7cb203c24daa0be.tar.gz |
Add maui-core-git to depends and bump version
remove libcanberra and sound-theme-freedesktop from depends too
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = maui-shell-git pkgdesc = Maui Shell is a convergent shell for desktops, tablets, and phones. - pkgver = v0.5.0.r72.ge969251 + pkgver = v0.5.5.r6.g6a67519 pkgrel = 1 url = https://github.com/Nitrux/maui-shell arch = x86_64 @@ -44,8 +44,8 @@ pkgbase = maui-shell-git depends = kunitconversion depends = kwallet depends = kwayland - depends = libcanberra depends = maui-calendar-git + depends = maui-core-git depends = maui-manager-git depends = mauikit-git depends = mauikit-filebrowsing @@ -60,7 +60,6 @@ pkgbase = maui-shell-git depends = qt5-svg depends = qt5-wayland depends = solid - depends = sound-theme-freedesktop optdepends = maui-settings-git: Settings Manager Apps for the Maui DE provides = maui-shell conflicts = maui-shell @@ -2,7 +2,7 @@ pkgname=maui-shell-git _pkgname=${pkgname%-git} -pkgver=v0.5.0.r72.ge969251 +pkgver=v0.5.5.r6.g6a67519 pkgrel=1 pkgdesc='Maui Shell is a convergent shell for desktops, tablets, and phones.' url='https://github.com/Nitrux/maui-shell' @@ -39,8 +39,8 @@ depends=(bluedevil kunitconversion kwallet kwayland - libcanberra maui-calendar-git + maui-core-git maui-manager-git mauikit-git mauikit-filebrowsing @@ -54,8 +54,7 @@ depends=(bluedevil qt5-quickcontrols2 qt5-svg qt5-wayland - solid - sound-theme-freedesktop) + solid) makedepends=(git extra-cmake-modules) optdepends=('maui-settings-git: Settings Manager Apps for the Maui DE') groups=(maui) |