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

Maxime Gauduin alucryd at archlinux.org
Sat Apr 11 17:14:13 UTC 2020


    Date: Saturday, April 11, 2020 @ 17:14:12
  Author: alucryd
Revision: 613348

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: pantheon-applications-menu/repos/community-testing-x86_64/PKGBUILD (from rev 613347, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-04-11 17:14:12 UTC (rev 613348)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.6.0
+pkgrel=1
+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
+  libsoup
+  libswitchboard-2.0.so
+  libwingpanel-2.0.so
+  plank
+  zeitgeist
+)
+makedepends=(
+  git
+  meson
+  switchboard
+  vala
+  wingpanel
+)
+source=(pantheon-applications-menu::git+https://github.com/elementary/applications-menu.git#tag=e8b29862c99cc48b492c9bf37d6e711aa0f94ea9)
+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