git » xsettingsd.git » commit e0b639e

xsettingsd 1.0.2

author Urja (ARMLFS builder)
2025-12-23 14:42:47 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:47 UTC
parent 9cf1c8feaa4a5d43715af3dbb6ea0aa49a66adcd

xsettingsd 1.0.2

.SRCINFO +1 -0
.gitignore +2 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 78a2a3e..32400f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = xsettingsd
 	pkgrel = 3
 	url = https://codeberg.org/derat/xsettingsd
 	arch = x86_64
+	arch = armv7h
 	license = custom:BSD
 	makedepends = cmake
 	makedepends = git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 15edc3b..112466e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=xsettingsd
 pkgver=1.0.2
 pkgrel=3
 pkgdesc="Provides settings to X11 applications via the XSETTINGS specification"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="https://codeberg.org/derat/xsettingsd"
 license=('custom:BSD')
 depends=('libx11' 'gcc-libs')