summaryrefslogtreecommitdiffstats
path: root/recipe.d/0021-gettext-tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-23NCURSES: change the *.so soft links to include -ltinfo. Eric Hameleers2-39/+52
This fixes linking to libncurses and libncursesw: linking also to libtinfo is required, otherwise some symbols will be missing. This trick was copied from Debian and Fedora. Note that splitting off libtinfo is a long-term goal of the ncurses developers, as it allows for some smaller binaries. However this causes the linking issues as described above when using modern binutils. Hence this linking trick.
2013-05-09OPENJDK: use "LIB_ARCH=arm" for all ARM architectures. Eric Hameleers1-2/+2
This fixes the broken '/usr/lib/libjvm.so' symlink and also fixes the copying and back-linking of several files in /etc/java . Thanks to Ahau for reporting this.
2013-04-27TIGERVNC: updated the build so it compiles with xorg-server 1.13.x. Eric Hameleers10-49/+1612
The old tigervnc package was broken because of an upgraded gnutls package. Patches for supporting xorg-server 1.13 are hard to find for tigervnc-1.1.0, but I do not want to upgrade to 1.2.0 just yet because of missing features.
2013-04-25WICD: added a package, was still missing. Eric Hameleers5-0/+155
2013-04-25QT: Patched to fix a plasma crash in KDE. Eric Hameleers2-5/+10
See https://bugreports.qt-project.org/browse/QTBUG-29082
2013-04-25X.ORG: Reverting to xorg-server-1.13.4. Eric Hameleers45-41/+93
Bug report came in that the xf86-video-fbdev driver was misbehaving under moderate load with the xorg-server-1.14.
2013-04-22wpa_supplicant: Update to 1.0 Eric Hameleers14-215/+298
Switches dependency from libnl to libnl3.
2013-04-22OPENJDK: Java 7 Update 21 with 'jamvm' as the Java Virtual Machine. Eric Hameleers7-148/+477
I was unable to compile OpenJDK on ARM using the 'cacao' JVM and therefore switched to the 'jamvm' which apparently is the default in other ARM distros as well. I guess I am late to the party...
2013-04-22a/aaa_elflibs: package sources added to the tree. Eric Hameleers4-0/+189
This package is needed when building a minirootfs.
2013-04-22BOOTSTRAP: Add device nodes for a second MMC device (SD card). Eric Hameleers1-0/+5
The SD card in a Chromebook registers as /dev/mmcblk1 so I added device nodes for this to the rootfs.
2013-04-19CLISP: make it compile on armv7hl Eric Hameleers7-67/+87
2013-04-19GTK+2, GTK+3, PANGO: fix update-pango-querymodules/update-gtk-immodules-?.0 Eric Hameleers3-15/+24
When trying to determine the host triplet for the various ARM architectures, I made a logical error which I fixed now. The host triplet should be properly detected. Thanks to Ahau for spotting this.
2013-04-16mkinitrd: add more udev binaries to the blacklist. Eric Hameleers1-1/+8
2013-04-16Exynos5: build ChromeOS kernel for Samsung ChromeBook (exynos5 CPU) Eric Hameleers17-35/+4908
Sources in k/ have been updated and new d/device-tree-compiler sources have been added to allow compiling the ChromeOS kernel for the Samsung ChromeBook (with an Exynos5 CPU). Kernel sources are checked out of the chromium git repository,
2013-04-13Better calculation of host triplet for gtk+2, gtk+3 and pango. Eric Hameleers3-12/+36
The module update scripts were hard-coded for only one exception (armv7hl) to slackwarearm, but this update will work for other arm hard-float Slackware derivatives bootstrapped from Alien's ARM scripts.
2013-04-13Make requirement of adding '-ltinfo' to LDFLAGS independent of ARCH. Eric Hameleers7-9/+16
The ARM port split libtinfo off libncursesw to allow for smaller binaries. However this requires the addition of '-ltinfo' to some linker commands, since modern binutils require explicit linking of all used libraries (DSO). In order to make this geneally applicable, not just for ARCH=armv7hl, I made a few changes in SlackBuild scripts.
2013-04-11Bootstrap: update stage1.sh script. Eric Hameleers4-7/+28
The stage1.sh script works again with the current source.local tree. Fixed the issues with new coreutils, new kernel and 'patch'.
2013-04-11Kernel: build fix for the 3.8.4 kernel when USB drivers are built as modules. Eric Hameleers1-1/+3
2013-04-08PyQt: apply a patch to fix compilation of pykde4 on ARM platform. Eric Hameleers2-0/+3
2013-04-07KDE: build fixes for kdeedu. Eric Hameleers9-0/+40
2013-04-07phonon-*: Abort the SlackBuild on make errors. Eric Hameleers3-6/+6
2013-04-06Fix the installation of libpci.a into the pciutils package. Eric Hameleers1-1/+0
2013-04-06Update to Alien's ARM which allows XFCE to run on an ARM ChromeBook. Eric Hameleers1829-8063/+30582
This large update brings Alien's ARM repository almost to the same level of package versions in slackware-current. THese updates were needed to make it possible to start a functional XFCE session on Samsung's ARM ChromeBook (XE303C12).