diff --git a/talimatname/genel/y/yelp-tools/talimat b/talimatname/genel/y/yelp-tools/talimat index 8ef99a57c..2f5bef3ee 100644 --- a/talimatname/genel/y/yelp-tools/talimat +++ b/talimatname/genel/y/yelp-tools/talimat @@ -1,12 +1,13 @@ # Tanım: Yelp dokumantasyonu hazirlamak icin araclar # URL: http://www.gnome.org/ # Paketçi: milisarge -# Gerekler: libxslt libxml2 yelp-xsl, itstool +# Gerekler: libxslt libxml2 yelp-xsl itstool +# Grup: kütüphane isim=yelp-tools -surum=3.16.1 +surum=3.18.0 devir=1 -kaynak=(http://download.gnome.org/sources/$isim/${version:0:4}/$isim-$surum.tar.xz) +kaynak=(http://download.gnome.org/sources/$isim/${surum:0:4}/$isim-$surum.tar.xz) derle() { cd $isim-$surum diff --git a/talimatname/genel/y/yelp-xsl/talimat b/talimatname/genel/y/yelp-xsl/talimat index 2bc2f62de..2442bd62f 100644 --- a/talimatname/genel/y/yelp-xsl/talimat +++ b/talimatname/genel/y/yelp-xsl/talimat @@ -2,15 +2,16 @@ # URL: http://www.gnome.org/ # Paketçi: milisarge # Gerekler: itstool libxslt intltool +# Grup: kütüphane isim=yelp-xsl -surum=3.16.1 +surum=3.27.1 devir=1 -kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:4}/$isim-$surum.tar.xz) +kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum:0:4}/$isim-$surum.tar.xz) derle() { -cd $isim-$surum -./configure --prefix=/usr -make -make DESTDIR=$PKG install + cd $isim-$surum + ./configure --prefix=/usr + make + make DESTDIR=$PKG install } diff --git a/talimatname/genel/y/yelp/talimat b/talimatname/genel/y/yelp/talimat index 89f0180c0..b1c25b449 100644 --- a/talimatname/genel/y/yelp/talimat +++ b/talimatname/genel/y/yelp/talimat @@ -1,17 +1,17 @@ # Tanım: Gnome icin yardim dosyalari # URL: http://www.gnome.org/ # Paketçi: milisarge -# Gerekler: itstool intltool gtk-doc libxslt hicolor-icon-theme webkitgtk3 yelp-xsl desktop-file-utils - +# Gerekler: itstool intltool gtk-doc libxslt hicolor-icon-theme webkit2gtk3 webkitgtk3 yelp-xsl desktop-file-utils +# Grup: kütüphane isim=yelp -surum=3.16.1 +surum=3.27.1 devir=1 kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz) derle() { -cd $isim-$surum -./configure --prefix=/usr --disable-static -make -make DESTDIR=$PKG install + cd $isim-$surum + ./configure --prefix=/usr --disable-static + make + make DESTDIR=$PKG install }