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

23 lines
586 B
Text
Raw Permalink Normal View History

2018-02-06 09:01:10 +02:00
# Tanım: Çevrimiçi hesaplara erişmek için GNOME hizmeti.
2017-07-09 00:18:04 +03:00
# URL: http://www.gnome.org/
# Paketçi: yasarciv67
2017-10-27 21:46:27 +03:00
# Gerekler: gcr kerberos libgnome-keyring libnotify librest libsecret json-glib docbook-xsl gobject-introspection webkit2gtk3 telepathy-glib gtk-update-icon-cache
2018-02-06 09:01:10 +02:00
# Grup: ağ
2017-07-09 00:18:04 +03:00
2017-10-28 15:10:23 +03:00
isim=gnome-online-accounts
2018-02-06 09:01:10 +02:00
surum=3.26.2
2017-10-28 15:10:23 +03:00
devir=1
2017-07-09 00:18:04 +03:00
2018-02-06 09:01:10 +02:00
kaynak=(https://git.gnome.org/browse/$isim/snapshot/$isim-$surum.tar.xz)
2017-07-09 00:18:04 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2018-02-06 09:01:10 +02:00
./autogen.sh --prefix=/usr \
2017-07-09 00:18:04 +03:00
--enable-media-server \
--enable-kerberos \
--enable-lastfm \
--disable-static
make
make -j1 DESTDIR=$PKG install
}