mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:44:38 +08:00
libbonobo: removed as obsolete, FS#1870
This commit is contained in:
parent
999c85e46e
commit
93cc1c0945
@ -1,39 +0,0 @@
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
# Contributor from Arch: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libbonobo
|
||||
_pkgver=2.32
|
||||
pkgver="${_pkgver}.1"
|
||||
pkgrel=5
|
||||
pkgdesc="A set of language and system independant CORBA interfaces for creating reusable components"
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL')
|
||||
depends=('orbit2' 'libxml2' 'dbus-glib' 'glib2' 'popt')
|
||||
makedepends=('intltool' 'pkgconfig')
|
||||
backup=('etc/bonobo-activation/bonobo-activation-config.xml')
|
||||
replaces=('bonobo-activation')
|
||||
url="http://www.gnome.org"
|
||||
source=("http://ftp.gnome.org/pub/gnome/sources/libbonobo/${_pkgver}/libbonobo-${pkgver}.tar.bz2"
|
||||
'bonobo-activation-config.xml')
|
||||
install=libbonobo.install
|
||||
md5sums=('27fa902d4fdf6762ee010e7053aaf77b'
|
||||
'6392efaca30a26f826eafc4b8ccbc01f')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
sed -i "s#-DG_DISABLE_DEPRECATED##" activation-server/Makefile.in
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --disable-static \
|
||||
--libexecdir=/usr/lib/bonobo
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -m644 "${srcdir}/bonobo-activation-config.xml" "${pkgdir}/etc/bonobo-activation/"
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<oafconfig>
|
||||
|
||||
<searchpath>
|
||||
<!-- Examples: -->
|
||||
<item>/usr/lib/bonobo/servers</item>
|
||||
<item>/opt/gnome/lib/bonobo/servers</item>
|
||||
<!-- <item>/usr/local/gnome2/lib/bonobo/servers</item> -->
|
||||
<!-- <item>/usr/local/lib/bonobo/servers</item> -->
|
||||
<!-- <item>/opt/gnome2/bonobo-activation/lib/bonobo/servers</item> -->
|
||||
</searchpath>
|
||||
|
||||
</oafconfig>
|
@ -1,19 +0,0 @@
|
||||
post_install() {
|
||||
/bin/true
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
ldconfig -r .
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
/bin/true
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
/bin/true
|
||||
}
|
||||
|
||||
op=$1
|
||||
shift
|
||||
$op $*
|
Loading…
Reference in New Issue
Block a user