summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-11 02:10:36 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-11 02:10:36 (GMT)
commit011a51e55fab9635bd0be8dfc00e5666ea54c61c (patch)
tree253844ec03f879ac0c7aa408db1ef8cc4d85bdfe /abs
parentd236c13d1e455c763e5c75f03b394e1e8761a1fb (diff)
parent88c1b84963b442a1d39d8193ce72d17e297f006f (diff)
downloadlinhes_pkgbuild-011a51e55fab9635bd0be8dfc00e5666ea54c61c.zip
linhes_pkgbuild-011a51e55fab9635bd0be8dfc00e5666ea54c61c.tar.gz
linhes_pkgbuild-011a51e55fab9635bd0be8dfc00e5666ea54c61c.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs')
-rw-r--r--abs/core/libxtst/PKGBUILD32
-rw-r--r--abs/extra/recordproto/PKGBUILD22
-rw-r--r--abs/extra/windowmaker/PKGBUILD31
-rw-r--r--abs/extra/windowmaker/windowmaker .build.log1276
-rw-r--r--abs/extra/windowmaker/windowmaker-gcc4.patch.tar.bz2bin39677 -> 0 bytes
-rw-r--r--abs/extra/xorg-util-macros/PKGBUILD24
6 files changed, 63 insertions, 1322 deletions
diff --git a/abs/core/libxtst/PKGBUILD b/abs/core/libxtst/PKGBUILD
index cd160da..bcdf92d 100644
--- a/abs/core/libxtst/PKGBUILD
+++ b/abs/core/libxtst/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Alexander Baldeck <alexander@archlinux.org>
-# Contributor: Jan de Groot <jgc@archlinux.org>
+# $Id: PKGBUILD 97591 2010-10-31 16:11:54Z jgc $
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+
pkgname=libxtst
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="X11 Testing -- Resource extension library"
arch=(i686 x86_64)
-options=('!libtool')
url="http://xorg.freedesktop.org/"
-depends=('libxext' 'recordproto')
-makedepends=('pkgconfig')
+license=('custom')
+depends=('libxext' 'libxi' 'recordproto' 'inputproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
+sha1sums=('9fb06ed599caf7f9e7115cbbfadf02b47c17aa72')
build() {
- cd ${startdir}/src/libXtst-${pkgver}
- ./configure --prefix=/usr \
- --build=${CHOST} --host=${CHOST}
- make || return 1
- make DESTDIR=${startdir}/pkg install || return 1
-}
+ cd "${srcdir}/libXtst-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+ make DESTDIR="${pkgdir}" install
-md5sums=('090c1ad04e34982eada5cf3b1a0792fd')
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
diff --git a/abs/extra/recordproto/PKGBUILD b/abs/extra/recordproto/PKGBUILD
new file mode 100644
index 0000000..ea83e7b
--- /dev/null
+++ b/abs/extra/recordproto/PKGBUILD
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 97545 2010-10-31 15:40:50Z jgc $
+#Maintainer: Jan de Groot <jgc@archlinux.org>
+
+pkgname=recordproto
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="X11 Record extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/"
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('14acb36540814bfe5d3caf47311b72a3bf1322bd')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=${pkgdir} install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
diff --git a/abs/extra/windowmaker/PKGBUILD b/abs/extra/windowmaker/PKGBUILD
deleted file mode 100644
index c67bfda..0000000
--- a/abs/extra/windowmaker/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 27785 2009-02-25 23:32:40Z eric $
-# Maintainer: aurelien <aurelien@archlinux.org>
-# Contributor: Judd Vinet <jvinet@zeroflux.org>
-pkgname=windowmaker
-pkgver=0.92.0
-pkgrel=7
-pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
-arch=(i686 x86_64)
-url="http://www.windowmaker.info/"
-license=('GPL' 'custom')
-depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
-options=('!libtool')
-source=(http://windowmaker.info/pub/source/release/WindowMaker-$pkgver.tar.bz2 windowmaker-gcc4.patch.tar.bz2)
-md5sums=('aaac5421b686ed2d3e6ab65229c98097' 'd9fb6a9c255f5c03d0e0c83dc3cd2320')
-
-build() {
- cd $srcdir/WindowMaker-$pkgver
- patch -Np1 -i ../windowmaker-gcc4.patch || return 1
- libtoolize --force --copy || return 1
- aclocal || return 1
- autoconf || return 1
- automake || return 1
- [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --with-gnustepdir=/usr/share/GNUstep --with-nlsdir=/usr/share/locale \
- --enable-xinerama || return 1
- make || return 1
- make DESTDIR=$pkgdir install || return 1
- install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
-}
-
diff --git a/abs/extra/windowmaker/windowmaker .build.log b/abs/extra/windowmaker/windowmaker .build.log
deleted file mode 100644
index 799b6ef..0000000
--- a/abs/extra/windowmaker/windowmaker .build.log
+++ /dev/null
@@ -1,1276 +0,0 @@
-bumped windowmaker release from 6 to 7
----------------
-==> Making package: windowmaker 0.92.0-7 i686 (Thu Oct 1 02:50:15 UTC 2009)
-==> WARNING: Running makepkg as root...
-==> Checking Runtime Dependencies...
-==> Checking Buildtime Dependencies...
-==> Retrieving Sources...
- -> Using cached copy of WindowMaker-0.92.0.tar.bz2
- -> Found windowmaker-gcc4.patch.tar.bz2 in build dir
-==> Validating source files with md5sums...
- WindowMaker-0.92.0.tar.bz2 ... Passed
- windowmaker-gcc4.patch.tar.bz2 ... Passed
-==> Extracting Sources...
- -> bsdtar -x -f WindowMaker-0.92.0.tar.bz2
- -> bsdtar -x -f windowmaker-gcc4.patch.tar.bz2
-==> Removing existing pkg/ directory...
-==> Starting build()...
-patching file ChangeLog
-patching file WINGs/Examples/server.c
-patching file WINGs/Makefile.am
-patching file WINGs/connection.c
-patching file WINGs/dragdestination.c
-patching file WINGs/po/de.po
-patching file WINGs/selection.c
-patching file WINGs/wapplication.c
-patching file WINGs/wcolor.c
-patching file WINGs/wfont.c
-patching file WINGs/wfontpanel.c
-patching file WINGs/widgets.c
-patching file WINGs/wtext.c
-patching file WINGs/wview.c
-patching file WPrefs.app/FontSimple.c
-patching file WPrefs.app/Makefile.am
-patching file WPrefs.app/main.c
-patching file WPrefs.app/po/de.po
-patching file configure.ac
-patching file po/de.po
-patching file src/actions.c
-patching file src/event.c
-patching file src/icon.c
-patching file src/misc.c
-patching file src/moveres.c
-patching file src/properties.c
-patching file src/startup.c
-patching file src/window.c
-patching file src/window.h
-patching file test/wtest.c
-patching file util/wmsetbg.c
-patching file wrlib/convert.c
-patching file wrlib/gradient.c
-patching file wrlib/ppm.c
-patching file wrlib/raster.c
-patching file wrlib/x86_specific.c
-libtoolize: putting auxiliary files in `.'.
-libtoolize: copying file `./ltmain.sh'
-libtoolize: You should add the contents of the following files to `aclocal.m4':
-libtoolize: `/usr/share/aclocal/libtool.m4'
-libtoolize: `/usr/share/aclocal/ltoptions.m4'
-libtoolize: `/usr/share/aclocal/ltversion.m4'
-libtoolize: `/usr/share/aclocal/ltsugar.m4'
-libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
-libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
-libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
-libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
-libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
-acinclude.m4:6: warning: underquoted definition of WM_CHECK_LIB
-acinclude.m4:6: run info '(automake)Extending aclocal'
-acinclude.m4:6: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
-configure: WARNING: unrecognized options: --with-gnustepdir
-checking for a BSD-compatible install... /bin/install -c
-checking whether build environment is sane... yes
-checking for a thread-safe mkdir -p... /bin/mkdir -p
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ISO C89... none needed
-checking dependency style of gcc... none
-checking for a sed that does not truncate output... /bin/sed
-checking for grep that handles long lines and -e... /bin/grep
-checking for egrep... /bin/grep -E
-checking for fgrep... /bin/grep -F
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
-checking the name lister (/usr/bin/nm -B) interface... BSD nm
-checking whether ln -s works... yes
-checking the maximum length of command line arguments... 1572864
-checking whether the shell understands some XSI constructs... yes
-checking whether the shell understands "+="... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for objdump... objdump
-checking how to recognize dependent libraries... pass_all
-checking for ar... ar
-checking for strip... strip
-checking for ranlib... ranlib
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking how to run the C preprocessor... gcc -E
-checking for ANSI C header files... yes
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking for dlfcn.h... yes
-checking for objdir... .libs
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC -DPIC
-checking if gcc PIC flag -fPIC -DPIC works... yes
-checking if gcc static flag -static works... yes
-checking if gcc supports -c -o file.o... yes
-checking if gcc supports -c -o file.o... (cached) yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-checking for library containing strerror... none required
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ISO C89... (cached) none needed
-checking dependency style of gcc... (cached) none
-checking whether ln -s works... yes
-checking whether gcc needs -traditional... no
-checking for vprintf... yes
-checking for _doprnt... no
-checking for working alloca.h... yes
-checking for alloca... yes
-checking for gethostname... yes
-checking for select... yes
-checking for poll... yes
-checking for strerror... yes
-checking for strcasecmp... yes
-checking for strncasecmp... yes
-checking for setsid... yes
-checking for atexit... yes
-checking for mallinfo... yes
-checking for mkstemp... yes
-checking for snprintf... yes
-checking for vsnprintf... yes
-checking for asprintf... yes
-checking for vasprintf... yes
-checking for C99 vsnprintf... yes
-checking for dlopen... no
-checking for dlopen in -ldl... yes
-checking for dlfcn.h... (cached) yes
-checking for cpp... /usr/bin/cpp
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking whether time.h and sys/time.h may both be included... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking limits.h usability... yes
-checking limits.h presence... yes
-checking for limits.h... yes
-checking sys/ioctl.h usability... yes
-checking sys/ioctl.h presence... yes
-checking for sys/ioctl.h... yes
-checking sys/time.h usability... yes
-checking sys/time.h presence... yes
-checking for sys/time.h... yes
-checking for sys/types.h... (cached) yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking sys/select.h usability... yes
-checking sys/select.h presence... yes
-checking for sys/select.h... yes
-checking poll.h usability... yes
-checking poll.h presence... yes
-checking for poll.h... yes
-checking malloc.h usability... yes
-checking malloc.h presence... yes
-checking for malloc.h... yes
-checking ctype.h usability... yes
-checking ctype.h presence... yes
-checking for ctype.h... yes
-checking for string.h... (cached) yes
-checking for strings.h... (cached) yes
-checking whether sys_siglist is declared... yes
-checking for an ANSI C-conforming const... yes
-checking return type of signal handlers... void
-checking whether gcc supports x86 inline asm... yes
-checking whether gcc supports MMX(tm) inline asm... yes
-checking for pkg-config... pkg-config
-checking for gettext... yes
-checking for xgettext... xgettext
-xgettext and gettext() exist; will build i18n support for be
-bg
-bs
-ca
-cs
-da
-de
-el
-es
-et
-fi
-fr
-gl
-hr
-hu
-it
-ja
-ko
-ms
-nl
-no
-pl
-pt
-ro
-ru
-sk
-sv
-tr
-zh_CN
-zh_TW
-checking for connect... yes
-checking for gethostbyname... yes
-checking for inet_aton... yes
-checking for X... libraries , headers
-checking for gethostbyname... (cached) yes
-checking for connect... (cached) yes
-checking for remove... yes
-checking for shmat... yes
-checking for IceConnectionNumber in -lICE... yes
-checking for _Xsetlocale in -lX11... no
-checking for XInternAtoms in -lX11... yes
-checking for XConvertCase in -lX11... yes
-checking for XShapeSelectInput in -lXext... yes
-checking for the Xft2 library... found
-checking whether libXft is at least version 2.1.0... yes
-checking for XineramaQueryScreens in -lXinerama... yes
-checking for XineramaGetInfo in -lXext... no
-checking for XShmAttach in -lXext... yes
-checking for shmget... yes
-checking for XpmCreatePixmapFromData in -lXpm... yes
-checking X11/xpm.h usability... yes
-checking X11/xpm.h presence... yes
-checking for X11/xpm.h... yes
-checking for png_get_valid in -lpng... yes
-checking png.h usability... yes
-checking png.h presence... yes
-checking for png.h... yes
-checking for jpeg_destroy_compress in -ljpeg... yes
-checking jpeglib.h usability... yes
-checking jpeglib.h presence... yes
-checking for jpeglib.h... yes
-checking for DGifOpenFileName in -lungif... yes
-checking gif_lib.h usability... yes
-checking gif_lib.h presence... yes
-checking for gif_lib.h... yes
-checking for TIFFGetVersion in -ltiff... yes
-checking tiffio.h usability... yes
-checking tiffio.h presence... yes
-checking for tiffio.h... yes
-checking for stdlib.h... (cached) yes
-configure: creating ./config.status
-config.status: creating Makefile
-config.status: creating po/Makefile
-config.status: creating util/Makefile
-config.status: creating test/Makefile
-config.status: creating WINGs/Makefile
-config.status: creating WINGs/WINGs/Makefile
-config.status: creating WINGs/Documentation/Makefile
-config.status: creating WINGs/Examples/Makefile
-config.status: creating WINGs/Resources/Makefile
-config.status: creating WINGs/Tests/Makefile
-config.status: creating WINGs/Extras/Makefile
-config.status: creating WINGs/po/Makefile
-config.status: creating wmlib/Makefile
-config.status: creating wrlib/Makefile
-config.status: creating wrlib/tests/Makefile
-config.status: creating src/Makefile
-config.status: creating src/wconfig.h
-config.status: creating doc/Makefile
-config.status: creating doc/sk/Makefile
-config.status: creating WindowMaker/Makefile
-config.status: creating WindowMaker/Backgrounds/Makefile
-config.status: creating WindowMaker/Defaults/Makefile
-config.status: creating WindowMaker/IconSets/Makefile
-config.status: creating WindowMaker/Icons/Makefile
-config.status: creating WindowMaker/Pixmaps/Makefile
-config.status: creating WindowMaker/Styles/Makefile
-config.status: creating WindowMaker/Themes/Makefile
-config.status: creating WPrefs.app/Makefile
-config.status: creating WPrefs.app/tiff/Makefile
-config.status: creating WPrefs.app/xpm/Makefile
-config.status: creating WPrefs.app/po/Makefile
-config.status: creating contrib/Makefile
-config.status: creating contrib/WindowMaker.spec
-config.status: creating src/config.h
-config.status: executing depfiles commands
-config.status: executing libtool commands
-configure: WARNING: unrecognized options: --with-gnustepdir
-
-Window Maker was configured as follows:
-
-Installation path prefix : /usr
-Installation path for binaries : /usr/bin
-Installation path for WPrefs.app : /usr/share/GNUstep/Applications
-Supported graphic format libraries : XPM PNG JPEG GIF TIFF builtin-PPM
-Use assembly routines for wrlib : yes
-Use inline MMX(tm) x86 assembly : yes
-Antialiased text support in WINGs : yes
-Xinerama extension support : yes
-Translated message files to install : be.mo bg.mo bs.mo ca.mo cs.mo da.mo de.mo el.mo es.mo et.mo fi.mo fr.mo gl.mo hr.mo hu.mo it.mo ja.mo ko.mo ms.mo nl.mo no.mo pl.mo pt.mo ro.mo ru.mo sk.mo sv.mo tr.mo zh_CN.mo zh_TW.mo
-Installation path for translations : /usr/share/locale
-
-Making all in wrlib
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-Making all in .
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c -o raster.lo raster.c
-/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c -o gradient.lo gradient.c
-/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c -o convert.lo convert.c
-`echo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe | sed -e s/-fomit-frame-pointer//` -O0 -c x86_specific.c
-/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c -o ppm.lo ppm.c
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c convert.c -fPIC -DPIC -o .libs/convert.o
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c ppm.c -fPIC -DPIC -o .libs/ppm.o
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c raster.c -fPIC -DPIC -o .libs/raster.o
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -O0 -c x86_specific.c -fPIC -DPIC -o .libs/x86_specific.o
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -O0 -c x86_specific.c -o x86_specific.o >/dev/null 2>&1
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c gradient.c -fPIC -DPIC -o .libs/gradient.o
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c ppm.c -o ppm.o >/dev/null 2>&1
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c raster.c -o raster.o >/dev/null 2>&1
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c gradient.c -o gradient.o >/dev/null 2>&1
-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/include -march=i686 -mtune=generic -O2 -pipe -c convert.c -o convert.o >/dev/null 2>&1
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -version-info 4:0:1 -o libwraster.la -rpath /usr/lib LookupCmap.lo StdCmap.lo CrCmap.lo DelCmap.lo CmapAlloc.lo raster.lo draw.lo color.lo load.lo save.lo gradient.lo xpixmap.lo convert.lo x86_specific.lo context.lo misc.lo scale.lo rotate.lo convolve.lo nxpm.lo xpm.lo xutil.lo ppm.lo png.lo jpeg.lo tiff.lo gif.lo -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lX11 -lm
-libtool: link: rm -fr .libs/libwraster.a .libs/libwraster.la .libs/libwraster.lai .libs/libwraster.so .libs/libwraster.so.3 .libs/libwraster.so.3.1.0
-libtool: link: gcc -shared .libs/LookupCmap.o .libs/StdCmap.o .libs/CrCmap.o .libs/DelCmap.o .libs/CmapAlloc.o .libs/raster.o .libs/draw.o .libs/color.o .libs/load.o .libs/save.o .libs/gradient.o .libs/xpixmap.o .libs/convert.o .libs/x86_specific.o .libs/context.o .libs/misc.o .libs/scale.o .libs/rotate.o .libs/convolve.o .libs/nxpm.o .libs/xpm.o .libs/xutil.o .libs/ppm.o .libs/png.o .libs/jpeg.o .libs/tiff.o .libs/gif.o -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lX11 -lm -march=i686 -mtune=generic -Wl,-soname -Wl,libwraster.so.3 -o .libs/libwraster.so.3.1.0
-libtool: link: (cd ".libs" && rm -f "libwraster.so.3" && ln -s "libwraster.so.3.1.0" "libwraster.so.3")
-libtool: link: (cd ".libs" && rm -f "libwraster.so" && ln -s "libwraster.so.3.1.0" "libwraster.so")
-libtool: link: ar cru .libs/libwraster.a LookupCmap.o StdCmap.o CrCmap.o DelCmap.o CmapAlloc.o raster.o draw.o color.o load.o save.o gradient.o xpixmap.o convert.o x86_specific.o context.o misc.o scale.o rotate.o convolve.o nxpm.o xpm.o xutil.o ppm.o png.o jpeg.o tiff.o gif.o
-libtool: link: ranlib .libs/libwraster.a
-libtool: link: ( cd ".libs" && rm -f "libwraster.la" && ln -s "../libwraster.la" "libwraster.la" )
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-Making all in tests
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib/tests'
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o testdraw testdraw.o ../../wrlib/libwraster.la
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o testgrad testgrad.o ../../wrlib/libwraster.la
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o testrot testrot.o ../../wrlib/libwraster.la
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o view view.o ../../wrlib/libwraster.la
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/testgrad testgrad.o ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lX11 -lm
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/testdraw testdraw.o ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lX11 -lm
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/testrot testrot.o ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lX11 -lm
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/view view.o ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lX11 -lm
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib/tests'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-Making all in WINGs
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-Making all in WINGs
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/WINGs'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/WINGs'
-Making all in .
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c connection.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c dragdestination.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c selection.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c wapplication.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c wcolor.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c wfont.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c wfontpanel.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c widgets.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c wtext.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src -I/usr/include/freetype2 -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/WINGs\" -DDEBUG -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c wview.c
-rm -f libWUtil.a
-ar cru libWUtil.a array.o bagtree.o connection.o data.o error.o findfile.o handlers.o hashtable.o host.o international.o memory.o misc.o notification.o proplist.o snprintf.o string.o tree.o userdefaults.o usleep.o wapplication.o wutil.o
-ranlib libWUtil.a
-rm -f libWINGs.a
-ar cru libWINGs.a array.o bagtree.o configuration.o connection.o data.o dragcommon.o dragdestination.o dragsource.o error.o findfile.o handlers.o hashtable.o host.o international.o memory.o misc.o notification.o proplist.o selection.o snprintf.o string.o tree.o userdefaults.o usleep.o wapplication.o wappresource.o wballoon.o wbox.o wbrowser.o wbutton.o wcolor.o wcolorpanel.o wcolorwell.o wevent.o wfilepanel.o wframe.o wfont.o wfontpanel.o widgets.o winputmethod.o wlabel.o wlist.o wmenuitem.o wmisc.o wpanel.o wpixmap.o wpopupbutton.o wprogressindicator.o wruler.o wscroller.o wscrollview.o wslider.o wsplitview.o wtabview.o wtext.o wtextfield.o wview.o wwindow.o
-ranlib libWINGs.a
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-Making all in po
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/po'
-msgfmt -c -o de.mo de.po
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/po'
-Making all in Documentation
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Documentation'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Documentation'
-Making all in Resources
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Resources'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Resources'
-Making all in Examples
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Examples'
-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../WINGs -I../../wrlib -I../../src -DRESOURCE_PATH=\"/usr/share/WINGs\" -I/usr/include -DDEBUG -march=i686 -mtune=generic -O2 -pipe -c server.c
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o connect connect.o ../../WINGs/libWUtil.a -L/usr/lib
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o fontl fontl.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o puzzle puzzle.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o colorpick colorpick.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o connect connect.o ../../WINGs/libWUtil.a -L/usr/lib
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/puzzle puzzle.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/colorpick colorpick.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/fontl fontl.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o server server.o ../../WINGs/libWUtil.a -L/usr/lib
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o server server.o ../../WINGs/libWUtil.a -L/usr/lib
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Examples'
-Making all in Extras
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Extras'
-/bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -o test test.o wtableview.o wtabledelegates.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -o .libs/test test.o wtableview.o wtabledelegates.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Extras'
-Making all in Tests
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Tests'
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wtest wtest.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wmquery wmquery.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wmfile wmfile.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-/bin/sh ../../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o testmywidget testmywidget.o mywidget.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/wmquery wmquery.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/wmfile wmfile.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/wtest wtest.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/testmywidget testmywidget.o mywidget.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Tests'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-Making all in src
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-cd .. && /bin/sh /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/missing --run autoheader
-rm -f stamp-h1
-touch config.h.in
-cd .. && /bin/sh ./config.status src/config.h
-config.status: creating src/config.h
-make all-am
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c actions.c
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c event.c
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c icon.c
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c misc.c
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c moveres.c
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c properties.c
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c startup.c
-gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c window.c
-/bin/sh ../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -o wmaker actions.o appicon.o application.o appmenu.o balloon.o client.o colormap.o cycling.o defaults.o dialog.o dock.o dockedapp.o event.o framewin.o geomview.o icon.o main.o menu.o misc.o monitor.o motif.o moveres.o pixmap.o placement.o properties.o resources.o rootmenu.o screen.o session.o shutdown.o switchpanel.o stacking.o startup.o superfluous.o switchmenu.o texture.o usermenu.o xdnd.o xinerama.o xmodifier.o xutil.o wcore.o wdefaults.o window.o winmenu.o winspector.o wmspec.o workspace.o wsound.o text.o ../WINGs/libWINGs.a ../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11 -lXinerama -lXext -lX11 -ldl
-libtool: link: gcc -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -o .libs/wmaker actions.o appicon.o application.o appmenu.o balloon.o client.o colormap.o cycling.o defaults.o dialog.o dock.o dockedapp.o event.o framewin.o geomview.o icon.o main.o menu.o misc.o monitor.o motif.o moveres.o pixmap.o placement.o properties.o resources.o rootmenu.o screen.o session.o shutdown.o switchpanel.o stacking.o startup.o superfluous.o switchmenu.o texture.o usermenu.o xdnd.o xinerama.o xmodifier.o xutil.o wcore.o wdefaults.o window.o winmenu.o winspector.o wmspec.o workspace.o wsound.o text.o ../WINGs/libWINGs.a ../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lm -lXft -lXrender -lfontconfig -lfreetype -lXinerama -lXext -lX11 -ldl
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-Making all in util
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/util'
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wdwrite wdwrite.o ../WINGs/libWUtil.a -L/usr/lib
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wdread wdread.o ../WINGs/libWUtil.a -L/usr/lib
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o getstyle getstyle.o fontconv.o ../WINGs/libWUtil.a -L/usr/lib
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o setstyle setstyle.o fontconv.o ../WINGs/libWUtil.a -lXinerama -lXext -lX11 -L/usr/lib
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o convertfonts convertfonts.o fontconv.o ../WINGs/libWUtil.a -L/usr/lib
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o wdwrite wdwrite.o ../WINGs/libWUtil.a -L/usr/lib
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o getstyle getstyle.o fontconv.o ../WINGs/libWUtil.a -L/usr/lib
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o seticons seticons.o ../WINGs/libWUtil.a -L/usr/lib
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o convertfonts convertfonts.o fontconv.o ../WINGs/libWUtil.a -L/usr/lib
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o geticonset geticonset.o ../WINGs/libWUtil.a -L/usr/lib
-gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs -I../wrlib -I/usr/include -DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\" -march=i686 -mtune=generic -O2 -pipe -c wmsetbg.c
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o seticons seticons.o ../WINGs/libWUtil.a -L/usr/lib
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o wdread wdread.o ../WINGs/libWUtil.a -L/usr/lib
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o geticonset geticonset.o ../WINGs/libWUtil.a -L/usr/lib
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wmsetup wmsetup.o ../WINGs/libWINGs.a ../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11 -ldl
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wmagnify wmagnify.o ../WINGs/libWINGs.a ../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11 -ldl
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o setstyle setstyle.o fontconv.o ../WINGs/libWUtil.a -lXinerama -lXext -lX11 -L/usr/lib
-rm -f wmaker.inst
-sed -e "s|#pkgdatadir#|/usr/share/WindowMaker|" \
- -e "s|#sysconfdir#|/etc/WindowMaker|" \
- -e "s|#version#|0.92.0|" \
- -e "s|#bindir#|/usr/bin|" \
- -e "s|#LITE#||" \
- ./wmaker.inst.in >wmaker.inst
-chmod 755 wmaker.inst
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/wmsetup wmsetup.o ../WINGs/libWINGs.a ../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11 -ldl
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/wmagnify wmagnify.o ../WINGs/libWINGs.a ../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11 -ldl
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wmsetbg wmsetbg.o ../WINGs/libWINGs.a ../wrlib/libwraster.la -lXinerama -lXext -lX11 -lXft -lXrender -lfontconfig -lfreetype -lX11 -ldl
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o .libs/wmsetbg wmsetbg.o ../WINGs/libWINGs.a ../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lm -lXinerama -lXext -lXft -lXrender -lfontconfig -lfreetype -lX11 -ldl
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/util'
-Making all in po
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/po'
-msgfmt -c -o de.mo de.po
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/po'
-Making all in WindowMaker
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-Making all in Backgrounds
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Backgrounds'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Backgrounds'
-Making all in Defaults
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Defaults'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Defaults'
-Making all in IconSets
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/IconSets'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/IconSets'
-Making all in Icons
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Icons'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Icons'
-Making all in Pixmaps
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Pixmaps'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Pixmaps'
-Making all in Styles
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Styles'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Styles'
-Making all in Themes
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Themes'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Themes'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-make[2]: Nothing to be done for `all-am'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-Making all in wmlib
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wmlib'
-make[1]: Nothing to be done for `all'.
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wmlib'
-Making all in test
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/test'
-gcc -DHAVE_CONFIG_H -I. -I../src -g -D_BSD_SOURCE -I../wmlib -march=i686 -mtune=generic -O2 -pipe -c wtest.c
-/bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -o wtest wtest.o ../wmlib/libWMaker.a -lXinerama -lXext -lX11
-libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -o wtest wtest.o ../wmlib/libWMaker.a -lXinerama -lXext -lX11
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/test'
-Making all in WPrefs.app
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-Making all in xpm
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/xpm'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/xpm'
-Making all in tiff
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-Making all in po
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/po'
-msgfmt -c -o de.mo de.po
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/po'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-gcc -DHAVE_CONFIG_H -I. -I../src -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/GNUstep/Applications/WPrefs.app\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c main.c
-gcc -DHAVE_CONFIG_H -I. -I../src -I../wrlib -I../WINGs -I/usr/include -DLOCALEDIR=\"/usr/share/locale\" -DRESOURCE_PATH=\"/usr/share/GNUstep/Applications/WPrefs.app\" -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -c FontSimple.c
-/bin/sh ../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -o WPrefs main.o WPrefs.o Appearance.o Configurations.o Expert.o Focus.o FontSimple.o Icons.o KeyboardSettings.o KeyboardShortcuts.o Menu.o MenuPreferences.o MouseSettings.o Paths.o Preferences.o TexturePanel.o Themes.o WindowHandling.o Workspace.o double.o editmenu.o imagebrowser.o xmodifier.o ../WINGs/libWINGs.a ../wrlib/libwraster.la -lXft -lXrender -lfontconfig -lfreetype -lX11
-libtool: link: gcc -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -o .libs/WPrefs main.o WPrefs.o Appearance.o Configurations.o Expert.o Focus.o FontSimple.o Icons.o KeyboardSettings.o KeyboardShortcuts.o Menu.o MenuPreferences.o MouseSettings.o Paths.o Preferences.o TexturePanel.o Themes.o WindowHandling.o Workspace.o double.o editmenu.o imagebrowser.o xmodifier.o ../WINGs/libWINGs.a ../wrlib/.libs/libwraster.so -L/usr/lib -ltiff -lXpm -lpng -lz -ljpeg -lungif -lXinerama -lXext -lm -lXft -lXrender -lfontconfig -lfreetype -lX11
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-Making all in doc
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-Making all in sk
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc/sk'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc/sk'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-make[2]: Nothing to be done for `all-am'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-Making all in contrib
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/contrib'
-make[1]: Nothing to be done for `all'.
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/contrib'
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0'
-make[1]: Nothing to be done for `all-am'.
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0'
-Making install in wrlib
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-Making install in .
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-test -z "/usr/bin" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin"
-/bin/sh ../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/pkgconfig
-test -z "/usr/lib" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib"
-test -z "/usr/include" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include"
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/pkgconfig
- /bin/install -c 'get-wraster-flags' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/get-wraster-flags'
-/bin/install -c -m 644 wrlib.pc /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/pkgconfig/
- /bin/sh ../libtool --mode=install /bin/install -c 'libwraster.la' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libwraster.la'
- /bin/install -c -m 644 'wraster.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/wraster.h'
-libtool: install: /bin/install -c .libs/libwraster.so.3.1.0 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libwraster.so.3.1.0
-libtool: install: (cd /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib && { ln -s -f libwraster.so.3.1.0 libwraster.so.3 || { rm -f libwraster.so.3 && ln -s libwraster.so.3.1.0 libwraster.so.3; }; })
-libtool: install: (cd /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib && { ln -s -f libwraster.so.3.1.0 libwraster.so || { rm -f libwraster.so && ln -s libwraster.so.3.1.0 libwraster.so; }; })
-libtool: install: /bin/install -c .libs/libwraster.lai /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libwraster.la
-libtool: install: /bin/install -c .libs/libwraster.a /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libwraster.a
-libtool: install: chmod 644 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libwraster.a
-libtool: install: ranlib /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libwraster.a
-libtool: install: warning: remember to run `libtool --finish /usr/lib'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-Making install in tests
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib/tests'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib/tests'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib/tests'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib/tests'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wrlib'
-Making install in WINGs
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-Making install in WINGs
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/WINGs'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/WINGs'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/include/WINGs" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs"
- /bin/install -c -m 644 'WINGs.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs/WINGs.h'
- /bin/install -c -m 644 'WUtil.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs/WUtil.h'
- /bin/install -c -m 644 'WINGsP.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs/WINGsP.h'
- /bin/install -c -m 644 'proplist-compat.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs/proplist-compat.h'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/WINGs'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/WINGs'
-Making install in .
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-test -z "/usr/bin" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin"
-/bin/sh ../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/pkgconfig
-test -z "/usr/lib" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib"
-make[3]: Nothing to be done for `install-data-am'.
-/bin/install -c -m 644 WINGs.pc /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/pkgconfig/
- /bin/install -c 'get-wings-flags' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/get-wings-flags'
- /bin/install -c -m 644 'libWINGs.a' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libWINGs.a'
- /bin/install -c 'get-wutil-flags' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/get-wutil-flags'
- /bin/install -c -m 644 'libWUtil.a' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libWUtil.a'
- ranlib '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libWINGs.a'
- ranlib '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libWUtil.a'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-Making install in po
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/po'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/po'
-make[3]: Nothing to be done for `install-exec-am'.
-/bin/sh ../../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale
-chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale
-for n in bg.mo ca.mo cs.mo de.mo fr.mo sk.mo __DuMmY ; do \
- if test "$n" -a "$n" != "__DuMmY" ; then \
- l=`basename $n .mo`; \
- /bin/sh ../../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES; \
- chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l; \
- chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES; \
- /bin/install -c -m 644 -m 644 $n /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES/WINGs.mo; \
- fi; \
- done
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/bg
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/bg/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ca
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ca/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/cs
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/cs/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/de
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/de/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/fr
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/fr/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/sk
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/sk/LC_MESSAGES
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/po'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/po'
-Making install in Documentation
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Documentation'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Documentation'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Documentation'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Documentation'
-Making install in Resources
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Resources'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Resources'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WINGs" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WINGs"
- /bin/install -c -m 644 'Images.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WINGs/Images.tiff'
- /bin/install -c -m 644 'Images.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WINGs/Images.xpm'
- /bin/install -c -m 644 'defaultIcon.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WINGs/defaultIcon.tiff'
- /bin/install -c -m 644 'defaultIcon.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WINGs/defaultIcon.xpm'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Resources'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Resources'
-Making install in Examples
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Examples'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Examples'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Examples'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Examples'
-Making install in Extras
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Extras'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Extras'
-test -z "/usr/lib" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib"
-test -z "/usr/include/WINGs" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs"
- /bin/install -c -m 644 'libExtraWINGs.a' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libExtraWINGs.a'
- /bin/install -c -m 644 'wtableview.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs/wtableview.h'
- /bin/install -c -m 644 'wtabledelegates.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WINGs/wtabledelegates.h'
- ranlib '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libExtraWINGs.a'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Extras'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Extras'
-Making install in Tests
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Tests'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Tests'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Tests'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs/Tests'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WINGs'
-Making install in src
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-make install-am
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-test -z "/usr/bin" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin"
-make[3]: Nothing to be done for `install-data-am'.
- /bin/sh ../libtool --mode=install /bin/install -c 'wmaker' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmaker'
-libtool: install: warning: `../wrlib/libwraster.la' has not been installed in `/usr/lib'
-libtool: install: /bin/install -c .libs/wmaker /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmaker
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/src'
-Making install in util
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/util'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/util'
-test -z "/usr/bin" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin"
-test -z "/usr/bin" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin"
-make[2]: Nothing to be done for `install-data-am'.
- /bin/install -c 'wmaker.inst' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmaker.inst'
- /bin/sh ../libtool --mode=install /bin/install -c 'wxcopy' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wxcopy'
- /bin/install -c 'wm-oldmenu2new' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wm-oldmenu2new'
- /bin/install -c 'wkdemenu.pl' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wkdemenu.pl'
-libtool: install: /bin/install -c wxcopy /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wxcopy
- /bin/sh ../libtool --mode=install /bin/install -c 'wxpaste' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wxpaste'
-libtool: install: /bin/install -c wxpaste /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wxpaste
- /bin/sh ../libtool --mode=install /bin/install -c 'wdwrite' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wdwrite'
-libtool: install: /bin/install -c wdwrite /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wdwrite
- /bin/sh ../libtool --mode=install /bin/install -c 'wdread' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wdread'
-libtool: install: /bin/install -c wdread /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wdread
- /bin/sh ../libtool --mode=install /bin/install -c 'getstyle' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/getstyle'
-libtool: install: /bin/install -c getstyle /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/getstyle
- /bin/sh ../libtool --mode=install /bin/install -c 'setstyle' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/setstyle'
-libtool: install: /bin/install -c setstyle /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/setstyle
- /bin/sh ../libtool --mode=install /bin/install -c 'convertfonts' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/convertfonts'
-libtool: install: /bin/install -c convertfonts /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/convertfonts
- /bin/sh ../libtool --mode=install /bin/install -c 'seticons' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/seticons'
-libtool: install: /bin/install -c seticons /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/seticons
- /bin/sh ../libtool --mode=install /bin/install -c 'geticonset' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/geticonset'
-libtool: install: /bin/install -c geticonset /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/geticonset
- /bin/sh ../libtool --mode=install /bin/install -c 'wmsetbg' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmsetbg'
-libtool: install: warning: `../wrlib/libwraster.la' has not been installed in `/usr/lib'
-libtool: install: /bin/install -c .libs/wmsetbg /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmsetbg
- /bin/sh ../libtool --mode=install /bin/install -c 'wmsetup' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmsetup'
-libtool: install: warning: `../wrlib/libwraster.la' has not been installed in `/usr/lib'
-libtool: install: /bin/install -c .libs/wmsetup /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmsetup
- /bin/sh ../libtool --mode=install /bin/install -c 'wmagnify' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmagnify'
-libtool: install: warning: `../wrlib/libwraster.la' has not been installed in `/usr/lib'
-libtool: install: /bin/install -c .libs/wmagnify /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/bin/wmagnify
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/util'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/util'
-Making install in po
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/po'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/po'
-make[2]: Nothing to be done for `install-exec-am'.
-/bin/sh ../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale
-chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale
-for n in be.mo bg.mo bs.mo ca.mo cs.mo da.mo de.mo el.mo es.mo et.mo fi.mo fr.mo gl.mo hr.mo hu.mo it.mo ja.mo ko.mo ms.mo nl.mo no.mo pl.mo pt.mo ro.mo ru.mo sk.mo sv.mo tr.mo zh_CN.mo zh_TW.mo __DuMmY ; do \
- if test "$n" -a "$n" != "__DuMmY" ; then \
- l=`basename $n .mo`; \
- /bin/sh ../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES; \
- chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l; \
- chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES; \
- /bin/install -c -m 644 -m 644 $n /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES/WindowMaker.mo; \
- fi; \
- done
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/be
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/be/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/bs
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/bs/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/da
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/da/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/el
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/el/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/es
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/es/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/et
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/et/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/fi
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/fi/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/gl
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/gl/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/hr
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/hr/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/hu
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/hu/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/it
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/it/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ja
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ja/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ko
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ko/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ms
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ms/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/nl
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/nl/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/no
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/no/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/pl
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/pl/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/pt
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/pt/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ro
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ro/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ru
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/ru/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/sv
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/sv/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/tr
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/tr/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/zh_CN
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/zh_CN/LC_MESSAGES
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/zh_TW
-mkdir /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/zh_TW/LC_MESSAGES
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/po'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/po'
-Making install in WindowMaker
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-Making install in Backgrounds
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Backgrounds'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Backgrounds'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WindowMaker/Backgrounds" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Backgrounds"
- /bin/install -c -m 644 'BlueImage.jpeg' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Backgrounds/BlueImage.jpeg'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Backgrounds'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Backgrounds'
-Making install in Defaults
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Defaults'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Defaults'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/etc/WindowMaker" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/etc/WindowMaker"
- /bin/install -c -m 644 'WMRootMenu' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/etc/WindowMaker/WMRootMenu'
- /bin/install -c -m 644 'WMWindowAttributes' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/etc/WindowMaker/WMWindowAttributes'
- /bin/install -c -m 644 'WindowMaker' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/etc/WindowMaker/WindowMaker'
- /bin/install -c -m 644 'WMState' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/etc/WindowMaker/WMState'
- /bin/install -c -m 644 'WMGLOBAL' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/etc/WindowMaker/WMGLOBAL'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Defaults'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Defaults'
-Making install in IconSets
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/IconSets'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/IconSets'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WindowMaker/IconSets" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/IconSets"
- /bin/install -c -m 644 'Default.iconset' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/IconSets/Default.iconset'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/IconSets'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/IconSets'
-Making install in Icons
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Icons'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Icons'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WindowMaker/Icons" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons"
- /bin/install -c -m 644 'BitchX.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/BitchX.tiff'
- /bin/install -c -m 644 'DefaultAppIcon.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/DefaultAppIcon.tiff'
- /bin/install -c -m 644 'Ftp.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Ftp.png'
- /bin/install -c -m 644 'GNUstep.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUstep.tiff'
- /bin/install -c -m 644 'GNUstep3D.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUstep3D.tiff'
- /bin/install -c -m 644 'GNUstepGlow.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUstepGlow.tiff'
- /bin/install -c -m 644 'GNUterm.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUterm.tiff'
- /bin/install -c -m 644 'GreenWilber.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GreenWilber.png'
- /bin/install -c -m 644 'ICQ.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/ICQ.png'
- /bin/install -c -m 644 'Jabber.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Jabber.png'
- /bin/install -c -m 644 'Mozilla.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Mozilla.png'
- /bin/install -c -m 644 'Netscape.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Netscape.png'
- /bin/install -c -m 644 'Pen.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Pen.png'
- /bin/install -c -m 644 'Pencil.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Pencil.png'
- /bin/install -c -m 644 'Real.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Real.png'
- /bin/install -c -m 644 'Shell.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Shell.png'
- /bin/install -c -m 644 'Speaker.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Speaker.png'
- /bin/install -c -m 644 'Terminal.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Terminal.tiff'
- /bin/install -c -m 644 'TerminalGNUstep.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/TerminalGNUstep.tiff'
- /bin/install -c -m 644 'TerminalLinux.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/TerminalLinux.tiff'
- /bin/install -c -m 644 'XChat.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/XChat.png'
- /bin/install -c -m 644 'clip.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/clip.tiff'
- /bin/install -c -m 644 'defaultAppIcon.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/defaultAppIcon.tiff'
- /bin/install -c -m 644 'defaultterm.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/defaultterm.tiff'
- /bin/install -c -m 644 'draw.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/draw.tiff'
- /bin/install -c -m 644 'linuxterm.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/linuxterm.tiff'
- /bin/install -c -m 644 'mixer.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/mixer.tiff'
- /bin/install -c -m 644 'notepad.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/notepad.tiff'
- /bin/install -c -m 644 'pdf.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/pdf.tiff'
- /bin/install -c -m 644 'ps.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/ps.tiff'
- /bin/install -c -m 644 'real.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/real.tiff'
- /bin/install -c -m 644 'sgiterm.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/sgiterm.tiff'
- /bin/install -c -m 644 'sound.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/sound.tiff'
- /bin/install -c -m 644 'staroffice2.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/staroffice2.tiff'
- /bin/install -c -m 644 'timer.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/timer.tiff'
- /bin/install -c -m 644 'wilber.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/wilber.tiff'
- /bin/install -c -m 644 'write.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/write.tiff'
- /bin/install -c -m 644 'xdvi.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/xdvi.tiff'
- /bin/install -c -m 644 'xv.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/xv.tiff'
- /bin/install -c -m 644 'BitchX.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/BitchX.xpm'
- /bin/install -c -m 644 'GNUstep.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUstep.xpm'
- /bin/install -c -m 644 'GNUstep3D.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUstep3D.xpm'
- /bin/install -c -m 644 'GNUstepGlow.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUstepGlow.xpm'
- /bin/install -c -m 644 'GNUterm.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/GNUterm.xpm'
- /bin/install -c -m 644 'Terminal.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/Terminal.xpm'
- /bin/install -c -m 644 'TerminalGNUstep.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/TerminalGNUstep.xpm'
- /bin/install -c -m 644 'TerminalLinux.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/TerminalLinux.xpm'
- /bin/install -c -m 644 'clip.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/clip.xpm'
- /bin/install -c -m 644 'defaultAppIcon.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/defaultAppIcon.xpm'
- /bin/install -c -m 644 'defaultterm.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/defaultterm.xpm'
- /bin/install -c -m 644 'draw.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/draw.xpm'
- /bin/install -c -m 644 'linuxterm.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/linuxterm.xpm'
- /bin/install -c -m 644 'mixer.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/mixer.xpm'
- /bin/install -c -m 644 'notepad.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/notepad.xpm'
- /bin/install -c -m 644 'pdf.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/pdf.xpm'
- /bin/install -c -m 644 'ps.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/ps.xpm'
- /bin/install -c -m 644 'real.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/real.xpm'
- /bin/install -c -m 644 'sgiterm.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/sgiterm.xpm'
- /bin/install -c -m 644 'sound.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/sound.xpm'
- /bin/install -c -m 644 'staroffice2.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/staroffice2.xpm'
- /bin/install -c -m 644 'timer.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/timer.xpm'
- /bin/install -c -m 644 'wilber.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/wilber.xpm'
- /bin/install -c -m 644 'write.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/write.xpm'
- /bin/install -c -m 644 'xdvi.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/xdvi.xpm'
- /bin/install -c -m 644 'xv.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Icons/xv.xpm'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Icons'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Icons'
-Making install in Pixmaps
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Pixmaps'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Pixmaps'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WindowMaker/Pixmaps" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Pixmaps"
- /bin/install -c -m 644 'tile.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Pixmaps/tile.tiff'
- /bin/install -c -m 644 'tile.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Pixmaps/tile.xpm'
- /bin/install -c -m 644 'swtile.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Pixmaps/swtile.png'
- /bin/install -c -m 644 'swback.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Pixmaps/swback.png'
- /bin/install -c -m 644 'swback2.png' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Pixmaps/swback2.png'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Pixmaps'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Pixmaps'
-Making install in Styles
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Styles'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Styles'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WindowMaker/Styles" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles"
- /bin/install -c -m 644 'Autumn.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Autumn.style'
- /bin/install -c -m 644 'Black.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Black.style'
- /bin/install -c -m 644 'BlackTexture.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/BlackTexture.style'
- /bin/install -c -m 644 'Blue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Blue.style'
- /bin/install -c -m 644 'BlueDawn.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/BlueDawn.style'
- /bin/install -c -m 644 'BlueishGreen.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/BlueishGreen.style'
- /bin/install -c -m 644 'Brown.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Brown.style'
- /bin/install -c -m 644 'Brownish.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Brownish.style'
- /bin/install -c -m 644 'Chumbo.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Chumbo.style'
- /bin/install -c -m 644 'Copper.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Copper.style'
- /bin/install -c -m 644 'DarkBlue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/DarkBlue.style'
- /bin/install -c -m 644 'DarkRed.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/DarkRed.style'
- /bin/install -c -m 644 'Emerald.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Emerald.style'
- /bin/install -c -m 644 'Fire.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Fire.style'
- /bin/install -c -m 644 'Food.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Food.style'
- /bin/install -c -m 644 'Golden.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Golden.style'
- /bin/install -c -m 644 'Green.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Green.style'
- /bin/install -c -m 644 'GreyBlue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/GreyBlue.style'
- /bin/install -c -m 644 'Gtk.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Gtk.style'
- /bin/install -c -m 644 'Interlace.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Interlace.style'
- /bin/install -c -m 644 'IRednBlue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/IRednBlue.style'
- /bin/install -c -m 644 'LightBlue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/LightBlue.style'
- /bin/install -c -m 644 'NewBlue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/NewBlue.style'
- /bin/install -c -m 644 'NightSky.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/NightSky.style'
- /bin/install -c -m 644 'Pastel.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Pastel.style'
- /bin/install -c -m 644 'Pink.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Pink.style'
- /bin/install -c -m 644 'Pumpkin.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Pumpkin.style'
- /bin/install -c -m 644 'Purple.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Purple.style'
- /bin/install -c -m 644 'Purplish.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Purplish.style'
- /bin/install -c -m 644 'Red.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Red.style'
- /bin/install -c -m 644 'RednBlue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/RednBlue.style'
- /bin/install -c -m 644 'Spring.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Spring.style'
- /bin/install -c -m 644 'Summer.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Summer.style'
- /bin/install -c -m 644 'Traditional.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/Traditional.style'
- /bin/install -c -m 644 'VioletBlue.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Styles/VioletBlue.style'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Styles'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Styles'
-Making install in Themes
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Themes'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Themes'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WindowMaker/Themes" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Themes"
- /bin/install -c -m 644 'Default.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Themes/Default.style'
- /bin/install -c -m 644 'OpenStep.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Themes/OpenStep.style'
- /bin/install -c -m 644 'Pastel.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Themes/Pastel.style'
- /bin/install -c -m 644 'SteelBlueSilk.style' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/Themes/SteelBlueSilk.style'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Themes'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker/Themes'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/WindowMaker" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker"
- /bin/install -c -m 644 'README' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/README'
- /bin/install -c -m 644 'README.themes' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/README.themes'
- /bin/install -c -m 644 'autostart.sh' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/autostart.sh'
- /bin/install -c -m 644 'exitscript.sh' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/exitscript.sh'
- /bin/install -c -m 644 'menu' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu'
- /bin/install -c -m 644 'menu.bg' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.bg'
- /bin/install -c -m 644 'menu.ca' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.ca'
- /bin/install -c -m 644 'menu.cz' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.cz'
- /bin/install -c -m 644 'menu.da' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.da'
- /bin/install -c -m 644 'menu.de' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.de'
- /bin/install -c -m 644 'menu.el' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.el'
- /bin/install -c -m 644 'menu.es' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.es'
- /bin/install -c -m 644 'menu.fi' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.fi'
- /bin/install -c -m 644 'menu.fr' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.fr'
- /bin/install -c -m 644 'menu.gl' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.gl'
- /bin/install -c -m 644 'menu.he' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.he'
- /bin/install -c -m 644 'menu.hr' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.hr'
- /bin/install -c -m 644 'menu.hu' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.hu'
- /bin/install -c -m 644 'menu.it' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.it'
- /bin/install -c -m 644 'menu.ja' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.ja'
- /bin/install -c -m 644 'menu.ko' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.ko'
- /bin/install -c -m 644 'menu.nl' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.nl'
- /bin/install -c -m 644 'menu.no' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.no'
- /bin/install -c -m 644 'menu.pl' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.pl'
- /bin/install -c -m 644 'menu.pt' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.pt'
- /bin/install -c -m 644 'menu.ro' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.ro'
- /bin/install -c -m 644 'menu.ru' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.ru'
- /bin/install -c -m 644 'menu.se' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.se'
- /bin/install -c -m 644 'menu.sk' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.sk'
- /bin/install -c -m 644 'menu.sl' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.sl'
- /bin/install -c -m 644 'menu.tr' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.tr'
- /bin/install -c -m 644 'menu.zh_CN' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.zh_CN'
- /bin/install -c -m 644 'menu.zh_TW' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/menu.zh_TW'
- /bin/install -c -m 644 'plmenu' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu'
- /bin/install -c -m 644 'plmenu.bg' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.bg'
- /bin/install -c -m 644 'plmenu.da' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.da'
- /bin/install -c -m 644 'plmenu.de' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.de'
- /bin/install -c -m 644 'plmenu.es' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.es'
- /bin/install -c -m 644 'plmenu.fi' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.fi'
- /bin/install -c -m 644 'plmenu.fr' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.fr'
- /bin/install -c -m 644 'plmenu.hr' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.hr'
- /bin/install -c -m 644 'plmenu.it' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.it'
- /bin/install -c -m 644 'plmenu.ja' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.ja'
- /bin/install -c -m 644 'plmenu.ko' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.ko'
- /bin/install -c -m 644 'plmenu.pl' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.pl'
- /bin/install -c -m 644 'plmenu.ro' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.ro'
- /bin/install -c -m 644 'plmenu.sk' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.sk'
- /bin/install -c -m 644 'plmenu.zh_CN' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.zh_CN'
- /bin/install -c -m 644 'plmenu.zh_TW' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/plmenu.zh_TW'
- /bin/install -c -m 644 'wmmacros' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/wmmacros'
- /bin/install -c -m 644 'xtree.dat' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/WindowMaker/xtree.dat'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WindowMaker'
-Making install in wmlib
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wmlib'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wmlib'
-/bin/sh ../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/pkgconfig
-test -z "/usr/lib" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib"
-test -z "/usr/include" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include"
-/bin/install -c -m 644 wmlib.pc /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/pkgconfig/
- /bin/install -c -m 644 'libWMaker.a' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libWMaker.a'
- /bin/install -c -m 644 'WMaker.h' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/include/WMaker.h'
- ranlib '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/lib/libWMaker.a'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wmlib'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/wmlib'
-Making install in test
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/test'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/test'
-make[2]: Nothing to be done for `install-exec-am'.
-make[2]: Nothing to be done for `install-data-am'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/test'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/test'
-Making install in WPrefs.app
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-Making install in xpm
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/xpm'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/xpm'
-make[3]: Nothing to be done for `install-exec-am'.
-if [ tiff = "xpm" -a x"" = "x" ] ; then\
- make install-data XPM_FILES="advancetonewworkspace.xpm animations.xpm appearance.xpm clip.xpm configs.xpm cycleworkspaces.xpm dock.xpm dontlinkworkspaces.xpm ergonomic.xpm expert.xpm fonts.xpm iconprefs.xpm keyboard.xpm keyboardprefs.xpm keyshortcuts.xpm menualign1.xpm menualign2.xpm menuprefs.xpm menus.xpm moreanim.xpm mousesettings.xpm mousespeed.xpm msty1.xpm msty2.xpm msty3.xpm newstyle.xpm nonopaque.xpm oldstyle.xpm opaque.xpm paths.xpm smooth.xpm sound.xpm speed0.xpm speed0s.xpm speed1.xpm speed1s.xpm speed2.xpm speed2s.xpm speed3.xpm speed3s.xpm speed4.xpm speed4s.xpm tdel.xpm tedit.xpm textr.xpm theme.xpm timer0.xpm timer0s.xpm timer1.xpm timer1s.xpm timer2.xpm timer2s.xpm timer3.xpm timer3s.xpm timer4.xpm timer4s.xpm timer5.xpm timer5s.xpm tnew.xpm whandling.xpm windowfocus.xpm workspace.xpm workspacename.xpm xis.xpm ";\
- fi
-test -z "/usr/share/GNUstep/Applications/WPrefs.app/xpm" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/xpm"
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/xpm'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/xpm'
-Making install in tiff
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-make[3]: Nothing to be done for `install-exec-am'.
-if [ tiff = "tiff" -a x"" = "x" ] ; then\
- make install-data TIFF_FILES="advancetonewworkspace.tiff animations.tiff appearance.tiff clip.tiff configs.tiff cycleworkspaces.tiff dock.tiff dontlinkworkspaces.tiff ergonomic.tiff expert.tiff fonts.tiff iconprefs.tiff keyboard.tiff keyboardprefs.tiff keyshortcuts.tiff menualign1.tiff menualign2.tiff menuprefs.tiff menus.tiff moreanim.tiff mousesettings.tiff mousespeed.tiff msty1.tiff msty2.tiff msty3.tiff newstyle.tiff nonopaque.tiff oldstyle.tiff opaque.tiff paths.tiff smooth.tiff sound.tiff speed0.tiff speed0s.tiff speed1.tiff speed1s.tiff speed2.tiff speed2s.tiff speed3.tiff speed3s.tiff speed4.tiff speed4s.tiff tdel.tiff tedit.tiff textr.tiff theme.tiff timer0.tiff timer0s.tiff timer1.tiff timer1s.tiff timer2.tiff timer2s.tiff timer3.tiff timer3s.tiff timer4.tiff timer4s.tiff timer5.tiff timer5s.tiff tnew.tiff whandling.tiff windowfocus.tiff workspace.tiff workspacename.tiff xis.tiff ";\
- fi
-test -z "/usr/share/GNUstep/Applications/WPrefs.app/tiff" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff"
-make[4]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-if [ tiff = "tiff" -a x"advancetonewworkspace.tiff animations.tiff appearance.tiff clip.tiff configs.tiff cycleworkspaces.tiff dock.tiff dontlinkworkspaces.tiff ergonomic.tiff expert.tiff fonts.tiff iconprefs.tiff keyboard.tiff keyboardprefs.tiff keyshortcuts.tiff menualign1.tiff menualign2.tiff menuprefs.tiff menus.tiff moreanim.tiff mousesettings.tiff mousespeed.tiff msty1.tiff msty2.tiff msty3.tiff newstyle.tiff nonopaque.tiff oldstyle.tiff opaque.tiff paths.tiff smooth.tiff sound.tiff speed0.tiff speed0s.tiff speed1.tiff speed1s.tiff speed2.tiff speed2s.tiff speed3.tiff speed3s.tiff speed4.tiff speed4s.tiff tdel.tiff tedit.tiff textr.tiff theme.tiff timer0.tiff timer0s.tiff timer1.tiff timer1s.tiff timer2.tiff timer2s.tiff timer3.tiff timer3s.tiff timer4.tiff timer4s.tiff timer5.tiff timer5s.tiff tnew.tiff whandling.tiff windowfocus.tiff workspace.tiff workspacename.tiff xis.tiff " = "x" ] ; then\
- make install-data TIFF_FILES="advancetonewworkspace.tiff animations.tiff appearance.tiff clip.tiff configs.tiff cycleworkspaces.tiff dock.tiff dontlinkworkspaces.tiff ergonomic.tiff expert.tiff fonts.tiff iconprefs.tiff keyboard.tiff keyboardprefs.tiff keyshortcuts.tiff menualign1.tiff menualign2.tiff menuprefs.tiff menus.tiff moreanim.tiff mousesettings.tiff mousespeed.tiff msty1.tiff msty2.tiff msty3.tiff newstyle.tiff nonopaque.tiff oldstyle.tiff opaque.tiff paths.tiff smooth.tiff sound.tiff speed0.tiff speed0s.tiff speed1.tiff speed1s.tiff speed2.tiff speed2s.tiff speed3.tiff speed3s.tiff speed4.tiff speed4s.tiff tdel.tiff tedit.tiff textr.tiff theme.tiff timer0.tiff timer0s.tiff timer1.tiff timer1s.tiff timer2.tiff timer2s.tiff timer3.tiff timer3s.tiff timer4.tiff timer4s.tiff timer5.tiff timer5s.tiff tnew.tiff whandling.tiff windowfocus.tiff workspace.tiff workspacename.tiff xis.tiff ";\
- fi
-test -z "/usr/share/GNUstep/Applications/WPrefs.app/tiff" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff"
- /bin/install -c -m 644 'advancetonewworkspace.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/advancetonewworkspace.tiff'
- /bin/install -c -m 644 'animations.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/animations.tiff'
- /bin/install -c -m 644 'appearance.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/appearance.tiff'
- /bin/install -c -m 644 'clip.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/clip.tiff'
- /bin/install -c -m 644 'configs.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/configs.tiff'
- /bin/install -c -m 644 'cycleworkspaces.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff'
- /bin/install -c -m 644 'dock.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/dock.tiff'
- /bin/install -c -m 644 'dontlinkworkspaces.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff'
- /bin/install -c -m 644 'ergonomic.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff'
- /bin/install -c -m 644 'expert.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/expert.tiff'
- /bin/install -c -m 644 'fonts.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/fonts.tiff'
- /bin/install -c -m 644 'iconprefs.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/iconprefs.tiff'
- /bin/install -c -m 644 'keyboard.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/keyboard.tiff'
- /bin/install -c -m 644 'keyboardprefs.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/keyboardprefs.tiff'
- /bin/install -c -m 644 'keyshortcuts.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/keyshortcuts.tiff'
- /bin/install -c -m 644 'menualign1.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/menualign1.tiff'
- /bin/install -c -m 644 'menualign2.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/menualign2.tiff'
- /bin/install -c -m 644 'menuprefs.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/menuprefs.tiff'
- /bin/install -c -m 644 'menus.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/menus.tiff'
- /bin/install -c -m 644 'moreanim.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/moreanim.tiff'
- /bin/install -c -m 644 'mousesettings.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/mousesettings.tiff'
- /bin/install -c -m 644 'mousespeed.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/mousespeed.tiff'
- /bin/install -c -m 644 'msty1.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/msty1.tiff'
- /bin/install -c -m 644 'msty2.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/msty2.tiff'
- /bin/install -c -m 644 'msty3.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/msty3.tiff'
- /bin/install -c -m 644 'newstyle.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/newstyle.tiff'
- /bin/install -c -m 644 'nonopaque.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/nonopaque.tiff'
- /bin/install -c -m 644 'oldstyle.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/oldstyle.tiff'
- /bin/install -c -m 644 'opaque.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/opaque.tiff'
- /bin/install -c -m 644 'paths.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/paths.tiff'
- /bin/install -c -m 644 'smooth.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/smooth.tiff'
- /bin/install -c -m 644 'sound.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/sound.tiff'
- /bin/install -c -m 644 'speed0.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed0.tiff'
- /bin/install -c -m 644 'speed0s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed0s.tiff'
- /bin/install -c -m 644 'speed1.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed1.tiff'
- /bin/install -c -m 644 'speed1s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed1s.tiff'
- /bin/install -c -m 644 'speed2.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed2.tiff'
- /bin/install -c -m 644 'speed2s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed2s.tiff'
- /bin/install -c -m 644 'speed3.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed3.tiff'
- /bin/install -c -m 644 'speed3s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed3s.tiff'
- /bin/install -c -m 644 'speed4.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed4.tiff'
- /bin/install -c -m 644 'speed4s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/speed4s.tiff'
- /bin/install -c -m 644 'tdel.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/tdel.tiff'
- /bin/install -c -m 644 'tedit.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/tedit.tiff'
- /bin/install -c -m 644 'textr.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/textr.tiff'
- /bin/install -c -m 644 'theme.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/theme.tiff'
- /bin/install -c -m 644 'timer0.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer0.tiff'
- /bin/install -c -m 644 'timer0s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer0s.tiff'
- /bin/install -c -m 644 'timer1.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer1.tiff'
- /bin/install -c -m 644 'timer1s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer1s.tiff'
- /bin/install -c -m 644 'timer2.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer2.tiff'
- /bin/install -c -m 644 'timer2s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer2s.tiff'
- /bin/install -c -m 644 'timer3.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer3.tiff'
- /bin/install -c -m 644 'timer3s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer3s.tiff'
- /bin/install -c -m 644 'timer4.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer4.tiff'
- /bin/install -c -m 644 'timer4s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer4s.tiff'
- /bin/install -c -m 644 'timer5.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer5.tiff'
- /bin/install -c -m 644 'timer5s.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/timer5s.tiff'
- /bin/install -c -m 644 'tnew.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/tnew.tiff'
- /bin/install -c -m 644 'whandling.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/whandling.tiff'
- /bin/install -c -m 644 'windowfocus.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/windowfocus.tiff'
- /bin/install -c -m 644 'workspace.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/workspace.tiff'
- /bin/install -c -m 644 'workspacename.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/workspacename.tiff'
- /bin/install -c -m 644 'xis.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/tiff/xis.tiff'
-make[4]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/tiff'
-Making install in po
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/po'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/po'
-make[3]: Nothing to be done for `install-exec-am'.
-/bin/sh ../../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale
-chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale
-for n in bg.mo ca.mo cs.mo de.mo es.mo et.mo fi.mo fr.mo hr.mo hu.mo it.mo ja.mo ko.mo pt.mo ru.mo sk.mo zh_CN.mo zh_TW.mo __DuMmY ; do \
- if test "$n" -a "$n" != "__DuMmY" ; then \
- l=`basename $n .mo`; \
- /bin/sh ../../mkinstalldirs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES; \
- chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l; \
- chmod 755 /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES; \
- /bin/install -c -m 644 -m 644 $n /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/locale/$l/LC_MESSAGES/WPrefs.mo; \
- fi; \
- done
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/po'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app/po'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-test -z "/usr/share/GNUstep/Applications/WPrefs.app" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app"
-test -z "/usr/share/GNUstep/Applications/WPrefs.app" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app"
- /bin/sh ../libtool --mode=install /bin/install -c 'WPrefs' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/WPrefs'
- /bin/install -c -m 644 'WPrefs.tiff' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/WPrefs.tiff'
- /bin/install -c -m 644 'WPrefs.xpm' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/WPrefs.xpm'
-libtool: install: warning: `../wrlib/libwraster.la' has not been installed in `/usr/lib'
-libtool: install: /bin/install -c .libs/WPrefs /data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/GNUstep/Applications/WPrefs.app/WPrefs
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/WPrefs.app'
-Making install in doc
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-Making install in sk
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc/sk'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc/sk'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/man/sk/man1" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1"
- /bin/install -c -m 644 'geticonset.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/geticonset.1x'
- /bin/install -c -m 644 'setstyle.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/setstyle.1x'
- /bin/install -c -m 644 'wxpaste.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/wxpaste.1x'
- /bin/install -c -m 644 'getstyle.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/getstyle.1x'
- /bin/install -c -m 644 'wdwrite.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/wdwrite.1x'
- /bin/install -c -m 644 'wmsetbg.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/wmsetbg.1x'
- /bin/install -c -m 644 'seticons.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/seticons.1x'
- /bin/install -c -m 644 'wmaker.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/wmaker.1x'
- /bin/install -c -m 644 'wxcopy.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/sk/man1/wxcopy.1x'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc/sk'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc/sk'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-make[3]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-make[3]: Nothing to be done for `install-exec-am'.
-test -z "/usr/share/man/man1" || /bin/mkdir -p "/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1"
- /bin/install -c -m 644 'geticonset.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/geticonset.1x'
- /bin/install -c -m 644 'getstyle.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/getstyle.1x'
- /bin/install -c -m 644 'seticons.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/seticons.1x'
- /bin/install -c -m 644 'setstyle.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/setstyle.1x'
- /bin/install -c -m 644 'wdwrite.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/wdwrite.1x'
- /bin/install -c -m 644 'wmaker.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/wmaker.1x'
- /bin/install -c -m 644 'wmsetbg.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/wmsetbg.1x'
- /bin/install -c -m 644 'wxcopy.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/wxcopy.1x'
- /bin/install -c -m 644 'wxpaste.1x' '/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/pkg/usr/share/man/man1/wxpaste.1x'
-make[3]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/doc'
-Making install in contrib
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/contrib'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/contrib'
-make[2]: Nothing to be done for `install-exec-am'.
-make[2]: Nothing to be done for `install-data-am'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/contrib'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0/contrib'
-make[1]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0'
-make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0'
-make[2]: Nothing to be done for `install-exec-am'.
-make[2]: Nothing to be done for `install-data-am'.
-make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0'
-make[1]: Leaving directory `/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker/src/WindowMaker-0.92.0'
-==> Tidying install...
- -> Removing info/doc files...
- -> Compressing man pages...
- -> Stripping debugging symbols from binaries and libraries...
- -> Removing libtool .la files...
-==> Creating package...
- -> Generating .PKGINFO file...
- -> Compressing package...
-==> Finished making: windowmaker 0.92.0-7 i686 (Thu Oct 1 02:50:48 UTC 2009)
----------updating database ----------
-
-DOCROOT=/data/pkg_repo/i686/extra-testing
-
-Removing old packages from i686/extra-testing:
-removed `windowmaker-0.92.0-6-i686.pkg.tar.gz'
-
-Updating i686/extra-testing with windowmaker-0.92.0-7-i686.pkg.tar.gz
-==> Extracting database to a temporary location...
-==> Adding package '/data/pkg_repo/i686/extra-testing/windowmaker-0.92.0-7-i686.pkg.tar.gz'
- -> Removing existing package 'windowmaker-0.92.0-6'...
- -> Creating 'desc' db entry...
- -> Computing md5 checksums...
- -> Creating 'depends' db entry...
-==> Creating updated database file '/data/pkg_repo/i686/extra-testing/extra-testing.db.tar.gz'
-/data/LinHES-PKGBUILD/abs/extra-testing/windowmaker
-----------creating source package---------
-==> Making package: windowmaker 0.92.0-7 i686 (Thu Oct 1 02:50:49 UTC 2009)
-==> WARNING: Running makepkg as root...
-==> Creating source package...
- -> Adding PKGBUILD...
- -> Adding windowmaker-gcc4.patch.tar.bz2...
- -> Compressing source package...
-==> Source package created: windowmaker (Thu Oct 1 02:50:49 UTC 2009)
-Removing old src pkg
-Creating src_pkg directory
-removed `/data/pkg_repo/src_packages/extra-testing/windowmaker-0.92.0-6.src.tar.gz'
-copying src_pkg to /data/pkg_repo/src_packages/extra-testing
-0 \ No newline at end of file
diff --git a/abs/extra/windowmaker/windowmaker-gcc4.patch.tar.bz2 b/abs/extra/windowmaker/windowmaker-gcc4.patch.tar.bz2
deleted file mode 100644
index fae12a9..0000000
--- a/abs/extra/windowmaker/windowmaker-gcc4.patch.tar.bz2
+++ /dev/null
Binary files differ
diff --git a/abs/extra/xorg-util-macros/PKGBUILD b/abs/extra/xorg-util-macros/PKGBUILD
new file mode 100644
index 0000000..90f0906
--- /dev/null
+++ b/abs/extra/xorg-util-macros/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 97536 2010-10-31 15:33:40Z jgc $
+#Maintainer: Jan de Groot <jgc@archlinux.org>
+
+pkgname=xorg-util-macros
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="X.Org Autotools macros"
+arch=(any)
+license=('custom')
+url="http://xorg.freedesktop.org/"
+source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
+sha1sums=('646188eeca4fa319d95aba7a271149bcbf9ee49e')
+
+build() {
+ cd "${srcdir}/util-macros-${pkgver}"
+ ./configure --prefix=/usr
+ make
+ make DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/usr/lib"
+ mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/"
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}