From e7fde4f302e0219557d6c9f59b3012c5a04c74f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 4 Dec 2018 17:25:21 -0300 Subject: [PATCH] recipes: xfce/xfconf: update recipe and src version up to 4.13.6 --- recipes/xfce/xfconf/recipe | 32 +++++++++++++++----------------- sources/SOURCELIST.txt | 2 +- sources/xfconf-4.13.4.tar.bz2.sha256 | 1 - sources/xfconf-4.13.6.tar.bz2.sha256 | 1 + 4 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 sources/xfconf-4.13.4.tar.bz2.sha256 create mode 100644 sources/xfconf-4.13.6.tar.bz2.sha256 diff --git a/recipes/xfce/xfconf/recipe b/recipes/xfce/xfconf/recipe index 792bca89..22988a3b 100644 --- a/recipes/xfce/xfconf/recipe +++ b/recipes/xfce/xfconf/recipe @@ -1,6 +1,7 @@ -# Build recipe for Xfconf. +# Build recipe for xfconf. # # Copyright (C) 2018, MMPG +# Copyright (C) 2018, Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ # limitations under the License. program=xfconf -version=4.13.4 +version=4.13.6 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -23,18 +24,18 @@ outdir="${outdir}/${arch}/xfce" tarname=${program}-${version}.tar.bz2 -# Remote source(s) +# Remote source fetch=http://archive.xfce.org/src/xfce/xfconf/4.13/$tarname description=" A configuration utility. - + A daemon and query system for managing the storage and retrieval of settings for the Xfce Desktop Environment. " -homepage=http://docs.xfce.org/xfce/xfconf/start/ -license=GPLv2 +homepage=http://xfce.org +license=GPLv2+ # Source documentation docs="AUTHORS COPYING NEWS README TODO" @@ -43,6 +44,7 @@ docsdir="${docdir}/${program}-${version}" build() { set -e + unpack "${tardir}/$tarname" cd "$srcdir" @@ -52,21 +54,17 @@ build() ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \ $configure_args \ - --mandir=$mandir \ - --infodir=$infodir \ - --disable-static \ - --disable-debug \ + --libdir=/usr/lib${libSuffix} \ + --enable-static=no \ + --enable-shared=yes \ + --enable-debug=no \ --build="$(cc -dumpmachine)" - make -j${jobs} - make -j${jobs} DESTDIR="$destdir" install + make -j${jobs} V=1 + make -j${jobs} DESTDIR="$destdir" install-strip # Copy documentation mkdir -p "${destdir}${docsdir}" - - for file in $docs - do - cp -p $file "${destdir}${docsdir}" - done + cp -p $docs "${destdir}${docsdir}"/ } diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index f9963569..07ee5655 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -36,7 +36,7 @@ http://archive.xfce.org/src/xfce/thunar/1.7/Thunar-1.7.0.tar.bz2 http://archive.xfce.org/src/xfce/xfce4-panel/4.13/xfce4-panel-4.13.2.tar.bz2 http://archive.xfce.org/src/xfce/xfce4-session/4.13/xfce4-session-4.13.0.tar.bz2 http://archive.xfce.org/src/xfce/xfce4-settings/4.13/xfce4-settings-4.13.2.tar.bz2 -http://archive.xfce.org/src/xfce/xfconf/4.13/xfconf-4.13.4.tar.bz2 +http://archive.xfce.org/src/xfce/xfconf/4.13/xfconf-4.13.6.tar.bz2 http://archive.xfce.org/src/xfce/xfdesktop/4.13/xfdesktop-4.13.1.tar.bz2 http://archive.xfce.org/src/xfce/xfwm4/4.13/xfwm4-4.13.0.tar.bz2 http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2 diff --git a/sources/xfconf-4.13.4.tar.bz2.sha256 b/sources/xfconf-4.13.4.tar.bz2.sha256 deleted file mode 100644 index 89f96bda..00000000 --- a/sources/xfconf-4.13.4.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -4808997894ad9b6bcd39b0e8c609129e60d204c038d4edc4e9b8c55ea2d094c9 xfconf-4.13.4.tar.bz2 diff --git a/sources/xfconf-4.13.6.tar.bz2.sha256 b/sources/xfconf-4.13.6.tar.bz2.sha256 new file mode 100644 index 00000000..fc88b51b --- /dev/null +++ b/sources/xfconf-4.13.6.tar.bz2.sha256 @@ -0,0 +1 @@ +d1a3d442dae188b5a7380b5815377e5488578cdafb03ae363e9426e3b01185df xfconf-4.13.6.tar.bz2 -- 2.11.4.GIT