Package Details: xfce4-dev-tools-git 4.20.0.r15.g0b950ed-1

Git Clone URL: https://aur.archlinux.org/xfce4-dev-tools-git.git (read-only, click to copy)
Package Base: xfce4-dev-tools-git
Description: The Xfce development tools
Upstream URL: https://gitlab.xfce.org/xfce/xfce4-dev-tools
Licenses: GPL-2.0-or-later
Conflicts: xfce4-dev-tools
Provides: xfce4-dev-tools
Submitter: None
Maintainer: jgmdev
Last Packager: jgmdev
Votes: 59
Popularity: 0.000771
First Submitted: 2009-09-28 11:44 (UTC)
Last Updated: 2025-02-03 17:19 (UTC)

Required by (74)

Sources (1)

Latest Comments

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

This package now requires a makedepend on meson.

micwoj92 commented on 2024-09-16 05:28 (UTC)

Please add epoch, because 20240627 > 4.19.1.r18.g194f6b6.

nikdog commented on 2023-07-09 11:50 (UTC)

Further git.xfce.org has become gitlab.xfce.org

rharish commented on 2022-04-08 08:42 (UTC)

The source URL is wrong, and it leads to a "Connection refused" error. Here's the fixed URL:

diff --git a/PKGBUILD b/PKGBUILD index d606dea..b90f535 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=${_pkgname}-git  provides=($_pkgname)  conflicts=($_pkgname)  _gitname=$_pkgname -source=("git://git.xfce.org/xfce/${_pkgname}") +source=("git+https://git.xfce.org/xfce/${_pkgname}")  md5sums=('SKIP')   pkgver=20150313 

<deleted-account> commented on 2019-05-11 10:55 (UTC)

To get this ver: 4.12.0.r2.gb627d83-1 (instead of the current 20150313-1) I've changed this:

@@ -21,7 +27,9 @@ options=('!libtool')   pkgver() {    cd "${srcdir}/${_gitname}" -  git log -1 --format="%cd" --date=short | sed 's|-||g' +  #git log -1 --format="%cd" --date=short | sed 's|-||g' +  git describe --long --tags | sed -r "s/^${_pkgname}-//;s/([^-]*-g)/r\1/;s/-/./g" +  #^ from xfce4-taskmanager PKGBUILD  }   build() {