[arch-commits] Commit in pantheon-applications-menu/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Nov 5 09:32:21 UTC 2021
Date: Friday, November 5, 2021 @ 09:32:21
Author: alucryd
Revision: 1037178
archrelease: copy trunk to community-x86_64
Added:
pantheon-applications-menu/repos/community-x86_64/PKGBUILD
(from rev 1037177, pantheon-applications-menu/trunk/PKGBUILD)
Deleted:
pantheon-applications-menu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 107 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 09:32:18 UTC (rev 1037177)
+++ PKGBUILD 2021-11-05 09:32:21 UTC (rev 1037178)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-applications-menu
-pkgver=2.9.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=7ca7e21c2151bf8848fdd8284ef6f6d9adec4890
-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 1037177, pantheon-applications-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-05 09:32:21 UTC (rev 1037178)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-applications-menu
+pkgver=2.9.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=5c7106b68950090255ff4e62fdfdf56dc45cccf9
+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