[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix datarootdir declaration in .pc files (Bug #13589)

noreply at xfce.org noreply at xfce.org
Sun May 28 14:32:56 CEST 2017


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 01df3bf6de1ec648a6821d29e1fdb3333b6d5184
Author: Romain B <skunnyk at alteroot.org>
Date:   Thu May 25 10:42:12 2017 +0200

    Fix datarootdir declaration in .pc files (Bug #13589)
    
    datarootdir needs to be defined before using it.
    Bug introduced by 0b83659b7085b62528cce4596d3ad3f97fd5f1ed
---
 libxfce4panel/libxfce4panel-1.0.pc.in | 2 +-
 libxfce4panel/libxfce4panel-2.0.pc.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfce4panel/libxfce4panel-1.0.pc.in b/libxfce4panel/libxfce4panel-1.0.pc.in
index c0cdc88..9d90ee1 100644
--- a/libxfce4panel/libxfce4panel-1.0.pc.in
+++ b/libxfce4panel/libxfce4panel-1.0.pc.in
@@ -2,8 +2,8 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
-localedir=@localedir@
 datarootdir=@datarootdir@
+localedir=@localedir@
 api=1.0
 
 Name: libxfce4panel
diff --git a/libxfce4panel/libxfce4panel-2.0.pc.in b/libxfce4panel/libxfce4panel-2.0.pc.in
index 6644f7b..5ff8c96 100644
--- a/libxfce4panel/libxfce4panel-2.0.pc.in
+++ b/libxfce4panel/libxfce4panel-2.0.pc.in
@@ -2,8 +2,8 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
-localedir=@localedir@
 datarootdir=@datarootdir@
+localedir=@localedir@
 api=@LIBXFCE4PANEL_VERSION_API@
 
 Name: libxfce4panel

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list