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

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


    Date: Friday, October 2, 2020 @ 07:48:45
  Author: alucryd
Revision: 715132

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 715131, pantheon-applications-menu/trunk/PKGBUILD)

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

Copied: pantheon-applications-menu/repos/community-staging-x86_64/PKGBUILD (from rev 715131, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-10-02 07:48:45 UTC (rev 715132)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.7.1
+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=557b2f2f5daef28fd50a1fa0dd6d6706a10f2ee8
+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 \
+    -D with-unity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list