[gentoo-commits] gentoo-x86 commit in x11-wm/windowmaker: ChangeLog windowmaker-0.95.6.ebuild

2015-01-22 Thread Bernard Cafarelli (voyageur)
voyageur15/01/22 09:24:32

  Modified: ChangeLog windowmaker-0.95.6.ebuild
  Log:
  Backport webp detection patch from upstream, thanks Charlie Gehlin 
 in bug #537240
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.151x11-wm/windowmaker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.151&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.151&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   21 Jan 2015 09:59:33 -  1.150
+++ ChangeLog   22 Jan 2015 09:24:32 -  1.151
@@ -1,6 +1,11 @@
 # ChangeLog for x11-wm/windowmaker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.150 
2015/01/21 09:59:33 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.151 
2015/01/22 09:24:32 voyageur Exp $
+
+  22 Jan 2015; Bernard Cafarelli 
+  windowmaker-0.95.6.ebuild, +files/windowmaker-0.95.6-webp_detection.patch:
+  Backport webp detection patch from upstream, thanks Charlie Gehlin
+   in bug #537240
 
   21 Jan 2015; Bernard Cafarelli 
   windowmaker-0.92.0-r11.ebuild, -windowmaker-0.95.3-r1.ebuild,



1.4  x11-wm/windowmaker/windowmaker-0.95.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?r1=1.3&r2=1.4

Index: windowmaker-0.95.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- windowmaker-0.95.6.ebuild   21 Jan 2015 09:59:33 -  1.3
+++ windowmaker-0.95.6.ebuild   22 Jan 2015 09:24:32 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.3 
2015/01/21 09:59:33 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.4 
2015/01/22 09:24:32 voyageur Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -45,6 +45,8 @@
done;
 
epatch "${FILESDIR}"/${PN}-0.95.3-fix_underlinking.patch
+   epatch "${FILESDIR}"/${P}-webp_detection.patch
+
eautoreconf
 }
 






[gentoo-commits] gentoo-x86 commit in x11-wm/windowmaker: ChangeLog windowmaker-0.95.6.ebuild

2014-09-03 Thread Bernard Cafarelli (voyageur)
voyageur14/09/03 21:03:03

  Modified: ChangeLog
  Added:windowmaker-0.95.6.ebuild
  Log:
  Version bump, supports more image formats, code cleanups and translation 
updates
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.148x11-wm/windowmaker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.148&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.148&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   17 May 2014 14:06:09 -  1.147
+++ ChangeLog   3 Sep 2014 21:03:03 -   1.148
@@ -1,6 +1,13 @@
 # ChangeLog for x11-wm/windowmaker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.147 
2014/05/17 14:06:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.148 
2014/09/03 21:03:03 voyageur Exp $
+
+*windowmaker-0.95.6 (03 Sep 2014)
+
+  03 Sep 2014; Bernard Cafarelli 
+  +windowmaker-0.95.6.ebuild:
+  Version bump, supports more image formats, code cleanups and translation
+  updates
 
   17 May 2014; Agostino Sarubbo  windowmaker-0.95.5-r1.ebuild:
   Stable for alpha, wrt bug #496082



1.1  x11-wm/windowmaker/windowmaker-0.95.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.1&content-type=text/plain

Index: windowmaker-0.95.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.1 
2014/09/03 21:03:03 voyageur Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="The fast and light GNUstep window manager"
HOMEPAGE="http://www.windowmaker.org/";
SRC_URI=" http://windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.gz

http://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz";

SLOT="0"
LICENSE="GPL-2"
IUSE="gif jpeg nls png tiff modelock xinerama xrandr"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"

DEPEND="media-libs/fontconfig
>=x11-libs/libXft-2.1.0
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXv
gif? ( >=media-libs/giflib-4.1.0-r3 )
png? ( media-libs/libpng:0= )
jpeg? ( virtual/jpeg )
tiff? ( media-libs/tiff:0 )
xinerama? ( x11-libs/libXinerama )
xrandr? ( x11-libs/libXrandr )"
RDEPEND="${DEPEND}
nls? ( >=sys-devel/gettext-0.10.39 )"

S=${WORKDIR}/${P/windowm/WindowM}

src_prepare() {
# Fix some paths
for file in WindowMaker/*menu* util/wmgenmenu.c; do
if [[ -r $file ]] ; then
sed -i -e 
"s:/usr/local/GNUstep/Applications/WPrefs.app:${EPREFIX}/usr/bin/:g;" "$file" 
|| die
sed -i -e 
"s:/usr/local/share/WindowMaker:${EPREFIX}/usr/share/WindowMaker:g;" "$file" || 
die
sed -i -e 
"s:/opt/share/WindowMaker:${EPREFIX}/usr/share/WindowMaker:g;" "$file" || die
fi;
done;

epatch "${FILESDIR}"/${PN}-0.95.3-fix_underlinking.patch
eautoreconf
}

src_configure() {
local myconf

# image format types
# xpm is provided by X itself
myconf="--enable-xpm $(use_enable png) $(use_enable jpeg) $(use_enable 
gif) $(use_enable tiff)"

# non required X capabilities
myconf="${myconf} $(use_enable modelock) $(use_enable xrandr) 
$(use_enable xinerama)"

if use nls; then
[[ -z $LINGUAS ]] && export LINGUAS="`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`"
else
myconf="${myconf} --disable-locale"
fi

# default settings with $myconf appended
econf \
--sysconfdir="${EPREFIX}"/etc/X11 \
--with-x \
--enable-usermenu \
--with-pixmapdir="${EPREFIX}"/usr/share/pixmaps \
--with-nlsdir="${EPREFIX}"/usr/share/locale \
${myconf}

cd ../WindowMaker-extra-0.1
econf
}

src_compile() {
emake

# WindowMaker Extra Package (themes and icons)