Package Details: sensible-browser 0.0.21-1

Git Clone URL: https://aur.archlinux.org/sensible-utils.git (read-only, click to copy)
Package Base: sensible-utils
Description: Utilities for sensible alternative selection
Upstream URL: http://packages.debian.org/source/sid/sensible-utils
Licenses: GPL
Submitter: pcarrier
Maintainer: fbrennan
Last Packager: fbrennan
Votes: 27
Popularity: 0.000363
First Submitted: 2012-04-05 14:14 (UTC)
Last Updated: 2023-11-07 22:02 (UTC)

Pinned Comments

fbrennan commented on 2023-06-21 03:52 (UTC)

As of pkgrel 4 we no longer need to use my key. Please get Bastien's key from hkps://keyring.debian.org/ (https://keyring.debian.org/) ONLY, as ones on other keyservers are expired.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

CodingKoopa commented on 2020-10-22 20:45 (UTC) (edited on 2020-10-22 20:45 (UTC) by CodingKoopa)

This package seems to require the po4a package in order to build. I'm getting this error when building:

checking for po4a... no
configure: error: Need po4a program
==> ERROR: A failure occurred in build().
    Aborting...

Installing po4a fixed the issue for me.

J5lx commented on 2020-05-12 12:19 (UTC)

I’m unable to build this package:

po4a --previous --srcdir . --destdir . --no-backups --porefs noline,wrap --msgmerge-opt=--add-location=file --package-name sensible-utils  ./po4a/po4a.cfg
po4a::po: Invalid value for option 'porefs' ('noline,wrap' is not one of 'full', 'counter', 'noline', 'file' or 'never')
make[1]: *** [Makefile:533: man.stamp] Error 255
make[1]: Leaving directory '/build/sensible-utils/src/sensible-utils.git/man'
make: *** [Makefile:613: all-recursive] Error 1

damentz commented on 2018-12-12 20:20 (UTC)

Tests being executed during build require core/ed to be installed.

I concur, had to install ed to pass this test:

FAIL: test/ed-as-sensible-editor

Not sure why that's a test, I don't know anyone who uses ed.

Maneth commented on 2018-12-12 10:59 (UTC)

Tests being executed during build require core/ed to be installed.

JonnyJD commented on 2013-03-08 21:21 (UTC)

Just a note for others, since I just fetched the tar.gz just do find out: These scripts basically check environment varialbes like $EDITOR and $PAGER and also have a couple of defaults if these are not set.

jackuess commented on 2012-09-19 20:58 (UTC)

Updated PKGBUILD: # Maintainer: Pierre Carrier <pierre@spotify.com> pkgname=sensible-utils pkgver=0.0.7 pkgrel=1 pkgdesc="Utilities for sensible alternative selection" arch=(any) url="http://packages.debian.org/source/sid/sensible-utils" license=('unknown') makedepends=(po4a) source=(http://ftp.de.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.gz) md5sums=('9a208cceb0e9c5cc1d2aa4d53d7d2baa') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } check() { cd "$srcdir/$pkgname-$pkgver" make -k check } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }

onny commented on 2012-09-04 12:04 (UTC)

fails to build, 404 file not found