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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 21 06:12:18 UTC 2021


    Date: Wednesday, July 21, 2021 @ 06:12:17
  Author: alucryd
Revision: 981507

archrelease: copy trunk to community-x86_64

Added:
  pantheon-applications-menu/repos/community-x86_64/PKGBUILD
    (from rev 981506, 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-07-21 06:12:11 UTC (rev 981506)
+++ PKGBUILD	2021-07-21 06:12:17 UTC (rev 981507)
@@ -1,54 +0,0 @@
-# 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:

Copied: pantheon-applications-menu/repos/community-x86_64/PKGBUILD (from rev 981506, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-21 06:12:17 UTC (rev 981507)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.8.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
+  libhandy0
+  libsoup
+  libswitchboard-2.0.so
+  libwingpanel-2.0.so
+  plank
+  zeitgeist
+)
+makedepends=(
+  git
+  meson
+  switchboard
+  vala
+  wingpanel
+)
+_tag=bd6e29a89a60484e2682315e3867cb68113a2bb8
+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