2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: WebKit oluşturma altyapısına dayalı bir GNOME web tarayıcısı.
|
2017-07-19 17:46:14 +02:00
|
|
|
|
# URL: http://www.gnome.org/"
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: 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
|
2017-07-19 17:46:14 +02:00
|
|
|
|
|
|
|
|
|
name=epiphany
|
|
|
|
|
version=3.22.4
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-07-19 17:46:14 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|