Update emacs build
This commit is contained in:
parent
5f18c1150f
commit
cc0f16bfd8
@ -38,7 +38,9 @@ cat << EOF > "$1/usr/share/emacs/site-lisp/site-start.el"
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
make
|
|
||||||
|
# Natively compile all the things!
|
||||||
|
make NATIVE_FULL_AOT=1
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
|
||||||
rm -rf "$1/usr/lib/systemd"
|
rm -rf "$1/usr/lib/systemd"
|
||||||
|
@ -7,3 +7,4 @@ libxml2
|
|||||||
ncurses
|
ncurses
|
||||||
tiff
|
tiff
|
||||||
zlib
|
zlib
|
||||||
|
libXpm
|
||||||
|
5
ports/old-gnome-icons-git/build
Executable file
5
ports/old-gnome-icons-git/build
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
mkdir -p "$1/usr/share/icons/old-gnome-set/"
|
||||||
|
|
||||||
|
cp -r * "$1/usr/share/icons/old-gnome-set/$thing"
|
1
ports/old-gnome-icons-git/sources
Normal file
1
ports/old-gnome-icons-git/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
git+https://github.com/bl34k/old-gnome-set
|
1
ports/old-gnome-icons-git/version
Normal file
1
ports/old-gnome-icons-git/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
git 1
|
Loading…
Reference in New Issue
Block a user