[arch-commits] Commit in pantheon-shortcut-overlay/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Apr 5 19:30:29 UTC 2020
Date: Sunday, April 5, 2020 @ 19:30:28
Author: alucryd
Revision: 611907
archrelease: copy trunk to community-x86_64
Added:
pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD
(from rev 611906, pantheon-shortcut-overlay/trunk/PKGBUILD)
Deleted:
pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 19:30:23 UTC (rev 611906)
+++ PKGBUILD 2020-04-05 19:30:28 UTC (rev 611907)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-shortcut-overlay
-pkgver=1.1.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
-)
-makedepends=(
- git
- meson
- vala
-)
-source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=5c5814b3ceeaba64dd883145e89b7cf3bc27e44a)
-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 611906, pantheon-shortcut-overlay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-05 19:30:28 UTC (rev 611907)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-shortcut-overlay
+pkgver=1.1.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=6143888c44484f0ed814d67b57373b3db4501ed8)
+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