sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
update links and enable freetype/fontconfig b51e63a4d6ef5e78789d7246a5f1481ac62b68a0 Sylvain BERTRAND 2019-09-11 02:32:00
update openssh 56c06574ee36175891cd6ac8bca4405324f6dcf9 Sylvain BERTRAND 2019-09-11 01:49:32
update libressl 9b49618b8f194a4c5af4cca5ec2394d9de4a7a47 Sylvain BERTRAND 2019-09-11 01:49:03
update freetype shared dynamic lib 345eb8bd48c61a50c467475704f00f62dec21890 Sylvain BERTRAND 2019-09-11 01:45:49
gfx stack update 6fe5530231ab855ba9cd027ce01cefb8ee6f21d3 Sylvain BERTRAND 2019-09-09 17:31:01
move the comment 5c8f4662c6adb71cedd8e0ecb8f619e3ec0eb235 Sylvain BERTRAND 2019-09-06 11:24:26
gfx stack update ad4649440de4767f6c8e19d3fef195f83f5692df Sylvain BERTRAND 2019-09-02 18:44:20
cleanup the vim rc file for st 8e79fbae8dc9012e7375ab4f36cdbc257499ed0f Sylvain BERTRAND 2019-08-28 18:58:46
gfx stack update 88adf3214b48956bfb80123a488d63e5dbb894a2 Sylvain BERTRAND 2019-08-26 22:28:57
gfx stack update b1523ccd3b839a3283b81caac5b31f5925b1a53e Sylvain BERTRAND 2019-08-19 18:33:40
gfx stack update (llvm is broken) a7abbdfa6aa3f5590c495604532d643ad265c62f Sylvain BERTRAND 2019-08-12 23:30:59
gfx stack update 539eca82bea2aa97ecec53e0e3a0b3b542df954b Sylvain BERTRAND 2019-08-05 14:41:05
gfx stack update a45590fd2cf98c310a418e85767543228c12475f Sylvain BERTRAND 2019-07-30 03:14:12
gfx stack update a86caca36bb79689296c0faffe3ac321911ac66e Sylvain BERTRAND 2019-07-23 19:07:32
gfx stack update fae46b3c08698cfe4394ee04bbec3ab1339f67e4 Sylvain BERTRAND 2019-07-16 22:09:24
map generator script tidying a6d94608df12c1c7f96e5e3290f80b537cc2104f Sylvain BERTRAND 2019-07-12 18:14:16
gfx stack update 5570ddb901ca177ddaa00a302fd66c3f1a73275b Sylvain BERTRAND 2019-07-08 19:03:09
gfx stack update 2720626971b434e7ba2126e9aee38ded4739aaa4 Sylvain BERTRAND 2019-07-02 02:34:17
gfx stack update 98f523c2a571a4c5a9fd7a71b661fc32eec9851b Sylvain BERTRAND 2019-06-24 20:17:18
gfx stack update 7381ebddee043978f83504ddd36bc2e993ed147c Sylvain BERTRAND 2019-06-18 11:29:00
Commit b51e63a4d6ef5e78789d7246a5f1481ac62b68a0 - update links and enable freetype/fontconfig
Author: Sylvain BERTRAND
Author date (UTC): 2019-09-11 02:32
Committer name: Sylvain BERTRAND
Committer date (UTC): 2019-09-11 02:32
Parent(s): 56c06574ee36175891cd6ac8bca4405324f6dcf9
Signing key:
Tree: df9393b2a4a5784f0e032f344476468e40872d37
File Lines added Lines deleted
builders/links-0/builder.sh 7 1
File builders/links-0/builder.sh changed (mode: 100644) (index 85a6b92..25e3cf1)
1 1 src_name=links src_name=links
2 version=2.15
2 version=2.20.1
3 3 archive_name=$src_name-$version.tar.bz2 archive_name=$src_name-$version.tar.bz2
4 4 url0=http://links.twibright.com/download/$src_name-$version.tar.bz2 url0=http://links.twibright.com/download/$src_name-$version.tar.bz2
5 5
 
... ... cd $build_dir
16 16 # use openssl/libressl :( # use openssl/libressl :(
17 17
18 18 export "PKG_CONFIG_PATH=\ export "PKG_CONFIG_PATH=\
19 /nyan/expat/current/lib/pkgconfig:\
20 /nyan/nyanuuid/current/lib/pkgconfig:\
21 /nyan/fontconfig/current/lib/pkgconfig:\
22 /nyan/freetype/current/lib/pkgconfig:\
19 23 /nyan/libSM/current/lib/pkgconfig:\ /nyan/libSM/current/lib/pkgconfig:\
20 24 /nyan/libICE/current/lib/pkgconfig:\ /nyan/libICE/current/lib/pkgconfig:\
21 25 /nyan/libXt/current/lib/pkgconfig:\ /nyan/libXt/current/lib/pkgconfig:\
 
... ... $(pkg-config --cflags-only-I x11 xt) \
35 39 -I/nyan/libressl/current/include" -I/nyan/libressl/current/include"
36 40 export "CC=gcc -B/nyan/glibc/current/lib -L/nyan/glibc/current/lib -static-libgcc \ export "CC=gcc -B/nyan/glibc/current/lib -L/nyan/glibc/current/lib -static-libgcc \
37 41 -Wl,-rpath-link,\ -Wl,-rpath-link,\
42 /nyan/freetype/current/lib:\
43 /nyan/fontconfig/current/lib:\
38 44 /nyan/libICE/current/lib:\ /nyan/libICE/current/lib:\
39 45 /nyan/libSM/current/lib:\ /nyan/libSM/current/lib:\
40 46 /nyan/libXau/current/lib:\ /nyan/libXau/current/lib:\
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main