Package Details: dlume 0.2.4-5

Git Clone URL: https://aur.archlinux.org/dlume.git (read-only, click to copy)
Package Base: dlume
Description: A handy and easy to use addressbook
Upstream URL: https://launchpad.net/ubuntu/+source/dlume
Licenses: GPL
Submitter: None
Maintainer: Dragonlord
Last Packager: Dragonlord
Votes: 4
Popularity: 0.000000
First Submitted: 2006-06-17 02:37 (UTC)
Last Updated: 2015-06-28 14:46 (UTC)

Latest Comments

<deleted-account> commented on 2023-03-31 12:59 (UTC)

this package failed with a build error. It is possible to """fix""" it by changing this line:
./configure --prefix=/usr --mandir=/usr/share/man into this: CFLAGS="-Wno-error=format-security" ./configure --prefix=/usr --mandir=/usr/share/man

A much better approach is to apply the patches available in the debian package, which could be found on the launchpad page linked in the description.

source=(https://answers.launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.gz
        debian::https://answers.launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}-15.debian.tar.xz
        $pkgname.desktop)
md5sums=('6b2a3ef0eff622a412395187d1c5d178'
         'f935e24d776d536b9d22b829ca697955'
         '89d386aa13fe8633379d90c9bb67f523')

prepare() {
  cd "${srcdir}"/$pkgname-$pkgver
  for f in "${srcdir}"/debian/patches/*.patch ; do
    patch --forward --strip=1 --input "$f"
  done
}

<deleted-account> commented on 2011-04-09 02:48 (UTC)

nothing downloads from the Sources link - build hangs at that point