[arch-commits] Commit in wingpanel/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sun Apr 3 23:47:34 UTC 2022


    Date: Sunday, April 3, 2022 @ 23:47:33
  Author: heftig
Revision: 1181132

3.0.2-6: with mutter 42

Modified:
  wingpanel/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 23:45:43 UTC (rev 1181131)
+++ PKGBUILD	2022-04-03 23:47:33 UTC (rev 1181132)
@@ -2,7 +2,7 @@
 
 pkgname=wingpanel
 pkgver=3.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc='The Pantheon Top Panel'
 arch=(x86_64)
 url=https://github.com/elementary/wingpanel
@@ -25,6 +25,7 @@
   vala
 )
 provides=(libwingpanel-2.0.so)
+options=(debug)
 _tag=34d11b48f7048c44e373b3e25165ea0d26de7a9c
 source=(git+https://github.com/elementary/wingpanel.git#tag=${_tag})
 sha256sums=('SKIP')
@@ -35,6 +36,13 @@
   git describe --tags
 }
 
+prepare() {
+  cd wingpanel
+
+  # mutter 42
+  git cherry-pick -n b5e8f8b044a49da4621fdf044dfe21b1213edcde
+}
+
 build() {
   arch-meson wingpanel build
   meson compile -C build



More information about the arch-commits mailing list