commit
6fe73751d0
|
@ -40,7 +40,6 @@ GRUB_DISABLE_RECOVERY=true
|
||||||
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
||||||
#GRUB_BACKGROUND="/path/to/wallpaper"
|
#GRUB_BACKGROUND="/path/to/wallpaper"
|
||||||
#GRUB_THEME="/path/to/gfxtheme"
|
#GRUB_THEME="/path/to/gfxtheme"
|
||||||
GRUB_THEME="/usr/share/grub/themes/midna/theme.txt"
|
|
||||||
|
|
||||||
# Control which initial ramdisk should grub-mkconfig prefer when searching
|
# Control which initial ramdisk should grub-mkconfig prefer when searching
|
||||||
# default is initrd-*.gz created by geninitrd, uncomment to make it prefer
|
# 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+.
|
# Description: Midori is a lightweight web browser that uses WebKitGTK+.
|
||||||
# URL: http://www.twotoasts.de
|
# URL: http://www.twotoasts.de
|
||||||
# Packager: pierre at nutyx dot org, tnut at nutyx dot org
|
# 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)
|
run=(desktop-file-utils gtk-update-icon-cache hicolor-icon-theme)
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/$name-$version \
|
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/$name-$version \
|
||||||
|
-DUSE_GTK3=1 \
|
||||||
-DUSE_ZEITGEIST=OFF \
|
-DUSE_ZEITGEIST=OFF \
|
||||||
..
|
..
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue