commit
6fe73751d0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue