pangomm ver. bump
This commit is contained in:
@@ -1,28 +1,23 @@
|
||||
#!/usr/bin/python
|
||||
##!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
|
||||
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
mesontools.install()
|
||||
|
||||
dirs = ["/usr/share/doc", "/usr/share/devhelp"]
|
||||
for dir in dirs:
|
||||
pisitools.removeDir(dir)
|
||||
#dirs = ["/usr/share/doc", "/usr/share/devhelp"]
|
||||
#for dir in dirs:
|
||||
#pisitools.removeDir(dir)
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
|
||||
|
||||
@@ -13,11 +13,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>C++ interface for Pango</Summary>
|
||||
<Description>Pangomm is a library that provides pango based C++ interface for object-oriented gtkmm applications.</Description>
|
||||
<Archive sha1sum="6d85e5600389c7ee04cc08b6a826832cd360e944" type="tarxz">mirrors://gnome/pangomm/2.42/pangomm-2.42.0.tar.xz</Archive>
|
||||
<Archive sha1sum="47b933e78dca2b69e416fe789de3d129343bf936" type="tarxz">mirrors://gnome/pangomm/2.46/pangomm-2.46.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>grep</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>mm-common</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
@@ -60,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2021-05-26</Date>
|
||||
<Version>2.46.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-08</Date>
|
||||
<Version>2.42.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user