atkmm-2.28.2
This commit is contained in:
@@ -4,23 +4,20 @@
|
||||
# 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 ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
mesontools.install()
|
||||
|
||||
pisitools.domove("/usr/share/doc/%s-1.6/*" % get.srcNAME(), "/usr/share/gtk-doc/html/atkmm")
|
||||
pisitools.removeDir("/usr/share/doc/%s-1.6" % get.srcNAME())
|
||||
pisitools.removeDir("/usr/share/devhelp")
|
||||
#pisitools.domove("/usr/share/doc/%s-1.6/*" % get.srcNAME(), "/usr/share/gtk-doc/html/atkmm")
|
||||
#pisitools.removeDir("/usr/share/doc/%s-1.6" % get.srcNAME())
|
||||
#pisitools.removeDir("/usr/share/devhelp")
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "NEWS", "README")
|
||||
|
||||
@@ -12,14 +12,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>C++ interface for the ATK library</Summary>
|
||||
<Description>atkmm provides a C++ interface for the ATK library.</Description>
|
||||
<Archive sha1sum="a01d1c2ab97777f1e087d723744cb6951d5c9488" type="tarxz">mirrors://gnome/atkmm/2.28/atkmm-2.28.0.tar.xz</Archive>
|
||||
<Archive sha1sum="7337abed4c599c17f80cc30e636b4be46ab7eed6" type="tarxz">mirrors://gnome/atkmm/2.28/atkmm-2.28.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>glibmm-devel</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libsigc++-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -58,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-05-25</Date>
|
||||
<Version>2.28.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-02-08</Date>
|
||||
<Version>2.28.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user