summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardotd4262022-07-24 16:34:41 -0400
committergardotd4262022-07-24 16:34:41 -0400
commit965b831d90d58ac67d0a5f7c67ae2b7c9f02f0fa (patch)
treeadebe2f7943758bf8a6c7ea32d7bf03703d8a845
parent33d1e1debc283373a7fa1be5556ee20155f40b2b (diff)
downloadaur-965b831d90d58ac67d0a5f7c67ae2b7c9f02f0fa.tar.gz
upgpkg: regolith-de 1.6-12
Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533fa8f4587b..2ade35debc09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = regolith-de
pkgver = 1.6
- pkgrel = 11
+ pkgrel = 12
url = https://github.com/regolith-linux/regolith-desktop
arch = x86_64
groups = regolith-de
@@ -166,6 +166,8 @@ pkgname = regolith-i3
depends = gnome-settings-daemon
depends = playerctl
depends = jsoncpp
+ depends = gnome-shell
+ depends = mutter
optdepends = picom: For compositing/desktop effects - strongly recommended!
optdepends = unclutter-xfixes-git: For unclutter
optdepends = lightdm: Display Manager - Regolith LightDM theme included in regolith-desktop-config
diff --git a/PKGBUILD b/PKGBUILD
index 80c21adbf92b..21ae5b7925d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ pkgname=(regolith-i3 # (regolith-i3-gaps regolith-i3-gaps-session i3-gaps-wm i3-
regolith-desktop-config
remontoire-regolith)
pkgver=1.6
-pkgrel=11
+pkgrel=12
arch=('x86_64')
url=https://github.com/regolith-linux/regolith-desktop
url2=https://launchpad.net/~regolith-linux/+archive/ubuntu/release/+files
@@ -209,7 +209,7 @@ pkgdesc="Regolith's i3-gaps-based DE's underpinnings and gnome foundational depe
'accountsservice' 'cups-pk-helper' 'libgtop' 'gnome-control-center' 'gnome-desktop'
'xorg-xwininfo' 'dbus' 'python-gobject' 'python-dbus' 'xorg-xprop' 'libev' 'pcre'
'libconfig' 'xcb-util-image' 'xcb-util-renderutil' 'libsigc++' 'gnome-session'
- 'gnome-settings-daemon' 'playerctl' 'jsoncpp')
+ 'gnome-settings-daemon' 'playerctl' 'jsoncpp' 'gnome-shell' 'mutter')
optdepends=('picom: For compositing/desktop effects - strongly recommended!'
'unclutter-xfixes-git: For unclutter'
'lightdm: Display Manager - Regolith LightDM theme included in regolith-desktop-config' )