Package Details: xfce4-dev-tools-git 20150313-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: http://www.xfce.org/
Licenses: GPL2
Conflicts: xfce4-dev-tools
Provides: xfce4-dev-tools
Submitter: None
Maintainer: ponsfoot
Last Packager: ponsfoot
Votes: 58
Popularity: 0.000000
First Submitted: 2009-09-28 11:44 (UTC)
Last Updated: 2015-06-20 11:29 (UTC)

Dependencies (5)

Required by (74)

Sources (1)

Latest Comments

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() {