epiphany-paketlendi
This commit is contained in:
parent
167371e5ed
commit
bbdaf823fa
|
@ -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
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue