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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 18 09:00:16 UTC 2019


    Date: Monday, November 18, 2019 @ 09:00:16
  Author: alucryd
Revision: 530305

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 40 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 09:00:10 UTC (rev 530304)
+++ PKGBUILD	2019-11-18 09:00:16 UTC (rev 530305)
@@ -1,34 +0,0 @@
-# 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:

Copied: pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD (from rev 530304, pantheon-shortcut-overlay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-18 09:00:16 UTC (rev 530305)
@@ -0,0 +1,40 @@
+# 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:



More information about the arch-commits mailing list