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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 19 09:43:33 UTC 2022


    Date: Friday, August 19, 2022 @ 09:43:33
  Author: alucryd
Revision: 1269821

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   90 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 44 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 09:43:23 UTC (rev 1269820)
+++ PKGBUILD	2022-08-19 09:43:33 UTC (rev 1269821)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-shortcut-overlay
-pkgver=2.0.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-7.so
-  libhandy-1.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=e5f206eea1b347a22ad1c74090fa9873693097d8
-source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  cd pantheon-shortcut-overlay
-  git cherry-pick -n 130f78eb4b7770586ea98ba0a5fdbbf5bb116f3f
-}
-
-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-staging-x86_64/PKGBUILD (from rev 1269820, pantheon-shortcut-overlay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 09:43:33 UTC (rev 1269821)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-shortcut-overlay
+pkgver=2.0.0
+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
+  libgee
+  libgranite-7.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=e5f206eea1b347a22ad1c74090fa9873693097d8
+source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd pantheon-shortcut-overlay
+  git cherry-pick -n 130f78eb4b7770586ea98ba0a5fdbbf5bb116f3f
+}
+
+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