[arch-commits] Commit in pantheon-shortcut-overlay/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Jul 20 16:18:38 UTC 2021
Date: Tuesday, July 20, 2021 @ 16:18:38
Author: alucryd
Revision: 980304
archrelease: copy trunk to community-x86_64
Added:
pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD
(from rev 980303, pantheon-shortcut-overlay/trunk/PKGBUILD)
Deleted:
pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-20 16:18:33 UTC (rev 980303)
+++ PKGBUILD 2021-07-20 16:18:38 UTC (rev 980304)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-shortcut-overlay
-pkgver=1.1.2
-pkgrel=2
-pkgdesc='A native, OS-wide shortcut overlay'
-arch=(x86_64)
-url=https://github.com/elementary/shortcut-overlay
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gtk3
- libgee
- libgranite.so
-)
-makedepends=(
- git
- meson
- vala
-)
-_tag=42bd9a1e67780de3bcd861e7a4a523736018fd40
-source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd pantheon-shortcut-overlay
-
- git describe --tags
-}
-
-build() {
- arch-meson pantheon-shortcut-overlay build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD (from rev 980303, pantheon-shortcut-overlay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-20 16:18:38 UTC (rev 980304)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-shortcut-overlay
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A native, OS-wide shortcut overlay'
+arch=(x86_64)
+url=https://github.com/elementary/shortcut-overlay
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gtk3
+ libgee
+ libgranite.so
+ libhandy-1.so
+)
+makedepends=(
+ git
+ meson
+ vala
+)
+_tag=d9ba4fcff6a8dfab17bdb1229e488047be8fccb5
+source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd pantheon-shortcut-overlay
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-shortcut-overlay 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