[arch-commits] Commit in pantheon-applications-menu/repos (2 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Mar 29 07:43:35 UTC 2021
Date: Monday, March 29, 2021 @ 07:43:35
Author: alucryd
Revision: 908714
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 908713, pantheon-applications-menu/trunk/PKGBUILD)
----------+
PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
Copied: pantheon-applications-menu/repos/community-staging-x86_64/PKGBUILD (from rev 908713, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-03-29 07:43:35 UTC (rev 908714)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.7.1
+pkgrel=3
+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