Author: atler Date: Tue Jun 8 22:03:21 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.1.12 - add ac/am - xorg BRs - remove xinerama bcond, build with xinerama support by default
---- Files affected: packages/pekwm: pekwm.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/pekwm/pekwm.spec diff -u packages/pekwm/pekwm.spec:1.12 packages/pekwm/pekwm.spec:1.13 --- packages/pekwm/pekwm.spec:1.12 Thu Sep 18 17:56:04 2008 +++ packages/pekwm/pekwm.spec Wed Jun 9 00:03:13 2010 @@ -1,22 +1,29 @@ # $Revision$, $Date$ -# -# Conditional build -%bcond_with xinerama # build with xinerama extension -# Summary: pekwm - based on the aewm++ window manager Summary(pl.UTF-8): pekwm - zarzÄ…dca okien oparty na aewm++ Name: pekwm -Version: 0.1.6 -Release: 2 +Version: 0.1.12 +Release: 1 License: GPL v2 Group: X11/Window Managers -Source0: http://projects.pekdon.net/files/download/15?%{name}-%{version}.tar.bz2 -# Source0-md5: 551358cbe15cfe7be3a7f614c49c1d00 +Source0: http://pekwm.org/projects/pekwm/files/%{name}-%{version}.tar.gz +# Source0-md5: 1f7f9ed32cc03f565a3ad30fd6045c1f Source1: %{name}.desktop Source2: %{name}-xsession.desktop URL: http://pekwm.org/ -BuildRequires: XFree86-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel BuildRequires: libstdc++-devel +BuildRequires: xorg-lib-libICE-devel +BuildRequires: xorg-lib-libSM-devel +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXext-devel +BuildRequires: xorg-lib-libXft-devel +BuildRequires: xorg-lib-libXinerama-devel +BuildRequires: xorg-lib-libXpm-devel +BuildRequires: xorg-lib-libXrandr-devel Conflicts: filesystem < 3.0-20 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -34,14 +41,20 @@ %setup -q %build +%{__aclocal} +%{__autoconf} +%{__automake} %configure \ - --enable-shape \ --disable-debug \ - --enable-menus \ - --enable-keygrabber \ --enable-harbour \ - %{?with_xinerama: --enable-xinerama} \ - --disable-pcre + --enable-image-jpeg \ + --enable-image-png \ + --enable-image-xpm \ + --enable-menus \ + --enable-shape \ + --enable-xft \ + --enable-xinerama \ + --enable-xrandr %{__make} @@ -78,6 +91,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2010/06/08 22:03:13 atler +- up to 0.1.12 +- add ac/am +- xorg BRs +- remove xinerama bcond, build with xinerama support by default + Revision 1.12 2008/09/18 15:56:04 patrys - move wm-properties - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pekwm/pekwm.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
