You are not logged in.

#1 2010-11-01 14:51:13

b4283
Member
Registered: 2008-11-26
Posts: 123

metarv - a weather report tool written in vala

metarv is a commandline program which provides weather informations from METAR codes.
the reason that it is written in vala is that i want to do something with vala, and it is really cool programming language.

url: http://github.com/b4283/metarv
aur: http://aur.archlinux.org/packages.php?ID=42492

it might go well with conky, though i only use it as i type it tongue

it is equipped with cache abilities so one could write update rules within cron.

bug reports are welcomed. smile

Offline

#2 2010-11-14 08:34:03

Sara
Member
From: USA
Registered: 2009-07-09
Posts: 219
Website

Re: metarv - a weather report tool written in vala

I had been using a little function in my bashrc to provide the weather, but this is far neater, and more well-featured. Thanks for sharing it.


Registed Linux User 483618

Offline

#3 2012-01-23 19:38:30

PlasmaSheep
Member
Registered: 2012-01-22
Posts: 25

Re: metarv - a weather report tool written in vala

This fails on compile.

==> Determining latest git revision...
  -> Version found: 20120123
==> Making package: metarv-git 20120123-1 (Mon Jan 23 11:37:15 PST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
==> Extracting Sources...
==> Starting build()...
==> Connecting to GIT server....
Cloning into 'metarv'...
remote: Counting objects: 82, done.
remote: Compressing objects: 100% (81/81), done.
remote: Total 82 (delta 45), reused 0 (delta 0)
Receiving objects: 100% (82/82), 323.46 KiB, done.
Resolving deltas: 100% (45/45), done.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/tmp/packerbuild-1000/metarv-git/metarv-git/src/metarv-build'...
done.
echo "#define DATA_DIR \"/usr/share/metarv\"" > config.h
metarv.vala:405.10-405.15: error: syntax error, expected `enum'
		public static enum Unit {
		       ^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
make: *** [metarv] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
The build failed.

Offline

Board footer

Powered by FluxBB