]> git.pld-linux.org Git - packages/dee.git/commitdiff
icu 67 rebuild; fix vapi (from debian); rel 9 auto/th/dee-1.2.7-9
authorJan Palus <atler@pld-linux.org>
Wed, 1 Jul 2020 18:53:56 +0000 (20:53 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 1 Jul 2020 18:53:56 +0000 (20:53 +0200)
dee.spec
vapi-skip-properties.patch [new file with mode: 0644]

index 0dfd497d0e8a31461a43b8c4c75c0b3398cd8495..196b0697181e58557a7f3647fe09fd66ac62690d 100644 (file)
--- a/dee.spec
+++ b/dee.spec
@@ -6,13 +6,14 @@ Summary:      Model to synchronize multiple instances over DBus
 Summary(pl.UTF-8):     Model synchronizacji wielu instancji poprzez DBus
 Name:          dee
 Version:       1.2.7
-Release:       8
+Release:       9
 # GPLv3-licensed tests and examples are in the tarball, but not installed
 License:       LGPL v3
 Group:         Libraries
 Source0:       http://launchpad.net/dee/1.0/%{version}/+download/%{name}-%{version}.tar.gz
 # Source0-md5: b92f27f0a99cac24c2128880601bb7d7
 Patch0:                no-Werror.patch
+Patch1:                vapi-skip-properties.patch
 URL:           https://launchpad.net/dee
 BuildRequires: glib2-devel >= 1:2.32
 BuildRequires: gobject-introspection-devel >= 0.10.2
@@ -113,6 +114,7 @@ API libdee dla jÄ™zyka Vala.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
diff --git a/vapi-skip-properties.patch b/vapi-skip-properties.patch
new file mode 100644 (file)
index 0000000..3a9353a
--- /dev/null
@@ -0,0 +1,15 @@
+Index: dee-1.2.7+17.10.20170616/vapi/Dee-1.0.metadata
+===================================================================
+--- dee-1.2.7+17.10.20170616.orig/vapi/Dee-1.0.metadata
++++ dee-1.2.7+17.10.20170616/vapi/Dee-1.0.metadata
+@@ -2,7 +2,9 @@ GListResultSet skip
+ GListResultSetClass skip
+ FilterModel
+-      .filter unowned
++        .filter skip // unsupported type for construct property
++Index
++        .reader skip // unsupported type for construct property
+ Model
+       .append skip=false
+       .build_named_row skip
This page took 0.203459 seconds and 4 git commands to generate.