Update to colord-1.0.3.

This commit is contained in:
ajacoutot 2013-09-13 14:23:01 +00:00
parent c287210297
commit 0874b1c072
4 changed files with 17 additions and 17 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.29 2013/08/06 19:10:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2013/09/13 14:23:01 ajacoutot Exp $
COMMENT= device color profile management daemon
V= 1.0.2
V= 1.0.3
DISTNAME= colord-${V}
EXTRACT_SUFX= .tar.xz
SHARED_LIBS += colordprivate 0.1 # 1.20
SHARED_LIBS += colord 0.4 # 1.20
SHARED_LIBS += colordprivate 0.1 # 1.21
SHARED_LIBS += colord 0.4 # 1.21
CATEGORIES= graphics print
@ -31,7 +31,7 @@ BUILD_DEPENDS= devel/gobject-introspection \
lang/vala \
textproc/docbook2x
LIB_DEPENDS= graphics/lcms2>=2.4p0 \
LIB_DEPENDS= graphics/lcms2 \
sysutils/polkit
# polkit(8) almost always needs to know the "active" session

View File

@ -1,2 +1,2 @@
SHA256 (colord-1.0.2.tar.xz) = uZ0dB/4ho3tEaqFzo1xU/WaTJK1hdip1RbFiTIlqijk=
SIZE (colord-1.0.2.tar.xz) = 1082504
SHA256 (colord-1.0.3.tar.xz) = tCkq1WQBNaKht3O//g2UvIOrzMcsf8jPZAfn57JShtc=
SIZE (colord-1.0.3.tar.xz) = 1082868

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.14 2013/08/06 19:10:05 ajacoutot Exp $
$OpenBSD: patch-configure,v 1.15 2013/09/13 14:23:02 ajacoutot Exp $
/var/lib -> /var/db
--- configure.orig Sun Jul 7 15:57:32 2013
+++ configure Tue Jul 23 16:35:19 2013
@@ -18139,7 +18139,7 @@ _ACEOF
--- configure.orig Mon Aug 19 11:25:25 2013
+++ configure Fri Sep 13 16:16:20 2013
@@ -18123,7 +18123,7 @@ _ACEOF
fi
# per-machine directory

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_cd-profile_c,v 1.9 2013/08/06 19:10:05 ajacoutot Exp $
$OpenBSD: patch-src_cd-profile_c,v 1.10 2013/09/13 14:23:02 ajacoutot Exp $
/var/lib -> /var/db
--- src/cd-profile.c.orig Sun Jul 7 15:46:36 2013
+++ src/cd-profile.c Tue Jul 23 16:35:19 2013
@@ -401,7 +401,7 @@ cd_profile_install_system_wide (CdProfile *profile, GE
--- src/cd-profile.c.orig Mon Aug 19 11:21:57 2013
+++ src/cd-profile.c Fri Sep 13 16:16:20 2013
@@ -404,7 +404,7 @@ cd_profile_install_system_wide (CdProfile *profile, GE
goto out;
}
@ -13,7 +13,7 @@ $OpenBSD: patch-src_cd-profile_c,v 1.9 2013/08/06 19:10:05 ajacoutot Exp $
if (g_str_has_prefix (priv->filename,
CD_SYSTEM_PROFILES_DIR)) {
ret = FALSE;
@@ -413,7 +413,7 @@ cd_profile_install_system_wide (CdProfile *profile, GE
@@ -416,7 +416,7 @@ cd_profile_install_system_wide (CdProfile *profile, GE
goto out;
}
@ -22,7 +22,7 @@ $OpenBSD: patch-src_cd-profile_c,v 1.9 2013/08/06 19:10:05 ajacoutot Exp $
if (g_str_has_prefix (priv->filename,
DATADIR "/color")) {
ret = FALSE;
@@ -1073,7 +1073,7 @@ cd_profile_set_filename (CdProfile *profile,
@@ -1076,7 +1076,7 @@ cd_profile_set_filename (CdProfile *profile,
}
/* find out if we have a GResource copy */