summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-05-10 01:06:46 +0800
committerChih-Hsuan Yen2023-05-10 01:06:46 +0800
commitc339da5dd400e6b5ada74412e421e8ac7847d880 (patch)
tree0f63f1f1e7c622ae96c9fbb6f159283efd6500e1
parent8e58d1fe9f17d7d056e24c14bad41547932ce185 (diff)
downloadaur-lxqt-config-git.tar.gz
lxqt-config-git: switch to lxqt-menu-data
See: https://github.com/lxqt/lxqt/issues/1679
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1666650c1835..cee061447b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-config-git
pkgdesc = LXQt system configuration.
- pkgver = 0.13.0.580.g0e92bb1
+ pkgver = 1.3.0.5.g1f06c351
pkgrel = 1
url = https://lxqt.org
arch = i686
@@ -16,10 +16,10 @@ pkgbase = lxqt-config-git
depends = libxcursor
depends = qt5-svg
depends = hicolor-icon-theme
- provides = lxqt-config=0.13.0.580.g0e92bb1
+ depends = lxqt-menu-data-git
+ provides = lxqt-config=1.3.0.5.g1f06c351
conflicts = lxqt-config
source = git+https://github.com/lxqt/lxqt-config.git
sha256sums = SKIP
pkgname = lxqt-config-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c85216f7f6a8..394fdd41c32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=lxqt-config
pkgname=$_pkgname-git
-pkgver=0.13.0.580.g0e92bb1
+pkgver=1.3.0.5.g1f06c351
pkgrel=1
pkgdesc="LXQt system configuration."
arch=("i686" "x86_64")
url="https://lxqt.org"
license=("GPL2")
-depends=("liblxqt-git" "libkscreen" "libxcursor" "qt5-svg" "hicolor-icon-theme")
+depends=("liblxqt-git" "libkscreen" "libxcursor" "qt5-svg" "hicolor-icon-theme" "lxqt-menu-data-git")
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git" "xf86-input-libinput")
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")