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

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 21:25:39 UTC 2021


    Date: Monday, November 8, 2021 @ 21:25:39
  Author: heftig
Revision: 1038969

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wingpanel/repos/community-staging-x86_64/PKGBUILD (from rev 1038968, wingpanel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-11-08 21:25:39 UTC (rev 1038969)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=3.0.1
+pkgrel=2
+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
+  pantheon-notifications
+)
+makedepends=(
+  cmake
+  git
+  gala
+  meson
+  vala
+)
+provides=(libwingpanel-2.0.so)
+_tag=8fce5684de93e3dcb42dfa1c86db973a839598b1
+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() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list