From 7d2722c21092c529175a1b2c3c4f67d11627e49f Mon Sep 17 00:00:00 2001 From: Lucy <87684856+itslucylol@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:44:22 -0400 Subject: [PATCH 1/2] gom: update to 0.5.6, adopt. add focus-timer 1.1.4. --- srcpkgs/FocusTimer/template | 15 +++++++++++++++ srcpkgs/gom/template | 8 ++++---- 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/FocusTimer/template diff --git a/srcpkgs/FocusTimer/template b/srcpkgs/FocusTimer/template new file mode 100644 index 00000000000000..6d4a99194b8663 --- /dev/null +++ b/srcpkgs/FocusTimer/template @@ -0,0 +1,15 @@ +# Template file for 'FocusTimer' +pkgname=FocusTimer +version=1.1.4 +revision=1 +build_style=meson +hostmakedepends="pkg-config vala gobject-introspection desktop-file-utils gettext glib-devel" +makedepends="gtk4-devel libadwaita-devel libcanberra-devel libgtop-devel gst-plugins-base1-devel libpeas2-devel gom-devel" +depends="desktop-file-utils gtk4 hicolor-icon-theme" +short_desc="GNOME Pomodoro Timer Application" +maintainer="Lucy <87684856+itslucylol@users.noreply.github.com>" +license="GPL-3.0-or-later" +homepage="https://github.com/focustimerhq/FocusTimer" +#changelog="tba" +distfiles="https://github.com/focustimerhq/FocusTimer/archive/refs/tags/${version}.tar.gz" +checksum=87dbe49cdc07c8e7350cd59b2038b1067e59a26893383bd9a35472839a88b208 diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template index 7e64c14760c5b5..ec617f1336d595 100644 --- a/srcpkgs/gom/template +++ b/srcpkgs/gom/template @@ -1,6 +1,6 @@ # Template file for 'gom' pkgname=gom -version=0.4 +version=0.5.6 revision=7 build_style=meson build_helper="gir" @@ -11,11 +11,11 @@ hostmakedepends="pkg-config" makedepends="sqlite-devel gettext-devel libglib-devel gdk-pixbuf-devel $(vopt_if gir 'gobject-introspection python3-gobject-devel')" short_desc="GObject Data Mapper" -maintainer="Orphaned " +maintainer="Lucy <87684856+itslucylol@users.noreply.github.com>" license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/Gom" -distfiles="${GNOME_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz" -checksum=68d08006aaa3b58169ce7cf1839498f45686fba8115f09acecb89d77e1018a9d +distfiles="https://gitlab.gnome.org/GNOME/gom/-/archive/${version}/gom-${version}.tar.gz" +checksum=0f091c15d06bed82bcac1d079a87e0bbab4f78f90ec135fdf71050b742d92f22 # Package build options build_options="gir" From 21e1f11983c71881de4ea1291ce3b5566296d5ae Mon Sep 17 00:00:00 2001 From: Lucy <87684856+itslucylol@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:07:46 -0400 Subject: [PATCH 2/2] focus-timer: add aarch64 support. --- srcpkgs/FocusTimer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/FocusTimer/template b/srcpkgs/FocusTimer/template index 6d4a99194b8663..1ac20d6c99c80a 100644 --- a/srcpkgs/FocusTimer/template +++ b/srcpkgs/FocusTimer/template @@ -3,7 +3,7 @@ pkgname=FocusTimer version=1.1.4 revision=1 build_style=meson -hostmakedepends="pkg-config vala gobject-introspection desktop-file-utils gettext glib-devel" +hostmakedepends="pkg-config vala gobject-introspection desktop-file-utils gettext glib-devel gtk4-update-icon-cache" makedepends="gtk4-devel libadwaita-devel libcanberra-devel libgtop-devel gst-plugins-base1-devel libpeas2-devel gom-devel" depends="desktop-file-utils gtk4 hicolor-icon-theme" short_desc="GNOME Pomodoro Timer Application"