libbonobo need for libgsf
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("activation-server/", "DG_DISABLE_DEPRECATED", filePattern = "Makefile\.(am|in)", deleteLine = True)
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-bonobo-activation-debug=no")
|
||||
pisitools.dosed("libtool"," -shared "," -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("TODO", "NEWS", "README", "ChangeLog", "AUTHORS")
|
||||
@@ -0,0 +1,11 @@
|
||||
--- tests/Makefile.am~ 2010-08-29 06:56:00.000000000 -0500
|
||||
+++ tests/Makefile.am 2013-02-07 13:47:03.187506469 -0600
|
||||
@@ -55,7 +55,7 @@
|
||||
MODELS_DIR="$(srcdir)/models"
|
||||
|
||||
TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \
|
||||
- test-stream-mem$(EXEEXT) $(srcdir)/test-properties.sh test-storage-mem$(EXEEXT) \
|
||||
+ test-stream-mem$(EXEEXT) tests/test-properties.sh test-storage-mem$(EXEEXT) \
|
||||
test-main-loop$(EXEEXT)
|
||||
|
||||
# TESTS += test-generic-factory.sh
|
||||
@@ -0,0 +1,20 @@
|
||||
diff -up libbonobo-2.23.1/activation-server/Makefile.am.multishlib libbonobo-2.23.1/activation-server/Makefile.am
|
||||
--- libbonobo-2.23.1/activation-server/Makefile.am.multishlib 2007-01-01 18:46:55.000000000 -0500
|
||||
+++ libbonobo-2.23.1/activation-server/Makefile.am 2008-08-22 20:23:53.000000000 -0400
|
||||
@@ -6,13 +6,15 @@ bin_PROGRAMS=activation-client
|
||||
libexec_PROGRAMS=bonobo-activation-server
|
||||
noinst_PROGRAMS=test-performance
|
||||
|
||||
+serverinfolibdir = $(libdir)/bonobo/servers:$(exec_prefix)/lib/bonobo/servers
|
||||
+
|
||||
INCLUDES= \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_builddir)/bonobo-activation \
|
||||
-I$(top_srcdir)/bonobo-activation \
|
||||
-DPREFIX=\""$(prefix)"\" \
|
||||
- -DSERVERINFODIR=\"$(libdir)/bonobo/servers\" \
|
||||
+ -DSERVERINFODIR=\"$(serverinfolibdir)\" \
|
||||
-DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \
|
||||
$(SERVER_CFLAGS) \
|
||||
$(WARN_CFLAGS) \
|
||||
@@ -0,0 +1,115 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libbonobo</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>GNOME CORBA framework</Summary>
|
||||
<Description>Bonobo is a component system based on CORBA, used by the GNOME desktop.</Description>
|
||||
<Archive sha1sum="c7650434a4f328eae6f38a29ee8dadd455f35f9c" type="tarbz2">mirrors://gnome/libbonobo/2.32/libbonobo-2.32.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>orbit2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>flex</Dependency>
|
||||
<Dependency>grep</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gtkdoc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="0">libbonobo-2.32.1-srcdir-macro.patch</Patch>
|
||||
<Patch level="1">libbonobo-multishlib.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libbonobo</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>orbit2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/idl</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libbonobo-devel</Name>
|
||||
<Summary>Development files for libbonobo</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libbonobo</Dependency>
|
||||
<Dependency>orbit2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libbonobo-docs</Name>
|
||||
<IsA>data:doc</IsA>
|
||||
<Summary>Bonobo referance documents</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2014-05-24</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-10-29</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-02</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Rebuild for RC.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-03-30</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-18</Date>
|
||||
<Version>2.32.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Burak Çalışkan</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libbonobo</Name>
|
||||
<Summary xml:lang="tr">GNOME CORBA geliştirme ortamı</Summary>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libbonobo-devel</Name>
|
||||
<Summary xml:lang="tr">libbonobo için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+113
@@ -39242,6 +39242,119 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libbonobo</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.gnome.base</PartOf>
|
||||
<Summary xml:lang="en">GNOME CORBA framework</Summary>
|
||||
<Summary xml:lang="tr">GNOME CORBA geliştirme ortamı</Summary>
|
||||
<Description xml:lang="en">Bonobo is a component system based on CORBA, used by the GNOME desktop.</Description>
|
||||
<Archive type="tarbz2" sha1sum="c7650434a4f328eae6f38a29ee8dadd455f35f9c">mirrors://gnome/libbonobo/2.32/libbonobo-2.32.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>orbit2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>flex</Dependency>
|
||||
<Dependency>grep</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gtkdoc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="0">libbonobo-2.32.1-srcdir-macro.patch</Patch>
|
||||
<Patch level="1">libbonobo-multishlib.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>desktop/gnome/base/libbonobo/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libbonobo</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>orbit2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/idl</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libbonobo-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libbonobo</Summary>
|
||||
<Summary xml:lang="tr">libbonobo için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="5">libbonobo</Dependency>
|
||||
<Dependency>orbit2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libbonobo-docs</Name>
|
||||
<Summary xml:lang="en">Bonobo referance documents</Summary>
|
||||
<IsA>data:doc</IsA>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2014-05-24</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-10-29</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-02</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Rebuild for RC.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-03-30</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-18</Date>
|
||||
<Version>2.32.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Burak Çalışkan</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libgnome-keyring</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
d6058d652bfb7d7254b7db35860a41419cb74908
|
||||
b22c60290570115718f9c38a7c7f9ec3a1699bba
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
b869277136f70a5969ffe3efe0f140d70657955e
|
||||
616e437613be4317d3a8e542d953baf5113f412d
|
||||
Reference in New Issue
Block a user