[arch-commits] Commit in gnome-calculator/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Apr 9 20:26:09 UTC 2018


    Date: Monday, April 9, 2018 @ 20:26:08
  Author: heftig
Revision: 321421

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calculator/repos/extra-x86_64/PKGBUILD
    (from rev 321420, gnome-calculator/trunk/PKGBUILD)
Deleted:
  gnome-calculator/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 20:25:35 UTC (rev 321420)
+++ PKGBUILD	2018-04-09 20:26:08 UTC (rev 321421)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calculator
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
-makedepends=(intltool yelp-tools vala git appstream-glib meson)
-groups=(gnome)
-options=(!emptydirs)
-_commit=d1d38fb5af568f73452de9271590fda74e172715  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 321420, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-09 20:26:08 UTC (rev 321421)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
+makedepends=(intltool yelp-tools vala git appstream-glib meson)
+groups=(gnome)
+options=(!emptydirs)
+_commit=2e4304e855ebce5ee07509b5dccd68d4f7608d34  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list