[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 7 08:13:56 UTC 2021
Date: Thursday, January 7, 2021 @ 08:13:55
Author: alucryd
Revision: 811491
archrelease: copy trunk to community-x86_64
Added:
pantheon-calculator/repos/community-x86_64/PKGBUILD
(from rev 811490, pantheon-calculator/trunk/PKGBUILD)
Deleted:
pantheon-calculator/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-07 08:13:50 UTC (rev 811490)
+++ PKGBUILD 2021-01-07 08:13:55 UTC (rev 811491)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calculator
-pkgver=1.5.5
-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
-)
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=17bce14a1a44533ce8026a58abc494d995acdbc3)
-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 811490, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-07 08:13:55 UTC (rev 811491)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.6.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
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=6d4609875d216cd0e22a0fca906c7a6eb71179bc
+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