[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 10 12:39:59 UTC 2021


    Date: Tuesday, August 10, 2021 @ 12:39:58
  Author: alucryd
Revision: 997368

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calculator/repos/community-x86_64/PKGBUILD
    (from rev 997367, pantheon-calculator/trunk/PKGBUILD)
Deleted:
  pantheon-calculator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-10 12:39:53 UTC (rev 997367)
+++ PKGBUILD	2021-08-10 12:39:58 UTC (rev 997368)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calculator
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='The Pantheon Calculator'
-arch=(x86_64)
-url=https://github.com/elementary/calculator
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=e727578ffe86993fbdc9754ab186a9753cd05bb7
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-calculator
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calculator build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 997367, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-10 12:39:58 UTC (rev 997368)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=ca1cdfdea9ad5908ee254ab394c3a85054279999
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calculator
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list