From b30535048f0bc114251a37afbe6c06ae2f8a75e5 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 25 Jul 2017 20:26:38 +0300 Subject: [PATCH] =?UTF-8?q?y=C3=BCkseltilecek-paketler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/colord/talimat | 4 +-- .../genel/gobject-introspection/talimat | 4 +-- talimatname/genel/gtk-doc/talimat | 2 +- talimatname/genel/gtksourceview3/talimat | 4 +-- talimatname/genel/pcre2/talimat | 28 +++++++++++++++++++ talimatname/genel/vte3/talimat | 4 +-- 6 files changed, 37 insertions(+), 9 deletions(-) mode change 100755 => 100644 talimatname/genel/gtksourceview3/talimat create mode 100644 talimatname/genel/pcre2/talimat diff --git a/talimatname/genel/colord/talimat b/talimatname/genel/colord/talimat index ba9dc7abe..82d4462f1 100644 --- a/talimatname/genel/colord/talimat +++ b/talimatname/genel/colord/talimat @@ -1,10 +1,10 @@ # Description: Renkli aygıtları yönetmek için sistem arka plan programı # URL: http://www.freedesktop.org/software/colord/ -# Packager: milisarge +# Packager: milisarge yasarciv67@gmail.com # Depends on: libgudev sqlite polkit lcms2 gobject-introspection libusb dbus vala libgusb name=colord -version=1.2.12 +version=1.3.5 release=1 source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.xz) diff --git a/talimatname/genel/gobject-introspection/talimat b/talimatname/genel/gobject-introspection/talimat index d89c002c7..22df50b68 100644 --- a/talimatname/genel/gobject-introspection/talimat +++ b/talimatname/genel/gobject-introspection/talimat @@ -1,10 +1,10 @@ # Description: Program API'larını tanımlamak ve onları üniform, makine tarafından okunabilir bir biçimde toplamak için kullanılır. # URL: http://live.gnome.org/GObjectIntrospection -# Packager: milisarge +# Packager: milisarge yasarciv67@gmail.com # Depends on: glib name=gobject-introspection -version=1.46.0 +version=1.53.1 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${version%.*}/$name-$version.tar.xz) diff --git a/talimatname/genel/gtk-doc/talimat b/talimatname/genel/gtk-doc/talimat index f1191d8e0..9bbb9a300 100644 --- a/talimatname/genel/gtk-doc/talimat +++ b/talimatname/genel/gtk-doc/talimat @@ -4,7 +4,7 @@ # Depends on: docbook-xml docbook-xsl itstool libxslt name=gtk-doc -version=1.24 +version=1.25 release=1 source=( http://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz) diff --git a/talimatname/genel/gtksourceview3/talimat b/talimatname/genel/gtksourceview3/talimat old mode 100755 new mode 100644 index 7c84e85d1..522ac1671 --- a/talimatname/genel/gtksourceview3/talimat +++ b/talimatname/genel/gtksourceview3/talimat @@ -1,10 +1,10 @@ # Description: GtkSourceView, standart GTK+ metin widget'ını genişleten bir metin widgettır # URL: http://mail.gnome.org/mailman/listinfo/gnome-devtools -# Packager: milisarge +# Packager: milisarge yasarciv67@gmail.com # Depends on: gtk3 libxml2 name=gtksourceview3 -version=3.18.1 +version=3.24.2 release=1 _name=gtksourceview source=(http://download.gnome.org/sources/${_name}/${version:0:4}/${_name}-$version.tar.xz) diff --git a/talimatname/genel/pcre2/talimat b/talimatname/genel/pcre2/talimat new file mode 100644 index 000000000..e30b08be0 --- /dev/null +++ b/talimatname/genel/pcre2/talimat @@ -0,0 +1,28 @@ +# Description: Perl ile Uyumlu Normal İfade kütüphaneleri (2nci vers.) +# URL: http://www.pcre.org/ +# Packager: yasarciv67@gmail.com +# Depends on: + +name=pcre2 +version=10.22 +release=1 + +source=( ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$name-$version.tar.bz2 ) +PKGMK_GROUPS=(devel man doc) +build() { +cd $name-$version + +[ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" + +./configure --prefix=/usr \ +--docdir=/usr/share/doc/pcre-$version \ +--enable-unicode-properties \ +--enable-pcre2-16 \ +--enable-pcre2-32 \ +--enable-pcre2grep-libz \ +--enable-pcre2grep-libbz2 \ +--enable-pcre2test-libreadline \ +--disable-static +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/vte3/talimat b/talimatname/genel/vte3/talimat index f05a5df4c..801ba7c2a 100644 --- a/talimatname/genel/vte3/talimat +++ b/talimatname/genel/vte3/talimat @@ -1,10 +1,10 @@ # Description: Vte GTK+ 3 için bir terminal emülatörü widget'ı uygulayan bir kitaplıktır (libvte) # URL: http://developer.gnome.org/arch/gnome/widgets/vte.html # Packager: milisarge -# Depends on: gtk3 perl-xml-parser python-gtk gobject-introspection +# Depends on: gtk3 perl-xml-parser python-gtk gobject-introspection pcre2 name=vte3 -version=0.42.1 +version=0.49.1 release=1 _name=vte source=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${version%.*}/${_name}-$version.tar.xz)