summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2023-05-10 23:28:29 +0200
committerPeter Mattern2023-05-10 23:28:29 +0200
commit3354f8c30e6e205046b41f0f46b9322475792f41 (patch)
treeb95120f19631439b7f27a15927b2356de6144fa9
parenta728fe18d1c5b13a7e4e8c6b2f3bb3e8b6f0475e (diff)
downloadaur-3354f8c30e6e205046b41f0f46b9322475792f41.tar.gz
Depend on lxqt-menu-data instead of lxmenu-data
Replaced upstream per https://github.com/lxqt/lxqt-panel/pull/1869.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8434c3c2991..4c3e4497ad05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-panel-git
pkgdesc = The LXQt desktop panel
- pkgver = 1.0.0.45.g86dd6fa9
+ pkgver = 1.3.0.5.gf9493a2c
pkgrel = 1
url = https://github.com/lxqt/lxqt-panel
arch = i686
@@ -19,7 +19,7 @@ pkgbase = lxqt-panel-git
depends = solid
depends = menu-cache
depends = libxcomposite
- depends = lxmenu-data
+ depends = lxqt-menu-data-git
depends = libdbusmenu-qt5
depends = lxqt-globalkeys-git
provides = lxqt-panel
diff --git a/PKGBUILD b/PKGBUILD
index a5bf980ce073..119639214bbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=lxqt-panel
pkgname=$_pkgname-git
-pkgver=1.0.0.45.g86dd6fa9
+pkgver=1.3.0.5.gf9493a2c
pkgrel=1
pkgdesc='The LXQt desktop panel'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=(
"alsa-lib" "libpulse" "lm_sensors" "libstatgrab" "libsysstat-git" "libxtst"
"solid"
- "menu-cache" "libxcomposite" "lxmenu-data" "libdbusmenu-qt5"
+ "menu-cache" "libxcomposite" "lxqt-menu-data-git" "libdbusmenu-qt5"
"lxqt-globalkeys-git"
)
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")