summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedl1k2023-11-22 00:25:45 +0100
committerknedl1k2023-11-22 00:25:45 +0100
commit14a31e138c66ea827a9a781a3ef3d6a4597feb66 (patch)
tree2b0a9a40e06a6bca490c037e656f2320cbbf3ab9
parent8f75cfeea73851589c699dec96460b7f894d8fac (diff)
downloadaur-14a31e138c66ea827a9a781a3ef3d6a4597feb66.tar.gz
add missing dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b567d386df83..1d49041de772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = activate-linux
pkgdesc = The "Activate Windows" watermark ported to Linux with Xlib and cairo in C
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MrGlockenspiel/activate-linux
arch = x86_64
license = GPL3
makedepends = make
makedepends = clang
makedepends = pkgconf
- makedepends = libxfixes
- makedepends = libxinerama
depends = cairo
- depends = libxi
depends = libx11
+ depends = libxi
depends = libxt
+ depends = libxrandr
+ depends = libxfixes
+ depends = libxinerama
depends = wayland
depends = wayland-protocols
+ optdepends = libconfig
conflicts = activate-linux-git
options = !buildflags
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index da6abc954e3c..8980af89bfbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=activate-linux
pkgver=1.1.0
_pkg="$pkgname-$pkgver"
-pkgrel=1
+pkgrel=2
pkgdesc="The \"Activate Windows\" watermark ported to Linux with Xlib and cairo in C"
arch=("x86_64")
url='https://github.com/MrGlockenspiel/activate-linux'
-makedepends=('make' 'clang' 'pkgconf' 'libxfixes' 'libxinerama')
-depends=('cairo' 'libxi' 'libx11' 'libxt' 'wayland' 'wayland-protocols')
+makedepends=('make' 'clang' 'pkgconf')
+depends=('cairo' 'libx11' 'libxi' 'libxt' 'libxrandr' 'libxfixes' 'libxinerama' 'wayland' 'wayland-protocols')
+optdepends=('libconfig')
conflicts=('activate-linux-git')
license=('GPL3')
options=('!buildflags' '!makeflags')