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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:34:26 UTC 2022


    Date: Monday, January 10, 2022 @ 10:34:26
  Author: alucryd
Revision: 1099012

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:34:20 UTC (rev 1099011)
+++ PKGBUILD	2022-01-10 10:34:26 UTC (rev 1099012)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-applications-menu
-pkgver=2.10.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=61bc824b5f4477e580a52e8035d0b8142e3df10f
-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
-  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 1099011, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:34:26 UTC (rev 1099012)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.10.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=483ab700549707a50d51a45a4d515904bd475e45
+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
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list