seatd: update to 0.9.1
authorDaniel Golle <daniel@makrotopia.org>
Tue, 5 Nov 2024 19:09:49 +0000 (19:09 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 5 Dec 2024 01:15:41 +0000 (01:15 +0000)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/seatd/Makefile
libs/seatd/files/seatd.init

index 0f830ba6dd90bb5c0f7900c74732c25f70882ed2..3c85092577b152fcabca75956c96a07dcabc710a 100644 (file)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=seatd
-PKG_VERSION:=0.6.3
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=0.9.1
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://git.sr.ht/~kennylevinsen/seatd
 PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_MIRROR_HASH:=f3bcdf68b67ec48e637851031a839bff1835ca8462a03fa4f7556f431217af37
+PKG_MIRROR_HASH:=bf572e248ba9f4bd7808b3fdfad04719f72bf2d1702d4c3bb503a0688f341936
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 PKG_LICENSE:=MIT
@@ -75,4 +75,3 @@ endef
 
 $(eval $(call BuildPackage,libseat))
 $(eval $(call BuildPackage,seatd))
-$(eval $(call HostBuild))
index f2d1006a7ae028cc8bff22551537182b66e97077..3ded5d9c508bf17e176ca259da2ee1e6fc4cd4e7 100644 (file)
@@ -8,6 +8,6 @@ PROG=/usr/bin/seatd
 
 start_service() {
        procd_open_instance
-       procd_set_param command "$PROG"
+       procd_set_param command "$PROG" -g video
        procd_close_instance
 }