seatd: update to 0.9.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2024-11-05 19:09:49 +00:00
parent e9e1d434f8
commit c3aed1a52b
2 changed files with 4 additions and 5 deletions

View 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))

View 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
}