[arch-commits] Commit in gnome-calculator/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri May 27 16:39:54 UTC 2022
Date: Friday, May 27, 2022 @ 16:39:54
Author: heftig
Revision: 446583
archrelease: copy trunk to extra-x86_64
Added:
gnome-calculator/repos/extra-x86_64/PKGBUILD
(from rev 446582, gnome-calculator/trunk/PKGBUILD)
Deleted:
gnome-calculator/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-27 16:39:46 UTC (rev 446582)
+++ PKGBUILD 2022-05-27 16:39:54 UTC (rev 446583)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calculator
-pkgver=42.0
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator"
-arch=(x86_64)
-license=(GPL)
-depends=(libadwaita dconf gtksourceview5 mpfr libsoup libmpc libgee libhandy)
-makedepends=(yelp-tools vala git meson gobject-introspection)
-groups=(gnome)
-options=(debug)
-_commit=ff44cb1869ffe188b03c1c798f52dfe4d18dfb24 # tags/42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 446582, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-27 16:39:54 UTC (rev 446583)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=42.1
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator"
+arch=(x86_64)
+license=(GPL)
+depends=(libadwaita dconf gtksourceview5 mpfr libsoup libmpc libgee libhandy)
+makedepends=(yelp-tools vala git meson gobject-introspection)
+groups=(gnome)
+options=(debug)
+_commit=29aadb52e8440bbf33b91f51e819f3994b9eeb65 # tags/42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list