summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjzbor2021-04-29 16:05:45 +0200
committerjzbor2021-04-29 16:05:45 +0200
commit427085a380ce06254e65b7d93a38bbda2d0cc3ff (patch)
tree6bb5c29ac6c8488cff4c0e1d71ffcbd3ba92e7e3
parentda4a2c32a936fdf2ef47dde8f73dc66a864d8702 (diff)
downloadaur-427085a380ce06254e65b7d93a38bbda2d0cc3ff.tar.gz
Improving dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b722f34749c8..56cae1be1fd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moonwm
pkgdesc = My own outstandingly named Window Manager (a dynamic window manager)
pkgver = 7.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jzbor/moonwm
arch = x86_64
arch = i686
@@ -12,12 +12,12 @@ pkgbase = moonwm
depends = slop
depends = xmenu
depends = xorg-xsetroot
+ depends = arandr
depends = dmenu
depends = ffmpeg
depends = geoclue
depends = i3lock
depends = imagemagick
- depends = kdeconnect
depends = libnotify
depends = light
depends = network-manager-applet
@@ -26,7 +26,6 @@ pkgbase = moonwm
depends = pamixer
depends = picom
depends = polkit-gnome
- depends = redshift
depends = skippy-xd
depends = wmname
depends = xdotool
@@ -38,6 +37,7 @@ pkgbase = moonwm
optdepends = lxappearance: GUI for configuring GTK and icon theme,
optdepends = matcha-gtk-theme: a fitting GTK theme (Matcha-dark-aliz),
optdepends = numix-circle-icon-theme: an icon theme that fits nicely,
+ optdepends = redshift: night mode,
optdepends = scrot: integrated screenshot support,
optdepends = xfce4-notifyd: a good default notification-daemon
provides = moonwm
diff --git a/PKGBUILD b/PKGBUILD
index 0d65ddbf626c..41ed092a595b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
pkgname=moonwm
_pkgname=MoonWM
pkgver=7.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="My own outstandingly named Window Manager (a dynamic window manager)"
arch=(x86_64 i686)
url="https://github.com/jzbor/moonwm"
license=('MIT')
groups=()
-depends=(libx11 libxcb libxinerama slop xmenu xorg-xsetroot dmenu ffmpeg geoclue i3lock imagemagick kdeconnect libnotify light network-manager-applet notification-daemon otf-nerd-fonts-fira-code pamixer picom polkit-gnome redshift skippy-xd wmname xdotool xfce4-power-manager xorg-setxkbmap xorg-xrandr xorg-xrdb xwallpaper)
+depends=(libx11 libxcb libxinerama slop xmenu xorg-xsetroot arandr dmenu ffmpeg geoclue i3lock imagemagick libnotify light network-manager-applet notification-daemon otf-nerd-fonts-fira-code pamixer picom polkit-gnome skippy-xd wmname xdotool xfce4-power-manager xorg-setxkbmap xorg-xrandr xorg-xrdb xwallpaper)
makedepends=()
checkdepends=()
optdepends=(\
'lxappearance: GUI for configuring GTK and icon theme',
'matcha-gtk-theme: a fitting GTK theme (Matcha-dark-aliz)',
'numix-circle-icon-theme: an icon theme that fits nicely',
+ 'redshift: night mode',
'scrot: integrated screenshot support',
'xfce4-notifyd: a good default notification-daemon')
provides=(moonwm)