milis/talimatname/genel/g/gnome-online-accounts/talimat

23 lines
596 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Çevrimiçi hesaplara erişmek için GNOME hizmeti.
# URL: http://www.gnome.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: gcr kerberos libgnome-keyring libnotify librest libsecret json-glib docbook-xsl gobject-introspection webkit2gtk3 telepathy-glib gtk-update-icon-cache
# Grup: ağ
isim=gnome-online-accounts
surum=3.26.2
devir=1
kaynak=(https://git.gnome.org/browse/$isim/snapshot/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./autogen.sh --prefix=/usr \
--enable-media-server \
--enable-kerberos \
--enable-lastfm \
--disable-static
make
make -j1 DESTDIR=$PKG install
}