Date: Monday, July 19, 2021 @ 12:50:54
  Author: alucryd
Revision: 978635

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wingpanel/repos/community-staging-x86_64/PKGBUILD (from rev 978634, 
wingpanel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-19 12:50:54 UTC (rev 978635)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+
+pkgname=wingpanel
+pkgver=3.0.0
+pkgrel=1
+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=aff50fc64b687cf6c687ff4a194e0b936f67b6ff
+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:

Reply via email to