summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wpa_supplicant: Update to 1.0 Eric Hameleers2013-04-2214-215/+298
| | | | Switches dependency from libnl to libnl3.
* OPENJDK: Java 7 Update 21 with 'jamvm' as the Java Virtual Machine. Eric Hameleers2013-04-227-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...
* a/aaa_elflibs: package sources added to the tree. Eric Hameleers2013-04-224-0/+189
| | | | This package is needed when building a minirootfs.
* BOOTSTRAP: Add device nodes for a second MMC device (SD card). Eric Hameleers2013-04-221-0/+5
| | | | | The SD card in a Chromebook registers as /dev/mmcblk1 so I added device nodes for this to the rootfs.
* CLISP: make it compile on armv7hl Eric Hameleers2013-04-197-67/+87
|
* GTK+2, GTK+3, PANGO: fix update-pango-querymodules/update-gtk-immodules-?.0 Eric Hameleers2013-04-193-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.
* mkinitrd: add more udev binaries to the blacklist. Eric Hameleers2013-04-161-1/+8
|
* Exynos5: build ChromeOS kernel for Samsung ChromeBook (exynos5 CPU) Eric Hameleers2013-04-1617-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,
* Better calculation of host triplet for gtk+2, gtk+3 and pango. Eric Hameleers2013-04-133-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.
* Make requirement of adding '-ltinfo' to LDFLAGS independent of ARCH. Eric Hameleers2013-04-137-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.
* Bootstrap: update stage1.sh script. Eric Hameleers2013-04-114-7/+28
| | | | | The stage1.sh script works again with the current source.local tree. Fixed the issues with new coreutils, new kernel and 'patch'.
* Kernel: build fix for the 3.8.4 kernel when USB drivers are built as modules. Eric Hameleers2013-04-111-1/+3
|
* PyQt: apply a patch to fix compilation of pykde4 on ARM platform. Eric Hameleers2013-04-082-0/+3
|
* KDE: build fixes for kdeedu. Eric Hameleers2013-04-079-0/+40
|
* phonon-*: Abort the SlackBuild on make errors. Eric Hameleers2013-04-073-6/+6
|
* Fix the installation of libpci.a into the pciutils package. Eric Hameleers2013-04-061-1/+0
|
* Update to Alien's ARM which allows XFCE to run on an ARM ChromeBook. Eric Hameleers2013-04-061829-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).
* Add a start of documentation on how to clone this project and start compiling. Eric Hameleers2013-03-251-0/+10
|
* Testing the commit access. Eric Hameleers2013-03-231-0/+2
|
* Initial commit of a Slackware cross-arch bootstrap framework. Eric Hameleers2013-03-223388-0/+204183