Add missing gnome-clocks-0.1.6-py3cairo.patch
This commit is contained in:
parent
ffc0021cc8
commit
19972dbd4b
25
gnome-clocks-0.1.6-py3cairo.patch
Normal file
25
gnome-clocks-0.1.6-py3cairo.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 3199dc80dba8e56a7185f5d17b218f8f84041298 Mon Sep 17 00:00:00 2001
|
||||
From: Yanko Kaneti <yaneti@declera.com>
|
||||
Date: Wed, 6 Feb 2013 04:32:39 +0200
|
||||
Subject: [PATCH] With python3 the pkg-config name of pycairo is py3cairo
|
||||
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 9c49c96..03f83e5 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -24,7 +24,7 @@ GLIB_GSETTINGS
|
||||
PKG_PROG_PKG_CONFIG([0.22])
|
||||
|
||||
PKG_CHECK_MODULES(CLOCKS, [
|
||||
- pycairo
|
||||
+ py3cairo
|
||||
pygobject-3.0 >= 3.4.2
|
||||
])
|
||||
|
||||
--
|
||||
1.8.1.2
|
||||
|
Loading…
Reference in New Issue
Block a user