mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnome-todo: rebuild
This commit is contained in:
parent
1447eaa336
commit
91c13ef7e2
2 changed files with 2 additions and 31 deletions
|
@ -1,30 +0,0 @@
|
||||||
Upstream: yes
|
|
||||||
From 6cdabc4dd0c6c804a093b94c269461ce376fed4f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Emmanuele Bassi <ebassi@gnome.org>
|
|
||||||
Date: Mon, 21 Jan 2019 10:47:09 +0000
|
|
||||||
Subject: [PATCH] Drop the autoptr definition for ESource
|
|
||||||
|
|
||||||
Evolution-data-server includes the autoptr definition for ESource.
|
|
||||||
|
|
||||||
See: GNOME/evolution-data-server#73
|
|
||||||
|
|
||||||
Without this change, GNOME Todo does not build on the Continuous CI
|
|
||||||
infrastructure.
|
|
||||||
|
|
||||||
Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
|
|
||||||
---
|
|
||||||
plugins/eds/gtd-eds-autoptr.h | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/plugins/eds/gtd-eds-autoptr.h b/plugins/eds/gtd-eds-autoptr.h
|
|
||||||
index eb9b011..42709ee 100644
|
|
||||||
--- plugins/eds/gtd-eds-autoptr.h
|
|
||||||
+++ plugins/eds/gtd-eds-autoptr.h
|
|
||||||
@@ -25,4 +25,3 @@
|
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponent, g_object_unref);
|
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponentId, e_cal_component_free_id);
|
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalClient, g_object_unref);
|
|
||||||
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (ESource, g_object_unref);
|
|
||||||
--
|
|
||||||
2.18.1
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-todo'
|
# Template file for 'gnome-todo'
|
||||||
pkgname=gnome-todo
|
pkgname=gnome-todo
|
||||||
version=3.28.1
|
version=3.28.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||||
|
@ -15,6 +15,7 @@ homepage="https://wiki.gnome.org/Apps/Todo"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=c7571fc040d8901dd0e528282ef0655687f23f29d304057c72548ab3e2c2cf23
|
checksum=c7571fc040d8901dd0e528282ef0655687f23f29d304057c72548ab3e2c2cf23
|
||||||
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/19471/steps/shell_3/logs/stdio"
|
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/19471/steps/shell_3/logs/stdio"
|
||||||
|
patch_args="-Np1"
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue