summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2024-04-02 21:06:06 -0400
committerTed Alff2024-04-02 21:06:06 -0400
commit26703bb576e04c8d970507d2e19150552a55b35d (patch)
treea977f674e5a739b82542d423133aebe44677ac30 /PKGBUILD
parentf43d4e835b18e2ae224b082e90c962b841ff086a (diff)
downloadaur-xfce4-settings-devel.tar.gz
Version bump 4.19.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa48a8367327..774bce3ae9e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,24 @@
_pkgname=xfce4-settings
pkgname=${_pkgname}-devel
-pkgver=4.19.1
+pkgver=4.19.2
pkgrel=1
pkgdesc="Settings manager for xfce"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://docs.xfce.org/xfce/xfce4-settings/start"
license=('GPL2')
groups=('xfce4-devel')
-depends=('exo' 'libxfce4util' 'garcon' 'libxfce4ui' 'xfconf' 'libnotify' 'colord'
- 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra' 'python')
-optdepends=('libcanberra: for sound control')
+depends=('exo' 'garcon' 'libxfce4ui>=4.19.5' 'xfconf' 'libnotify' 'libcanberra'
+ 'colord' 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra'
+ 'wayland' 'gtk-layer-shell')
+makedepends=('xf86-input-libinput')
+optdepends=('python: xfce4-compose-mail -- "mailto:" URI handling')
+
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2"
'enable-antialias-by-default.patch')
-sha256sums=('4e76008fdfeacc32c536d17c63d067889b1fc1f287f8dbb0bd4dd6710fd9aace'
+sha256sums=('23d44e50419263499096184b5931915b416328d6eca95dd99da3be2ba56946ad'
'25176aa463740d344c194d94771b7bfd9550809fd2ecd0e86acceb925afcf1ac')
prepare() {