Package Details: lalcal 1.0-2

Git Clone URL: https://aur.archlinux.org/lalcal.git (read-only, click to copy)
Package Base: lalcal
Description: A clock/calendar for your system tray
Upstream URL: http://xerxesdaphat.googlepages.com/lalcal,aclockforyoursystemtray
Licenses: GPL
Submitter: None
Maintainer: bidulock
Last Packager: bidulock
Votes: 16
Popularity: 0.000000
First Submitted: 2008-08-07 11:33 (UTC)
Last Updated: 2015-06-10 12:36 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

kleintux commented on 2021-08-16 09:43 (UTC)

Please update the URL's to https

zwastik commented on 2018-09-17 04:43 (UTC) (edited on 2018-09-17 04:44 (UTC) by zwastik)

How do I get this to work? When the software is ran, nothing happens.

skottish commented on 2013-12-19 16:31 (UTC)

Just in case anyone wants to use this software, here's a working PKGBUILD. I don't use it, so I'm not interested in maintaining it. pkgname=lalcal pkgver=1.0 pkgrel=1 pkgdesc="A clock/calendar for your system tray" url="http://xerxesdaphat.googlepages.com/lalcal,aclockforyoursystemtray" arch=('i686' 'x86_64') license=('GPL') depends=('libxpm') source=(http://xerxesdaphat.googlepages.com/$pkgname.tar.gz) md5sums=(a8650b3fcd7e2639a3ed57d1952fc01b) build() { cd ${srcdir}/${pkgname} make } package() { install -D ${srcdir}/${pkgname}/lalcal ${pkgdir}/usr/bin/lalcal }