[arch-commits] Commit in wingpanel/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Tue Apr 6 09:03:56 UTC 2021


    Date: Tuesday, April 6, 2021 @ 09:03:56
  Author: alucryd
Revision: 912036

archrelease: copy trunk to community-staging-x86_64

Added:
  wingpanel/repos/community-staging-x86_64/
  wingpanel/repos/community-staging-x86_64/PKGBUILD
    (from rev 912035, wingpanel/trunk/PKGBUILD)

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

Copied: wingpanel/repos/community-staging-x86_64/PKGBUILD (from rev 912035, wingpanel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-04-06 09:03:56 UTC (rev 912036)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=2.3.2
+pkgrel=4
+pkgdesc='The Pantheon Top Panel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgala.so
+  libgee
+  libgranite.so
+  mutter6
+)
+makedepends=(
+  cmake
+  git
+  gala
+  meson
+  vala
+)
+provides=(libwingpanel-2.0.so)
+_tag=4c359a3e0d418d097daa57487b399d977292ba87
+source=(git+https://github.com/elementary/wingpanel.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd wingpanel
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list