blob: e2f7556fc0383b74bdc67fe5eae5dcd6a5af7555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = scrnsvr
pkgdesc = Yet Another X Screensaver/locker
pkgver = 1.19
pkgrel = 3
url = https://github.com/koraynilay/scrnsvr
install = scrnsvr.install
arch = x86_64
license = WTFPL
makedepends = git
makedepends = gcc
depends = libxss
depends = pcre
depends = libdbus
depends = python
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.19::git+https://github.com/koraynilay/scrnsvr
md5sums = SKIP
pkgname = scrnsvr
|