Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=113a1ab5fd7900975c137d508c975dafb9f5441d

commit 113a1ab5fd7900975c137d508c975dafb9f5441d
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Mar 22 22:22:44 2010 +0100

coherence-0.6.6.2-2-i686
*fixed depends
*added service dbus

diff --git a/source/devel-extra/coherence/FrugalBuild 
b/source/devel-extra/coherence/FrugalBuild
index c4e9934..f25ae61 100644
--- a/source/devel-extra/coherence/FrugalBuild
+++ b/source/devel-extra/coherence/FrugalBuild
@@ -3,15 +3,22 @@

pkgname=coherence
pkgver=0.6.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Coherence is a framework written in Python enabling your application 
to participate in digital living networks, at the moment primarily the UPnP 
universe"
depends=('python' 'louie-python' 'configobj' 'nevow' \
-       'gst-python' 'soappy')
+       'gst-python' 'soappy' 'feedparser' 'gdata.py')
makedepends=('setuptools')
groups=('devel-extra')
archs=('i686' 'x86_64')
url="https://coherence.beebits.net";
_F_archive_name="Coherence"
up2date="elinks -dump -source 
https://coherence.beebits.net/wiki/WikiStart#Download | Flasttar"
-source=(https://coherence.beebits.net/download/${_F_archive_name}-${pkgver}.tar.gz)
-sha1sums=('c8f3aedf6f393e400b012b9b79a45faf6bc3c809')
+source=(https://coherence.beebits.net/download/${_F_archive_name}-${pkgver}.tar.gz
 org.Coherence.service)
+sha1sums=('c8f3aedf6f393e400b012b9b79a45faf6bc3c809' \
+          '19f16d23eaf52e3de02c4e3d298766bc4b0c426d')
+
+build() {
+       Fbuild
+       Fmkdir usr/share/dbus-1/services/
+       Fcp org.Coherence.service usr/share/dbus-1/services/
+}
diff --git a/source/devel-extra/coherence/org.Coherence.service 
b/source/devel-extra/coherence/org.Coherence.service
new file mode 100644
index 0000000..7d21af9
--- /dev/null
+++ b/source/devel-extra/coherence/org.Coherence.service
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.Coherence
+Exec=/usr/bin/coherence -o use_dbus:yes -o controlpoint:yes
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to