summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2024-04-02 21:06:06 -0400
committerTed Alff2024-04-02 21:06:06 -0400
commit26703bb576e04c8d970507d2e19150552a55b35d (patch)
treea977f674e5a739b82542d423133aebe44677ac30
parentf43d4e835b18e2ae224b082e90c962b841ff086a (diff)
downloadaur-xfce4-settings-devel.tar.gz
Version bump 4.19.2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD13
2 files changed, 18 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a65a74ad3159..3f27d1fbc264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-settings-devel
pkgdesc = Settings manager for xfce
- pkgver = 4.19.1
+ pkgver = 4.19.2
pkgrel = 1
url = https://docs.xfce.org/xfce/xfce4-settings/start
arch = i686
@@ -9,23 +9,25 @@ pkgbase = xfce4-settings-devel
arch = aarch64
groups = xfce4-devel
license = GPL2
+ makedepends = xf86-input-libinput
depends = exo
- depends = libxfce4util
depends = garcon
- depends = libxfce4ui
+ depends = libxfce4ui>=4.19.5
depends = xfconf
depends = libnotify
+ depends = libcanberra
depends = colord
depends = libxklavier
depends = adwaita-icon-theme
depends = gnome-themes-extra
- depends = python
- optdepends = libcanberra: for sound control
- provides = xfce4-settings=4.19.1
+ depends = wayland
+ depends = gtk-layer-shell
+ optdepends = python: xfce4-compose-mail -- "mailto:" URI handling
+ provides = xfce4-settings=4.19.2
conflicts = xfce4-settings
- source = https://archive.xfce.org/src/xfce/xfce4-settings/4.19/xfce4-settings-4.19.1.tar.bz2
+ source = https://archive.xfce.org/src/xfce/xfce4-settings/4.19/xfce4-settings-4.19.2.tar.bz2
source = enable-antialias-by-default.patch
- sha256sums = 4e76008fdfeacc32c536d17c63d067889b1fc1f287f8dbb0bd4dd6710fd9aace
+ sha256sums = 23d44e50419263499096184b5931915b416328d6eca95dd99da3be2ba56946ad
sha256sums = 25176aa463740d344c194d94771b7bfd9550809fd2ecd0e86acceb925afcf1ac
pkgname = xfce4-settings-devel
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() {