midori.güncellendi
This commit is contained in:
parent
d9b20a425a
commit
dae5e2c9f9
|
@ -1,3 +1,4 @@
|
|||
grub
|
||||
dejavu-ttf
|
||||
xorriso
|
||||
gtk-engines
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,5 +11,4 @@ lsb-release
|
|||
linux-firmware
|
||||
kernel-lts
|
||||
dracut
|
||||
grub
|
||||
vim
|
||||
|
|
Loading…
Reference in New Issue