Search Criteria
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: | |
Submitter: | None |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2008-08-07 11:33 |
Last Updated: | 2015-06-10 12:36 |
Latest Comments
zwastik commented on 2018-09-17 04:43
How do I get this to work? When the software is ran, nothing happens.
skottish commented on 2013-12-19 16:31
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
}