Merge pull request #52 from giresun28/master

grub-default-düzenlendi
This commit is contained in:
Milis İşletim Sistemi 2016-08-03 06:25:20 +00:00 committed by GitHub
commit 6fe73751d0
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,6 @@ GRUB_DISABLE_RECOVERY=true
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
GRUB_THEME="/usr/share/grub/themes/midna/theme.txt"
# Control which initial ramdisk should grub-mkconfig prefer when searching
# default is initrd-*.gz created by geninitrd, uncomment to make it prefer

View File

@ -1,7 +1,7 @@
# Description: Midori is a lightweight web browser that uses WebKitGTK+.
# URL: http://www.twotoasts.de
# Packager: pierre at nutyx dot org, tnut at nutyx dot org
# Depends on: cmake,gcr,gtk2,webkitgtk2,vala,libnotify,librsvg,libunique1,desktop-file-utils,libzeitgeist,hicolor-icon-theme
# Depends on: cmake gcr gtk3 webkitgtk3 vala libnotify librsvg libunique1 desktop-file-utils libzeitgeist hicolor-icon-theme gstreamer1-plugins-libav gstreamer1-plugins-base gstreamer1-plugins-good
run=(desktop-file-utils gtk-update-icon-cache hicolor-icon-theme)
@ -16,6 +16,7 @@ mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/$name-$version \
-DUSE_GTK3=1 \
-DUSE_ZEITGEIST=OFF \
..
make