Package Details: ofono 2.14-1

Git Clone URL: https://aur.archlinux.org/ofono.git (read-only, click to copy)
Package Base: ofono
Description: Infrastructure for building mobile telephony (GSM/UMTS) applications
Upstream URL: https://01.org/ofono
Licenses: GPL2
Submitter: korrode
Maintainer: louson
Last Packager: louson
Votes: 22
Popularity: 0.000000
First Submitted: 2014-03-15 09:45 (UTC)
Last Updated: 2025-05-05 20:14 (UTC)

Latest Comments

1 2 3 Next › Last »

louson commented on 2025-05-05 20:14 (UTC) (edited on 2025-05-05 20:15 (UTC) by louson)

@grdgkjrpdihe updated but I'm not actively using it, so feel free to ask for maintaining (and thanks)

grdgkjrpdihe commented on 2025-05-01 20:22 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 638f0d1..e9289ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
 # Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
 # Contributor: Librewish <librewish@gmail.com>
 pkgname=ofono
-pkgver=1.34
+pkgver=2.14
 pkgrel=1
 pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
 url="https://01.org/ofono"
 arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
 license=("GPL2")
-depends=("bluez" "dbus" "glib2" "udev" "mobile-broadband-provider-info")
+depends=("bluez" "dbus" "glib2" "udev" "mobile-broadband-provider-info" "ell")
 optdepends=("phonesim" "mmsd" "upower")
 source=(
        "https://www.kernel.org/pub/linux/network/ofono/$pkgname-$pkgver.tar.xz"
 #      "https://www.kernel.org/pub/linux/network/ofono/$pkgname-$pkgver.tar.sign"
 )
-sha256sums=("c0b96d3013447ec2bcb74579bef90e4e59c68dbfa4b9c6fbce5d12401a43aac7")
+sha256sums=('983cbfd5e1e1a410ba7ad2db7f50fadc91e50b29f1ede40cdc73f941da7ba95f')

 build() {
        cd "$srcdir/$pkgname-$pkgver"
@@ -23,7 +23,7 @@ build() {
                --sysconfdir=/etc \
                --localstatedir=/var \
                --sbindir=/usr/bin \
-               --mandir=/usr/share/man \
+               --enable-external-ell \
                --enable-test \
                --enable-tools \
                --enable-dundee
@@ -33,6 +33,4 @@ build() {
 package() {
        cd "$srcdir/$pkgname-$pkgver"
        make DESTDIR="$pkgdir" install
-       install -Dm644 "$srcdir/$pkgname-$pkgver/src/ofono.conf" "$pkgdir/etc/dbus-1/system.d/ofono.conf"
-       install -Dm644 "$srcdir/$pkgname-$pkgver/src/ofono.service" "$pkgdir/usr/lib/systemd/system/ofono.service"
 }

update to latest (2.14). use ell from system (just like iwd) to met requirement from https://aur.archlinux.org/packages/ofono-git#comment-979892

jleclanche commented on 2021-02-06 01:16 (UTC)

@alium are those test files? they shouldn't even be in the package if so, I can remove them if needs be. Otherwise I can add the dependency or make it optdep.

alium commented on 2021-02-05 16:39 (UTC)

some program from /usr/lib/ofono/test/ NEED python-dbus! It should be added to depens too ;-)

GI_Jack commented on 2020-11-19 19:07 (UTC)

Why is arch 'any'? This should only be for platform agnostic packages. Binaries are not.

jleclanche commented on 2020-11-11 10:48 (UTC)

@librewish I've added you as co-maintainer.

librewish commented on 2020-11-08 11:31 (UTC) (edited on 2020-11-08 11:32 (UTC) by librewish)

please update the package deps and pkgbuild as in https://aur.archlinux.org/packages/ofono-git/

louson commented on 2020-10-20 09:04 (UTC)

Are you sure about the dependance to ModemManager ?

alexm commented on 2020-05-02 21:15 (UTC) (edited on 2020-05-02 21:17 (UTC) by alexm)

@MangoMan: remove the lines corresponding to signature check

diff --git a/PKGBUILD b/PKGBUILD
index 84cd548..16b07d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,9 @@ license=("GPL2")
 depends=("bluez" "dbus" "modemmanager" "glib2" "udev" "mobile-broadband-provider-info")
 source=(
        "https://www.kernel.org/pub/linux/network/ofono/$pkgname-$pkgver.tar.xz"
-       "https://www.kernel.org/pub/linux/network/ofono/$pkgname-$pkgver.tar.sign"
 )
 sha256sums=(
        "a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b"
-       "SKIP"
-)
-validpgpkeys=(
-       "E932D120BC2AEC444E558F0106CA9F5D1DCF2659"  # Marcel Holtmann <marcel@holtmann.org>
 )

build() {

MangoMan commented on 2020-04-21 12:56 (UTC)

cannot build ==> Verifying source file signatures with gpg... ofono-1.31.tar ... FAILED (unknown public key <key>) adding key with gpg --recv-key does not work