[arch-commits] Commit in pantheon-applications-menu (3 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Jan 19 11:34:27 UTC 2020
Date: Sunday, January 19, 2020 @ 11:34:26
Author: alucryd
Revision: 553135
archrelease: copy trunk to community-x86_64
Added:
pantheon-applications-menu/repos/
pantheon-applications-menu/repos/community-x86_64/
pantheon-applications-menu/repos/community-x86_64/PKGBUILD
(from rev 553134, pantheon-applications-menu/trunk/PKGBUILD)
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
Copied: pantheon-applications-menu/repos/community-x86_64/PKGBUILD (from rev 553134, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-01-19 11:34:26 UTC (rev 553135)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.5.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=5fe45e08aa3beadf2202eb92de3539de31f9acde)
+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