glibmm ver. bump
This commit is contained in:
@@ -1,26 +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
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
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", "NEWS", "README")
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>C++ interface for glib2</Summary>
|
||||
<Description>Glibmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks and a comprehensive set of widgets that are easily extensible via inheritance.</Description>
|
||||
<Archive sha1sum="46669946421b1ffc7e3c47a3af71c6cfc719c5b3" type="tarxz">mirrors://gnome/glibmm/2.62/glibmm-2.62.0.tar.xz</Archive>
|
||||
<Archive sha1sum="bba014a6cf4b1ae94b8c15e08c442a0415639e7a" type="tarxz">mirrors://gnome/glibmm/2.66/glibmm-2.66.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libsigc++-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>perl-XML-Parser</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -53,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>2.66.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>2.62.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Scalable Vector Graphics (SVG) rendering library</Summary>
|
||||
<Description>librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics.</Description>
|
||||
<Archive sha1sum="7ad4b036296a48d3cb043fd1a23644ddf1b90269" type="tarxz">mirrors://gnome/librsvg/2.46/librsvg-2.46.4.tar.xz</Archive>
|
||||
<Archive sha1sum="0077f4526b1827fdcbefb87e2fde4c7a4eb009f9" type="tarxz">mirrors://gnome/librsvg/2.50/librsvg-2.50.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
@@ -88,6 +88,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>2.50.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-09-24</Date>
|
||||
<Version>2.46.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user