[arch-commits] Commit in (3 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 6 13:08:45 UTC 2019
Date: Wednesday, March 6, 2019 @ 13:08:44
Author: alucryd
Revision: 437846
add pantheon-shortcut-overlay
Added:
pantheon-shortcut-overlay/
pantheon-shortcut-overlay/trunk/
pantheon-shortcut-overlay/trunk/PKGBUILD
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Added: pantheon-shortcut-overlay/trunk/PKGBUILD
===================================================================
--- pantheon-shortcut-overlay/trunk/PKGBUILD (rev 0)
+++ pantheon-shortcut-overlay/trunk/PKGBUILD 2019-03-06 13:08:44 UTC (rev 437846)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-shortcut-overlay
+pkgver=1.0.1
+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
+)
+makedepends=(
+ git
+ meson
+ vala
+)
+source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+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