pango: version bump for libreoffice
This commit is contained in:
@@ -19,7 +19,6 @@ def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--sysconfdir=/etc \
|
||||
--disable-gtk-doc \
|
||||
--with-included-modules=basic-fc \
|
||||
--%sable-introspection" % ("dis" if get.buildTYPE()=="emul32" else "en"))
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
@@ -31,8 +30,8 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE()=="emul32":
|
||||
shelltools.move("pango/.libs/pango-querymodules", "pango/.libs/pango-querymodules-32")
|
||||
pisitools.dobin("pango/.libs/pango-querymodules-32")
|
||||
#shelltools.move("pango/.libs/pango-querymodules", "pango/.libs/pango-querymodules-32")
|
||||
#pisitools.dobin("pango/.libs/pango-querymodules-32")
|
||||
return
|
||||
|
||||
pisitools.dodir("/etc/pango")
|
||||
|
||||
@@ -13,10 +13,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Text rendering and layout library</Summary>
|
||||
<Description>Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x.</Description>
|
||||
<Archive sha1sum="c6ba02ee8f9d8b22b7cfd74c4b6ae170bebc8d2b" type="tarxz">mirrors://gnome/pango/1.36/pango-1.36.8.tar.xz</Archive>
|
||||
<Archive sha1sum="13fc65cdd50d0a79d35f9d33a8d36144d091a533" type="tarxz">mirrors://gnome/pango/1.38/pango-1.38.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.20">gtk-doc</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
@@ -24,11 +22,10 @@
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>libXrender-devel</Dependency>
|
||||
<Dependency versionFrom="1.20">gtk-doc</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency versionFrom="2.46.2">glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">pango-1.32.1-lib64.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -123,7 +120,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2016-01-25</Date>
|
||||
<Version>1.38.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2015-03-18</Date>
|
||||
<Version>1.36.8</Version>
|
||||
|
||||
Reference in New Issue
Block a user