epiphany-paketlendi

This commit is contained in:
yasarciv 2017-07-19 18:46:14 +03:00
parent 167371e5ed
commit bbdaf823fa
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,4 @@
glib-compile-schemas usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gio-querymodules /usr/lib/gio/modules

View File

@ -0,0 +1,17 @@
# Description: WebKit oluşturma altyapısına dayalı bir GNOME web tarayıcısı.
# URL: http://www.gnome.org/"
# Packager: yasarciv67@gmail.com
# Depends on: adwaita-icon-theme avahi libwnck3 avahi gcr gnome-desktop iso-codes libgnome-keyring libnotify webkit2gtk3 gobject-introspection nss xorg-libxkbfile gnome-desktop gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=epiphany
version=3.22.4
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,3 +1,4 @@
glib-compile-schemas usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gio-querymodules /usr/lib/gio/modules