You are not logged in.

#1 2013-02-12 01:37:56

mrhhug
Member
Registered: 2012-09-12
Posts: 6

PKGBUILD Request blubPhone

Offline

#2 2013-02-12 07:29:55

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: PKGBUILD Request blubPhone

Could you test?

pkgname=blubphone
pkgver=12.09.2
pkgrel=1
pkgdesc="Send SMS with Android and Linux over wifi"
arch=('any')
url="http://blubphone.mlanner.com/"
license=('GPL3')
depends=('gtk3' 'python2-gobject2' 'libnotify')
makedepends=('python2-distutils-extra')
install=blubphone.install
source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_${pkgver}.tar.gz")
md5sums=('70fc968663fd54a4f73a4733ed881c42')

build() {
  cd "$srcdir/$pkgname"
  python2 setup.py build
}

package() {
  cd "$srcdir/$pkgname"
  python2 setup.py install --root="$pkgdir" --optimize=1
}

blubphone.install:

post_install() {
  glib-compile-schemas /usr/share/glib-2.0/schemas
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}

Offline

#3 2013-04-18 14:03:15

mrhhug
Member
Registered: 2012-09-12
Posts: 6

Re: PKGBUILD Request blubPhone

The PKGBUILD seems to work perfectly. Blubphone installs. When launched this warning appears :

$ blubphone
/usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
init Status
/usr/share/blubphone/

Blubphone recognizes the smartphone on the same network correctly, claims to have connected sussesfully, then gives this error

device times out --> removing

Browsing and searching contacts still works. On an attempt to send a SMS it Segmentation faults and exits.

Offline

Board footer

Powered by FluxBB