summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjzbor2021-04-26 16:27:50 +0200
committerjzbor2021-04-26 16:27:50 +0200
commitb4ee32598a2a70a1352fb085f3fe63d3277082c7 (patch)
tree550d77229de486c3902622ce7e0bc95f027238d6
parent5d021147c7924c0552533ea53b0a7793080b2800 (diff)
downloadaur-b4ee32598a2a70a1352fb085f3fe63d3277082c7.tar.gz
Adding scrot as optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b6b69cf4858..0d0937df2dab 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.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jzbor/moonwm
arch = x86_64
arch = i686
@@ -35,9 +35,10 @@ pkgbase = moonwm
depends = xorg-xrandr
depends = xorg-xrdb
depends = xwallpaper
+ 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 = lxappearance: GUI for configuring GTK and icon theme,
+ optdepends = scrot: integrated screenshot support,
optdepends = xfce4-notifyd: a good default notification-daemon
provides = moonwm
conflicts = moonwm
diff --git a/PKGBUILD b/PKGBUILD
index 7ed89a7fe37f..2510073fdd5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=moonwm
_pkgname=MoonWM
pkgver=7.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="My own outstandingly named Window Manager (a dynamic window manager)"
arch=(x86_64 i686)
url="https://github.com/jzbor/moonwm"
@@ -12,9 +12,10 @@ depends=(libx11 libxcb libxinerama slop xmenu xorg-xsetroot dmenu ffmpeg geoclu
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',
- 'lxappearance: GUI for configuring GTK and icon theme',
+ 'scrot: integrated screenshot support',
'xfce4-notifyd: a good default notification-daemon')
provides=(moonwm)
conflicts=(moonwm)