Update talimat

This commit is contained in:
MEBis 2018-02-18 18:59:21 +03:00 committed by GitHub
parent 14ea234b70
commit 55d8a7da3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -5,21 +5,24 @@
# Grup: manokwari
isim=manokwari
surum=1.0.13
surum=1.0.18
devir=1
kaynak=(https://github.com/BlankOn/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd ${isim}-${surum}
# Use gee-0.8 rather than gee-0.6
# Use libgee 0.8 rather than libgee 0.6
sed -i 's/gee-1.0/gee-0.8/g' configure.ac
# Fix documentations install dir
# Install documentation to the correct location
sed -i 's:\(manokwaridocdir =\).*:\1 ${prefix}/share/doc/manokwari:' Makefile.am
./autogen.sh
cat << @@@ > files/bin/Makefile.am
sessiondir = $(bindir)
dist_bin_SCRIPTS = blankon-session
CLEANFILES = $(dist_bin_SCRIPTS)
@@@
./autogen.sh --prefix=/usr
make
make DESTDIR="$PKG/" install
cp -R system/{css/,fonts/,img/,js/,widget/,texture.jpg,texture.xcf} --target-directory=$PKG/usr/lib/manokwari/system/
chmod +x $PKG/usr/bin/blankon-session
# chmod +x $PKG/usr/bin/blankon-session
}