* update xsettingsd to 1.0.2-2

This commit is contained in:
Alexander Baldeck 2024-09-15 21:09:58 +02:00
parent 6eee03c978
commit 1d8e9dae23
3 changed files with 19 additions and 1 deletions

14
xorg/xsettingsd/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = xsettingsd
pkgdesc = Provides settings to X11 applications via the XSETTINGS specification
pkgver = 1.0.2
pkgrel = 2
url = https://github.com/derat/xsettingsd
arch = x86_64
license = custom:BSD
makedepends = cmake
depends = libx11
depends = gcc-libs
source = https://github.com/derat/xsettingsd/archive/v1.0.2/xsettingsd-1.0.2.tar.gz
sha256sums = 69b5d1987608d1b5f2a0085f2f88cc55936a99b92279118e655d665ebb5e50d3
pkgname = xsettingsd

View File

@ -0,0 +1,4 @@
[xsettingsd]
source = "git"
git = "https://github.com/derat/xsettingsd.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=xsettingsd
pkgver=1.0.2
pkgrel=1
pkgrel=2
pkgdesc="Provides settings to X11 applications via the XSETTINGS specification"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/derat/xsettingsd"