Package Details: xfce4-panel-git 4.19.4+89+g5551d10e-1

Git Clone URL: https://aur.archlinux.org/xfce4-panel-git.git (read-only, click to copy)
Package Base: xfce4-panel-git
Description: Panel for the Xfce desktop environment - git checkout
Upstream URL: http://docs.xfce.org/xfce/xfce4-panel/start
Licenses: GPL2
Groups: xfce4-git
Conflicts: xfce4-panel, xfce4-statusnotifier-plugin
Provides: xfce4-panel
Replaces: xfce4-statusnotifier-plugin
Submitter: mkljczk
Maintainer: twa022
Last Packager: twa022
Votes: 8
Popularity: 0.130489
First Submitted: 2017-03-05 16:52 (UTC)
Last Updated: 2024-07-03 13:51 (UTC)

Required by (76)

Sources (1)

Latest Comments

graysky commented on 2025-01-10 11:58 (UTC)

As @shadeLight pointed out, the deps need an update.

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@

 _pkgname=xfce4-panel
 pkgname=${_pkgname}-git
-pkgver=4.19.4+89+g5551d10e
+pkgver=4.20.0+23+gb71e99e3
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment - git checkout"
 arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -14,14 +14,14 @@ license=('GPL2')
 groups=('xfce4-git')
 conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')
 provides=("${_pkgname}=${pkgver%%+*}")
-depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'libwnck3' 'hicolor-icon-theme'
-         'desktop-file-utils' 'xfconf' 'libxfce4util>=4.15.2' 'libdbusmenu-gtk3')
-makedepends=('intltool' 'gtk-doc' 'git' 'xfce4-dev-tools' 'gobject-introspection' 'vala' 'glib2-devel')
+depends=('exo' 'garcon' 'gtk-layer-shell' 'libxfce4ui' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3'
+         'libxfce4windowing' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('git' 'glib2-devel' 'gobject-introspection' 'vala' 'xfce4-dev-tools')
 optdepends=('xfce4-panel-profiles')
 replaces=('xfce4-statusnotifier-plugin')
 source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}")
 sha256sums=('SKIP')
-
+options=(debug)
 pkgver() {
   cd "${_pkgname}"
   git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
-- 
2.47.1

shadeLight commented on 2024-11-18 15:57 (UTC) (edited on 2024-11-18 16:04 (UTC) by shadeLight)

Needs a new make dependency: 'libxfce4windowing>=4.19.6' https://gitlab.xfce.org/xfce/xfce4-panel/-/blob/master/configure.ac?ref_type=heads#L22

kode54 commented on 2024-09-27 05:33 (UTC) (edited on 2024-09-27 05:35 (UTC) by kode54)

This package now needs xfce4-dev-tools-git as the stable version is too old to build it.

Edit: It also has a runtime dependency on libxfce4windowing-git.

BujuArena commented on 2021-09-18 05:23 (UTC)

I was getting the following build error with this today:

checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4ui-2 >= 4.17.1... found, but 4.16.1
*** The required package libxfce4ui-2 was found on your system,
*** but the installed version (4.16.1) is too old.
*** Please upgrade libxfce4ui-2 to atleast version 4.17.1, or adjust
*** the PKG_CONFIG_PATH environment variable if you installed
*** the new version of the package in a nonstandard prefix so
*** pkg-config is able to find it.

To resolve this, I installed libxfce4ui-devel, not libxfce4ui-git. libxfce4ui-devel allowed the xfce4-panel-git build to succeed.

f2404 commented on 2019-10-20 21:22 (UTC)

xfce4-panel has dropped gtk2 support hence the '--enable-gtk2' parameter should be removed from PKGBUILD.

xdevla commented on 2017-08-21 08:09 (UTC)

libxpresent is also needed for the compositor support

oberon2007 commented on 2017-08-16 12:11 (UTC)

new depends vala is needed!

twa022 commented on 2017-04-10 15:35 (UTC)

+ xfce4-dev-tools as makedepend please

mkljczk commented on 2017-03-06 18:08 (UTC)

thanks, @twa022 fixed

twa022 commented on 2017-03-06 05:01 (UTC)

Dependency libwnck -> libwnck3 cairo, libxfce4util satisfied by libxfce4ui Change --enable-gtk3 to --enable-gtk2 (gtk3 built by default now)