summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2022-11-19 08:45:19 +0900
committerQue Quotion2022-11-19 08:45:19 +0900
commit75b08116b7b24e43d9ae6ca7492f22470f57e798 (patch)
treee3671aa8126ab52c1e577317a23b664fcfe8b726
parentd5322f1ae4e6a20f66f2c766fbd16a9d92c3ad97 (diff)
downloadaur-75b08116b7b24e43d9ae6ca7492f22470f57e798.tar.gz
Update, drop libwingpanel.so from depends()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75c9db482e2..9ef51226f3b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pantheon-applications-menu-git
pkgdesc = The Pantheon Application Menu
- pkgver = 2.8.0.r22.0ba02643
+ pkgver = 2.11.0.r2.2fec07eb
pkgrel = 1
url = https://github.com/elementary/applications-menu
arch = x86_64
@@ -8,7 +8,6 @@ pkgbase = pantheon-applications-menu-git
license = GPL3
makedepends = git
makedepends = meson
- makedepends = granite
makedepends = switchboard
makedepends = vala
makedepends = wingpanel
@@ -22,7 +21,6 @@ pkgbase = pantheon-applications-menu-git
depends = libsoup
depends = libhandy
depends = libgranite.so
- depends = libwingpanel.so
depends = libswitchboard-2.0.so
depends = zeitgeist
provides = pantheon-applications-menu
diff --git a/PKGBUILD b/PKGBUILD
index 7b582e8006fd..42ac5646141a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-applications-menu-git
-pkgver=2.8.0.r22.0ba02643
+pkgver=2.11.0.r2.2fec07eb
pkgrel=1
pkgdesc='The Pantheon Application Menu'
arch=(x86_64)
@@ -16,15 +16,12 @@ depends=(
gnome-menus
gtk3
json-glib
- lib{gee,soup,handy}
- lib{granite,wingpanel}.so
- libswitchboard-2.0.so
+ lib{gee,soup,handy,granite.so,switchboard-2.0.so}
zeitgeist
)
makedepends=(
git
meson
- granite
switchboard
vala
wingpanel
@@ -41,9 +38,7 @@ pkgver() {
}
build() {
- arch-meson pantheon-applications-menu build \
- -D b_pie=false \
- -D with-unity=false
+ arch-meson pantheon-applications-menu build
ninja -C build
}