From b7889b6575121a4b9139ea5d803db0a7f952a20f Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Thu, 14 Nov 2024 03:07:35 -0600 Subject: [PATCH] lcdgrilo: update to 0.0.13 Signed-off-by: W. Michael Petullo --- multimedia/lcdgrilo/Makefile | 4 ++-- multimedia/lcdgrilo/patches/020-vala.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 multimedia/lcdgrilo/patches/020-vala.patch diff --git a/multimedia/lcdgrilo/Makefile b/multimedia/lcdgrilo/Makefile index 0df60dee96..3a3cf52c2a 100644 --- a/multimedia/lcdgrilo/Makefile +++ b/multimedia/lcdgrilo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcdgrilo -PKG_VERSION:=0.0.12 +PKG_VERSION:=0.0.13 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.flyn.org/projects/lcdgrilo -PKG_HASH:=2e5028fff7a90b1a3688c466f048e978a52d9a4da20a382546d5e5bd42e2fc6a +PKG_HASH:=844ecd404986f1a998bd0992341a329913ab981a1fd94172537ca9aa25769b15 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-2.0-or-later diff --git a/multimedia/lcdgrilo/patches/020-vala.patch b/multimedia/lcdgrilo/patches/020-vala.patch deleted file mode 100644 index c35e227d10..0000000000 --- a/multimedia/lcdgrilo/patches/020-vala.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/lcdgrilo.vala -+++ b/src/lcdgrilo.vala -@@ -47,7 +47,7 @@ private class LCDPlayer { - private int current = 0; - private Transitions transitions; - private MainLoop loop; -- private Gee.ArrayList sources = new Gee.ArrayList (); -+ private Gee.ArrayList sources = new Gee.ArrayList (); - private uint watch_id = 0; - - public LCDPlayer () { -- 2.30.2