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

Maxime Gauduin alucryd at archlinux.org
Fri Oct 2 07:46:08 UTC 2020


    Date: Friday, October 2, 2020 @ 07:46:08
  Author: alucryd
Revision: 715127

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wingpanel/repos/community-staging-x86_64/PKGBUILD (from rev 715126, wingpanel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-10-02 07:46:08 UTC (rev 715127)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=2.3.2
+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
+)
+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
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list