Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gnome-calculator
Commits: 0a715872 by Jan Alexander Steffens (heftig) at 2023-10-04T00:59:36+02:00 45.0.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,30 @@ +pkgbase = gnome-calculator + pkgdesc = GNOME Scientific calculator + pkgver = 45.0.2 + pkgrel = 1 + url = https://wiki.gnome.org/Apps/Calculator + arch = x86_64 + groups = gnome + license = GPL + makedepends = git + makedepends = gobject-introspection + makedepends = meson + makedepends = vala + makedepends = yelp-tools + depends = dconf + depends = glib2 + depends = gtk4 + depends = gtksourceview5 + depends = hicolor-icon-theme + depends = libadwaita + depends = libgee + depends = libmpc + depends = libsoup3 + depends = libxml2 + depends = mpfr + provides = libgcalc-2.so + provides = libgci-1.so + source = git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=cc7666cdc1d8bea216ed09d756da4e8f65af5368 + b2sums = SKIP + +pkgname = gnome-calculator ===================================== PKGBUILD ===================================== @@ -1,8 +1,9 @@ +# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org> # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gnome-calculator -pkgver=44.0 +pkgver=45.0.2 pkgrel=1 pkgdesc="GNOME Scientific calculator" url="https://wiki.gnome.org/Apps/Calculator" @@ -10,11 +11,15 @@ arch=(x86_64) license=(GPL) depends=( dconf + glib2 + gtk4 gtksourceview5 + hicolor-icon-theme libadwaita libgee libmpc libsoup3 + libxml2 mpfr ) makedepends=( @@ -29,7 +34,7 @@ provides=( libgci-1.so ) groups=(gnome) -_commit=2fc61459192ffa7ad91acdbafb4d692a20743bca # tags/44.0^0 +_commit=cc7666cdc1d8bea216ed09d756da4e8f65af5368 # tags/45.0.2^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calculator/-/commit/0a7158727a8da57a82050103ddfeeeb4137d3650 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calculator/-/commit/0a7158727a8da57a82050103ddfeeeb4137d3650 You're receiving this email because of your account on gitlab.archlinux.org.
