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

Maxime Gauduin alucryd at archlinux.org
Fri May 29 15:48:46 UTC 2020


    Date: Friday, May 29, 2020 @ 15:48:46
  Author: alucryd
Revision: 637128

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 15:48:39 UTC (rev 637127)
+++ PKGBUILD	2020-05-29 15:48:46 UTC (rev 637128)
@@ -1,52 +0,0 @@
-# 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:

Copied: pantheon-applications-menu/repos/community-x86_64/PKGBUILD (from rev 637127, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-29 15:48:46 UTC (rev 637128)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.7.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
+  libhandy
+  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=557b2f2f5daef28fd50a1fa0dd6d6706a10f2ee8)
+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