Update to gnome-online-miners-3.10.3.

This commit is contained in:
ajacoutot 2014-01-23 09:54:21 +00:00
parent 5c5f156d75
commit 7d9544d99f
5 changed files with 58 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2013/11/23 10:02:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2014/01/23 09:54:21 ajacoutot Exp $
TRACKER_VERSION= 0.16
@ -7,7 +7,7 @@ SHARED_ONLY= Yes
COMMENT= crawls through your online content
GNOME_PROJECT= gnome-online-miners
GNOME_VERSION= 3.10.2
GNOME_VERSION= 3.10.3
# GPLv2
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,2 +1,2 @@
SHA256 (gnome/gnome-online-miners-3.10.2.tar.xz) = OMnmDPVrbQ7DLpciViaNYDjRXjJSGpGu3h7BaPXjHNk=
SIZE (gnome/gnome-online-miners-3.10.2.tar.xz) = 240168
SHA256 (gnome/gnome-online-miners-3.10.3.tar.xz) = EpgH05jndEhwEQ5odWKbaFjSiQIScVUFac5a+hD+nqg=
SIZE (gnome/gnome-online-miners-3.10.3.tar.xz) = 242348

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-src_tracker-ioprio_h,v 1.1 2014/01/23 09:54:21 ajacoutot Exp $
From d2643c8cb625c238013a6f16c32bdff28cc58753 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Tue, 21 Jan 2014 08:45:28 +0000
Subject: tracker-ioprio, tracker-sched: Fix build failure on non-Linux systems
--- src/tracker-ioprio.h.orig Mon Jan 20 17:55:34 2014
+++ src/tracker-ioprio.h Thu Jan 23 10:41:05 2014
@@ -21,6 +21,8 @@
#ifndef __LIBTRACKER_COMMON_IOPRIO_H__
#define __LIBTRACKER_COMMON_IOPRIO_H__
+#include <glib.h>
+
G_BEGIN_DECLS
void tracker_ioprio_init (void);

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-src_tracker-sched_c,v 1.1 2014/01/23 09:54:21 ajacoutot Exp $
From d2643c8cb625c238013a6f16c32bdff28cc58753 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Tue, 21 Jan 2014 08:45:28 +0000
Subject: tracker-ioprio, tracker-sched: Fix build failure on non-Linux systems
--- src/tracker-sched.c.orig Mon Jan 20 17:55:34 2014
+++ src/tracker-sched.c Thu Jan 23 10:41:05 2014
@@ -28,8 +28,6 @@
#include <errno.h>
#include <sched.h>
-#include <glib.h>
-
#include "tracker-sched.h"
gboolean

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-src_tracker-sched_h,v 1.1 2014/01/23 09:54:21 ajacoutot Exp $
From d2643c8cb625c238013a6f16c32bdff28cc58753 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Tue, 21 Jan 2014 08:45:28 +0000
Subject: tracker-ioprio, tracker-sched: Fix build failure on non-Linux systems
--- src/tracker-sched.h.orig Mon Jan 20 17:55:34 2014
+++ src/tracker-sched.h Thu Jan 23 10:41:05 2014
@@ -20,6 +20,8 @@
#ifndef __LIBTRACKER_COMMON_SCHED_H__
#define __LIBTRACKER_COMMON_SCHED_H__
+#include <glib.h>
+
G_BEGIN_DECLS
gboolean tracker_sched_idle (void);