orbit2 need for libgsf
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "ORBit2-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "TODO")
|
||||
@@ -0,0 +1,23 @@
|
||||
--- ORBit2-2.14.19/linc2/src/Makefile.am.depr 2013-03-15 09:24:45.384143557 -0400
|
||||
+++ ORBit2-2.14.19/linc2/src/Makefile.am 2013-03-15 09:24:55.172144088 -0400
|
||||
@@ -12,8 +12,7 @@
|
||||
-I$(top_builddir)/linc2/include \
|
||||
-I$(top_srcdir)/linc2/include \
|
||||
$(LINC_CFLAGS) \
|
||||
- $(WARN_CFLAGS) \
|
||||
- -DG_DISABLE_DEPRECATED
|
||||
+ $(WARN_CFLAGS)
|
||||
|
||||
if OS_WIN32
|
||||
else
|
||||
--- ORBit2-2.14.19/linc2/src/Makefile.in.depr 2013-03-15 09:24:45.943143588 -0400
|
||||
+++ ORBit2-2.14.19/linc2/src/Makefile.in 2013-03-15 09:25:08.333144801 -0400
|
||||
@@ -244,7 +244,7 @@
|
||||
# -I$(top_srcdir)/include
|
||||
INCLUDES = -I$(top_builddir)/linc2/include \
|
||||
-I$(top_srcdir)/linc2/include $(LINC_CFLAGS) $(WARN_CFLAGS) \
|
||||
- -DG_DISABLE_DEPRECATED $(am__append_1)
|
||||
+ $(am__append_1)
|
||||
liblinc_la_SOURCES = \
|
||||
linc.c \
|
||||
linc-connection.c \
|
||||
@@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>orbit2</Name>
|
||||
<Homepage>http://www.gnome.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>High-performance CORBA ORB</Summary>
|
||||
<Description>Orbit2 allows to communication between two programs objects.</Description>
|
||||
<Archive sha1sum="e7c26aa4b82c146b3ec08d490e3469b4913e4e2f" type="tarbz2">mirrors://gnome/ORBit2/2.14/ORBit2-2.14.19.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libIDL-devel</Dependency>
|
||||
<Dependency>grep</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>gtkdoc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/ORBit2-allow-deprecated.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>orbit2</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libIDL</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/idl</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>orbit2-devel</Name>
|
||||
<Summary>Development files for orbit2</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">orbit2</Dependency>
|
||||
<Dependency>libIDL-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/orbit2-config</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/*.a</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>orbit2-docs</Name>
|
||||
<IsA>data:doc</IsA>
|
||||
<Summary>ORBit2 reference documents</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2014-05-21</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-10-29</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-08-26</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-12-22</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>orbit2</Name>
|
||||
<Summary xml:lang="tr">Yüksek performanslı CORBA ORB</Summary>
|
||||
<Description xml:lang="tr">Orbit2 iki program nesneleri arasındaki iletişimi sağlar.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>orbit2-docs</Name>
|
||||
<Summary xml:lang="tr">Orbit2 referans dökümanları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>orbit2-devel</Name>
|
||||
<Summary xml:lang="tr">orbit2 için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -39523,6 +39523,104 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>orbit2</Name>
|
||||
<Homepage>http://www.gnome.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.gnome2</PartOf>
|
||||
<Summary xml:lang="en">High-performance CORBA ORB</Summary>
|
||||
<Summary xml:lang="tr">Yüksek performanslı CORBA ORB</Summary>
|
||||
<Description xml:lang="en">Orbit2 allows to communication between two programs objects.</Description>
|
||||
<Description xml:lang="tr">Orbit2 iki program nesneleri arasındaki iletişimi sağlar.</Description>
|
||||
<Archive type="tarbz2" sha1sum="e7c26aa4b82c146b3ec08d490e3469b4913e4e2f">mirrors://gnome/ORBit2/2.14/ORBit2-2.14.19.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libIDL-devel</Dependency>
|
||||
<Dependency>grep</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>gtkdoc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/ORBit2-allow-deprecated.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>desktop/gnome2/orbit2/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>orbit2</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libIDL</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/idl</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>orbit2-devel</Name>
|
||||
<Summary xml:lang="en">Development files for orbit2</Summary>
|
||||
<Summary xml:lang="tr">orbit2 için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">orbit2</Dependency>
|
||||
<Dependency>libIDL-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/orbit2-config</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/*.a</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>orbit2-docs</Name>
|
||||
<Summary xml:lang="en">ORBit2 reference documents</Summary>
|
||||
<Summary xml:lang="tr">Orbit2 referans dökümanları</Summary>
|
||||
<IsA>data:doc</IsA>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2014-05-21</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-10-29</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-08-26</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-12-22</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>librsvg</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
b22c60290570115718f9c38a7c7f9ec3a1699bba
|
||||
4ca6c901a98e2c102aa0261b936cbb44f2c3177e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
616e437613be4317d3a8e542d953baf5113f412d
|
||||
244bb32251ee793527a17d98c6421a2850b9e832
|
||||
Reference in New Issue
Block a user