summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoraynilay2020-11-30 16:32:39 +0100
committerkoraynilay2020-11-30 16:32:39 +0100
commit398b5ff3766d74f15f43ab2c17509725221b062a (patch)
tree222b94572d5a44765cc6584d62eb6e68652b415c
parent087b0deab4089a7ef873de0efd78a506a0bffdf2 (diff)
downloadaur-398b5ff3766d74f15f43ab2c17509725221b062a.tar.gz
added check for xrandr, Updated PKGBUILDs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbb71502a273..89013da69508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scrnsvr
pkgdesc = Yet Another X Screensaver/locker
pkgver = 1
- pkgrel = 13
+ pkgrel = 14
url = https://github.com/koraynilay/scrnsvr
install = scrnsvr.install
arch = x86_64
@@ -14,6 +14,8 @@ pkgbase = scrnsvr
depends = libxss
optdepends = dunst: dunstify for notifications
optdepends = libnotify: for notifications
+ optdepends = libxinerama: for multi-monitor with xinerama fullscreen check support
+ optdepends = libxrandr: for multi-monitor with xrandr fullscreen check support
conflicts = scrnsvr-bin
source = scrnsvr-1::git+https://github.com/koraynilay/scrnsvr
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 19557b7c6a5b..7a806522cc05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: koraynilay <koray.fra@gmail.com>
pkgname=scrnsvr
pkgver=1
-pkgrel=13
+pkgrel=14
pkgdesc="Yet Another X Screensaver/locker"
arch=('x86_64')
url="https://github.com/koraynilay/scrnsvr"
@@ -10,7 +10,7 @@ depends=('pulseaudio' 'grep' 'procps-ng' 'libxss')
makedepends=('git' 'gcc')
conflicts=('scrnsvr-bin')
source=("$pkgname-$pkgver::git+https://github.com/koraynilay/scrnsvr")
-optdepends=('dunst: dunstify for notifications' 'libnotify: for notifications')
+optdepends=('dunst: dunstify for notifications' 'libnotify: for notifications' 'libxinerama: for multi-monitor with xinerama fullscreen check support' 'libxrandr: for multi-monitor with xrandr fullscreen check support')
install="scrnsvr.install"
md5sums=("SKIP")