Date: Wednesday, September 1, 2021 @ 12:52:47 Author: alucryd Revision: 1010299
archrelease: copy trunk to community-x86_64 Added: pantheon-applications-menu/repos/community-x86_64/PKGBUILD (from rev 1010298, pantheon-applications-menu/trunk/PKGBUILD) Deleted: pantheon-applications-menu/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 108 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-09-01 12:52:43 UTC (rev 1010298) +++ PKGBUILD 2021-09-01 12:52:47 UTC (rev 1010299) @@ -1,54 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=pantheon-applications-menu -pkgver=2.8.1 -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 - libhandy0 - libsoup - libswitchboard-2.0.so - libwingpanel-2.0.so - plank - zeitgeist -) -makedepends=( - git - meson - switchboard - vala - wingpanel -) -_tag=f7ababe02b5e8f3782944195fe9da9d7c4b440fa -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: Copied: pantheon-applications-menu/repos/community-x86_64/PKGBUILD (from rev 1010298, pantheon-applications-menu/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-09-01 12:52:47 UTC (rev 1010299) @@ -0,0 +1,54 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=pantheon-applications-menu +pkgver=2.8.2 +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 + libhandy0 + libsoup + libswitchboard-2.0.so + libwingpanel-2.0.so + plank + zeitgeist +) +makedepends=( + git + meson + switchboard + vala + wingpanel +) +_tag=7ae0a32629e08dab012a02ae325fad9e3b78be24 +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: