atkmm C++ interface for the ATK library
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.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.dodoc("ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>atkmm</Name>
|
||||
<Homepage>http://www.gtkmm.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>C++ interface for the ATK library</Summary>
|
||||
<Description>atkmm provides a C++ interface for the ATK library.</Description>
|
||||
<Archive sha1sum="c3273aa7b84fb163b0ad5bd3ee26b9d1cd4976bb" type="tarxz">mirrors://gnome/atkmm/2.22/atkmm-2.22.7.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<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>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>atkmm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>glibmm</Dependency>
|
||||
<Dependency>libsigc++</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>atkmm-devel</Name>
|
||||
<Summary>Development files for atkmm</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">atkmm</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>glibmm-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="header">/usr/lib/atkmm-1.6/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-11-27</Date>
|
||||
<Version>2.22.7</Version>
|
||||
<Comment>Rebuild and check.</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-05-18</Date>
|
||||
<Version>2.22.7</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-14</Date>
|
||||
<Version>2.22.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-08-26</Date>
|
||||
<Version>2.22.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>atkmm</Name>
|
||||
<Summary xml:lang="tr">ATK kitaplığı için C++ arayüzü</Summary>
|
||||
<Description xml:lang="tr">atkmm, ATK kitaplığı için bir C++ arayüzü sunar.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>atkmm-devel</Name>
|
||||
<Summary xml:lang="tr">atkmm için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+83879
-83789
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
23cc57ff0260ebe36075cea11d74193cf25c8f9d
|
||||
6d208a1be1c4c757407e8a83a5ed76cbdef41f26
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
d0f51362c64b967c5726900994454151b73733ad
|
||||
24a0970583815c27b3ab4fd3838d548cd9c95d69
|
||||
Reference in New Issue
Block a user