[arch-commits] Commit in pantheon-screenshot/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jul 21 13:34:25 UTC 2021
Date: Wednesday, July 21, 2021 @ 13:34:24
Author: alucryd
Revision: 982009
archrelease: copy trunk to community-x86_64
Added:
pantheon-screenshot/repos/community-x86_64/PKGBUILD
(from rev 982007, pantheon-screenshot/trunk/PKGBUILD)
Deleted:
pantheon-screenshot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 87 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 13:34:23 UTC (rev 982008)
+++ PKGBUILD 2021-07-21 13:34:24 UTC (rev 982009)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-screenshot
-pkgver=1.7.1
-pkgrel=2
-pkgdesc='The Pantheon Screenshot Tool'
-arch=(x86_64)
-url=https://github.com/elementary/screenshot
-license=(GPL3)
-groups=(pantheon)
-depends=(
- gdk-pixbuf2
- glib2
- gtk3
- libcanberra
- libgranite.so
-)
-makedepends=(
- git
- intltool
- meson
- vala
-)
-_tag=57731e24610912038e279b03e4fbeae01378e7df
-source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd pantheon-screenshot
-
- git describe --tags
-}
-
-build() {
- arch-meson pantheon-screenshot build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-screenshot/repos/community-x86_64/PKGBUILD (from rev 982007, pantheon-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-21 13:34:24 UTC (rev 982009)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-screenshot
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='The Pantheon Screenshot Tool'
+arch=(x86_64)
+url=https://github.com/elementary/screenshot
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ gdk-pixbuf2
+ glib2
+ gtk3
+ libcanberra
+ libgranite.so
+ libhandy-1.so
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=d1e4f33992fff3d4987ba9c4e36d3db5c150aa98
+source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd pantheon-screenshot
+
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-screenshot 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