12345678910111213141516171819 |
- # Tanım: Mevcut hava koşullarına ve tahminlerine erişin.
- # URL: https://wiki.gnome.org/Apps/Weather
- # Paketçi: yasarciv67
- # Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gtk3 gjs libgweather desktop-file-utils geoclue2
- # Grup: gnome
- isim=gnome-weather
- surum=3.26.0
- devir=1
- kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
- derle() {
- cd $isim-$surum
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make
- make DESTDIR=$PKG install
- }
|