abiword: rebuild against libical.so.3
[ci skip]
This commit is contained in:
parent
8bb85ec039
commit
9c175d8aa4
2 changed files with 14 additions and 1 deletions
13
srcpkgs/abiword/patches/libical-3.0.patch
Normal file
13
srcpkgs/abiword/patches/libical-3.0.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- /src/text/ptbl/xp/pd_DocumentRDF.cpp.orig 2015-04-02 03:09:20.000000000 +0000
|
||||
+++ src/text/ptbl/xp/pd_DocumentRDF.cpp 2017-11-19 22:57:49.533304878 +0000
|
||||
@@ -2269,8 +2269,8 @@
|
||||
icalcomponent_set_uid( c, m_uid.c_str() );
|
||||
icalcomponent_set_location( c, m_location.c_str() );
|
||||
icalcomponent_set_description( c, m_desc.c_str() );
|
||||
- icalcomponent_set_dtstart( c, icaltime_from_timet( m_dtstart, 0 ) );
|
||||
- icalcomponent_set_dtend( c, icaltime_from_timet( m_dtend, 0 ) );
|
||||
+ icalcomponent_set_dtstart( c, icaltime_from_timet_with_zone( m_dtstart, 0, 0 ) );
|
||||
+ icalcomponent_set_dtend( c, icaltime_from_timet_with_zone( m_dtend, 0, 0 ) );
|
||||
|
||||
char* data = icalcomponent_as_ical_string( c );
|
||||
std::ofstream oss( filename.c_str() );
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'abiword'
|
||||
pkgname=abiword
|
||||
version=3.0.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-plugins --enable-clipart --enable-templates
|
||||
$(vopt_if gtk3 '--with-gtk3' '--with-gtk2')
|
||||
|
|
Loading…
Reference in a new issue