Package Details: xfconf-git 4.19.2+14+g4593943-3

Git Clone URL: https://aur.archlinux.org/xfconf-git.git (read-only, click to copy)
Package Base: xfconf-git
Description: D-Bus-based configuration storage system - git checkout
Upstream URL: https://docs.xfce.org/xfce/xfconf/start
Licenses: GPL-2.0-or-later
Groups: xfce4
Conflicts: xfconf
Provides: xfconf
Submitter: killermoehre
Maintainer: killermoehre
Last Packager: killermoehre
Votes: 2
Popularity: 0.000000
First Submitted: 2018-07-22 14:23 (UTC)
Last Updated: 2024-10-05 12:51 (UTC)

Required by (41)

Sources (1)

Latest Comments

1 2 Next › Last »

kode54 commented on 2024-10-06 09:12 (UTC)

@maderios: If you check the commit history of this package, you'll see it was already fixed here.

maderios commented on 2024-10-05 12:39 (UTC)

Typo issue concerns only xfconf

kode54 commented on 2024-09-27 05:29 (UTC)

There's a typo in the prepare function, it needs this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 8e61aec..ef11b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ pkgver() {
 }

 prepare() {
-  cd "{_$pkgname}" || return 1
+  cd "${_pkgname}" || return 1
   ./autogen.sh \
     --prefix=/usr \
     --sysconfdir=/etc \

killermoehre commented on 2024-09-11 10:29 (UTC)

@aperez please try again

aperez commented on 2024-09-11 08:15 (UTC)

This is missing glib2-devel in the makedepends array.

Kunda commented on 2023-07-06 13:11 (UTC) (edited on 2023-07-06 13:12 (UTC) by Kunda)

@killermoehre do you mind appending 's' to the http:// 'Upstream URL:' (ie https://www.xfce.org/) field of this package. Trying to resolve warnings in https://repology.org/repository/aur/problems?end=xsensors-gtk2

mirh commented on 2020-01-10 16:08 (UTC)

As reported in the comments of libxfce4ui, could you update the pkgver parsing? It's breaking dependency recognition

git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^[^[:digit:]]*//;s/-/+/g"

IOAOI commented on 2019-10-08 14:01 (UTC)

The version error is already noted on libxfce4ui-git, but seems to be a problem here too. yay said: :: 2 Packages to upgrade. 2 aur/libxfce4ui-git 1:xfce+4.14.0+10+g8334ce9-1 -> 1:4.13.4+26+gfab274c-1 1 aur/xfconf-git xfce.4.14.0.r3.ga92edcc-1 -> 4.13.5.r54.gd2b8a3e-1

warning: xfconf-git-xfce.4.14.0.r3.ga92edcc-1 is up to date -- reinstalling warning: libxfce4ui-git-1:xfce+4.14.0+10+g8334ce9-1 is up to date -- reinstalling

But also, if I install other xfce4 -git packages that depend on these it does not seem to provide the right thing, so I have to remove them:

looking for conflicting packages... :: libxfce4ui and libxfce4ui-git are in conflict. Remove libxfce4ui-git? [y/N] y :: xfconf and xfconf-git are in conflict. Remove xfconf-git? [y/N] y

killermoehre commented on 2019-03-10 17:36 (UTC)

@danboid done

danboid commented on 2019-03-09 21:29 (UTC)

The dependencies of the official xfconf PKGBUILD are:

depends=('libxfce4util' 'dbus-glib') makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl' 'intltool' 'chrpath')

So I think this package should use the same. I forgot to mention chrpath in my previous post. That is definitely needed to build and not necessarily installed.