Package Details: meteo 0.9.9.3-2

Git Clone URL: https://aur.archlinux.org/meteo.git (read-only, click to copy)
Package Base: meteo
Description: A forecast application using OpenWeatherMap API
Upstream URL: https://gitlab.com/bitseater/meteo
Licenses: GPL-3.0-or-later
Conflicts: meteo-gtk
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 5
Popularity: 0.80
First Submitted: 2024-03-24 17:14 (UTC)
Last Updated: 2024-03-31 18:49 (UTC)

Latest Comments

« First ‹ Previous 1 2

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