[arch-commits] Commit in pantheon-applications-menu/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 16:07:28 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:07:28
  Author: foutrelis
Revision: 1142717

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-applications-menu/repos/community-staging-x86_64/
  pantheon-applications-menu/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142716, pantheon-applications-menu/trunk/PKGBUILD)

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

Copied: pantheon-applications-menu/repos/community-staging-x86_64/PKGBUILD (from rev 1142716, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 16:07:28 UTC (rev 1142717)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.10.2
+pkgrel=2
+pkgdesc='The Pantheon Application Menu'
+arch=(x86_64)
+url=https://github.com/elementary/applications-menu
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  appstream
+  gdk-pixbuf2
+  glib2
+  gnome-menus
+  gtk3
+  json-glib
+  libgee
+  libgranite.so
+  libhandy0
+  libsoup
+  libswitchboard-2.0.so
+  libwingpanel-2.0.so
+  plank
+  zeitgeist
+)
+makedepends=(
+  git
+  meson
+  switchboard
+  vala
+  wingpanel
+)
+_tag=483ab700549707a50d51a45a4d515904bd475e45
+source=(pantheon-applications-menu::git+https://github.com/elementary/applications-menu.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-applications-menu
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-applications-menu 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