[arch-commits] Commit in pantheon-shortcut-overlay/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 08:38:45 UTC 2021


    Date: Monday, March 29, 2021 @ 08:38:45
  Author: alucryd
Revision: 908792

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-shortcut-overlay/repos/community-staging-x86_64/
  pantheon-shortcut-overlay/repos/community-staging-x86_64/PKGBUILD
    (from rev 908791, pantheon-shortcut-overlay/trunk/PKGBUILD)

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

Copied: pantheon-shortcut-overlay/repos/community-staging-x86_64/PKGBUILD (from rev 908791, pantheon-shortcut-overlay/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 08:38:45 UTC (rev 908792)
@@ -0,0 +1,41 @@
+# 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:



More information about the arch-commits mailing list