Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions srcpkgs/FocusTimer/template
Original file line number Diff line number Diff line change
@@ -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 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"
maintainer="Lucy <87684856+itslucylol@users.noreply.github.com>"

Check failure on line 10 in srcpkgs/FocusTimer/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

maintainer needs a valid address for sending mail
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
8 changes: 4 additions & 4 deletions srcpkgs/gom/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 'gom'
pkgname=gom
version=0.4
version=0.5.6
revision=7

Check failure on line 4 in srcpkgs/gom/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
build_style=meson
build_helper="gir"
configure_args="-Denable-introspection=$(vopt_if gir true false)
-Denable-gtk-doc=false"
pycompile_module="gi"

Check failure on line 9 in srcpkgs/gom/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

do not set pycompile_module, it is autodetected
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 <orphan@voidlinux.org>"
maintainer="Lucy <87684856+itslucylol@users.noreply.github.com>"

Check failure on line 14 in srcpkgs/gom/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

maintainer needs a valid address for sending mail
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"
Expand Down
Loading