summaryrefslogtreecommitdiffstats
path: root/ekiga/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-25 01:35:25 +0200
committerpiernov <piernov@piernov.org>2011-07-25 01:35:25 +0200
commit7a4e2edee404d5372a90fa2dc6f66b4f06474512 (patch)
tree0cc085db0938a769ccdb12e6cd4029d4a5910e92 /ekiga/Pkgfile
parenta09468b2826fc3ddff8d3e5c8fa45495a61a3149 (diff)
downloadgnome3-7a4e2edee404d5372a90fa2dc6f66b4f06474512.tar.gz
gnome3-7a4e2edee404d5372a90fa2dc6f66b4f06474512.tar.bz2
gnome3-7a4e2edee404d5372a90fa2dc6f66b4f06474512.tar.xz
gnome3-7a4e2edee404d5372a90fa2dc6f66b4f06474512.zip
ekiga 3.3.1 correction port
Diffstat (limited to 'ekiga/Pkgfile')
-rwxr-xr-xekiga/Pkgfile17
1 files changed, 14 insertions, 3 deletions
diff --git a/ekiga/Pkgfile b/ekiga/Pkgfile
index 571ed99..ae5bb4e 100755
--- a/ekiga/Pkgfile
+++ b/ekiga/Pkgfile
@@ -8,15 +8,26 @@
name=ekiga
version=3.3.1
release=1
-source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
+ ekiga-3.3.1-catalog-name.patch)
build() {
cd $name-$version
+ patch -p1 < ../ekiga-3.3.1-catalog-name.patch
+ autoreconf -if
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-ldap \
- --localstatedir=/var/lib
+ --localstatedir=/var/lib \
+ --enable-dbus \
+ --disable-schemas-install \
+ --disable-scrollkeeper \
+ --with-boost-libdir=/lib
make
- make DESTDIR=$PKG install
+ make DESTDIR=$PKG GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+ install -m755 -d $PKG/usr/share/gconf/schemas
+ gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain $name $PKG/etc/gconf/schemas/*.schemas
+ rm -f $PKG/etc/gconf/schemas/*.schemas
}