[arch-commits] Commit in pantheon-shortcut-overlay/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Mar 6 16:13:26 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:13:26
  Author: alucryd
Revision: 1142755

fix build after meson update

Modified:
  pantheon-shortcut-overlay/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 16:11:28 UTC (rev 1142754)
+++ PKGBUILD	2022-03-06 16:13:26 UTC (rev 1142755)
@@ -22,8 +22,13 @@
 )
 _tag=e9b604293eb8451d16eb6afa697c6867432a94fe
 source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${_tag})
-sha256sums=(SKIP)
+b2sums=(SKIP)
 
+prepare() {
+  cd pantheon-shortcut-overlay
+  git cherry-pick -n 130f78eb4b7770586ea98ba0a5fdbbf5bb116f3f
+}
+
 pkgver() {
   cd pantheon-shortcut-overlay
   git describe --tags



More information about the arch-commits mailing list