Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libmateweather
Commits:
14dc95e3 by Balló György at 2026-01-20T11:31:13+01:00
upgpkg: 1.28.2-2: Enable gtk-doc
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libmateweather
pkgdesc = Provides access to weather information from the Internet
pkgver = 1.28.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mate-desktop/libmateweather
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=libmateweather
pkgver=1.28.2
-pkgrel=1
+pkgrel=2
pkgdesc='Provides access to weather information from the Internet'
arch=(x86_64)
url='https://github.com/mate-desktop/libmateweather'
@@ -49,7 +49,8 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --enable-locations-compression
+ --enable-locations-compression \
+ --enable-gtk-doc
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmateweather/-/commit/14dc95e3da7474ff93bc9cf5cf7fc877e7bf1de9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmateweather/-/commit/14dc95e3da7474ff93bc9cf5cf7fc877e7bf1de9
You're receiving this email because of your account on gitlab.archlinux.org.