Package Details: meteo-gtk 0.9.9.1-1

Git Clone URL: https://aur.archlinux.org/meteo-gtk.git (read-only, click to copy)
Package Base: meteo-gtk
Description: A forecast application using OpenWeatherMap API
Upstream URL: https://gitlab.com/bitseater/meteo
Keywords: weather
Licenses: GPL3
Conflicts: meteo
Provides: meteo
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 4
Popularity: 0.000000
First Submitted: 2019-03-04 01:58 (UTC)
Last Updated: 2021-11-01 16:57 (UTC)

Latest Comments

walkingstickfan commented on 2021-11-11 08:49 (UTC)

@Kr1ss: Thank you for the info. This is my first time encountering this type of issue. I've installed other apps from the AUR without having to import a public key.

Kr1ss commented on 2021-11-08 17:22 (UTC)

You need to import the public key into your keyring @walkingstickfan - see the Wiki.

You might also want to look up the auto-key-retrieve option, and include it in your gpg.conf.

walkingstickfan commented on 2021-11-08 17:07 (UTC) (edited on 2021-11-08 17:07 (UTC) by walkingstickfan)

Attempted to install today using the snapshot download and the installation fails because one or more PGP signatures cannot be verified.

yochananmarqos commented on 2020-08-10 14:55 (UTC)

@azmeuk: I moved it to depends().

azmeuk commented on 2020-08-10 07:14 (UTC)

The project won't compile without libappindicator-gtk3.

Kr1ss commented on 2019-06-22 20:17 (UTC) (edited on 2019-06-23 14:00 (UTC) by Kr1ss)

Hey, thank you for packaging this.

Would you mind to revert part of your most recent commit, and remove "$pkgname" from the provides and conflicts arrays, since

  • every package provides itself implicitely, and
  • a package cannot conflict with itself.

EDIT: I just pulled your update :)

Thx again, cheers !

yochananmarqos commented on 2019-05-31 14:57 (UTC)

@jose1711: Good catch! Fixed.

jose1711 commented on 2019-05-30 21:12 (UTC)

please fix link creation:

--- PKGBUILD.old        2019-05-30 23:11:10.811809032 +0200
+++ PKGBUILD    2019-05-30 23:11:20.021808980 +0200
@@ -20,5 +20,5 @@
 package() {
        cd "meteo-$pkgver"
        DESTDIR="$pkgdir" ninja -C build install
-       ln -s $pkgdir/usr/bin/com.gitlab.bitseater.meteo $pkgdir/usr/bin/meteo
+       ln -s /usr/bin/com.gitlab.bitseater.meteo $pkgdir/usr/bin/meteo
 }

thank you