summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWachid Adi Nugroho2022-08-28 13:37:42 +0700
committerWachid Adi Nugroho2022-08-28 13:37:42 +0700
commitcf7fe5a2dc7c4a2e860b118ee7cb203c24daa0be (patch)
treefca40471ce57968a6a8e42d585f9ddfaa45e27df
parentc0741139b6ef434dab9bff5f59ff6c53325491de (diff)
downloadaur-cf7fe5a2dc7c4a2e860b118ee7cb203c24daa0be.tar.gz
Add maui-core-git to depends and bump version
remove libcanberra and sound-theme-freedesktop from depends too
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 171f8770cc85..00a970a19e0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 51f9a4faa94c..9c2c7e179ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)