diff --git a/ayarlar/dokunulmaz b/ayarlar/dokunulmaz index 79aa99dbe..db5f339e0 100644 --- a/ayarlar/dokunulmaz +++ b/ayarlar/dokunulmaz @@ -81,6 +81,7 @@ usr/local/etc/ usr/local/share/ usr/share/ usr/share/applications/ +usr/share/gtk-doc/ usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/48x48/ @@ -109,3 +110,5 @@ var/run/ var/spool/ var/cache/ var/lib/pkg/drivers/ +etc/ssl +etc/ssl/certs diff --git a/bin/mps b/bin/mps index fa8c8b31c..9e9707e14 100755 --- a/bin/mps +++ b/bin/mps @@ -133,6 +133,10 @@ paket_derle_oto(){ paket_derle $dpkt done } +#otomatik derle kontrollu kur +paket_derle_oto2(){ + mps -dly "$1" > /dev/null && mps -odk genel.derleme.liste +} paket_kur_oto(){ local kpkt pkt @@ -192,6 +196,7 @@ paket_derle(){ } + bagimlilar(){ local bagimd konum konum="`find "$talimatname_dizin" -name $1`" @@ -289,6 +294,8 @@ ayarlar() { paket_derle "$2" ;; -odk|--pkodk) paket_derle_oto "$2" ;; + -odkk|--pkodk2) + paket_derle_oto2 "$2" ;; -ok|--pkok) paket_kur_oto "$2" ;; -dly|--drly) diff --git a/mps-0.1/mps b/mps-0.1/mps index fa8c8b31c..9e9707e14 100755 --- a/mps-0.1/mps +++ b/mps-0.1/mps @@ -133,6 +133,10 @@ paket_derle_oto(){ paket_derle $dpkt done } +#otomatik derle kontrollu kur +paket_derle_oto2(){ + mps -dly "$1" > /dev/null && mps -odk genel.derleme.liste +} paket_kur_oto(){ local kpkt pkt @@ -192,6 +196,7 @@ paket_derle(){ } + bagimlilar(){ local bagimd konum konum="`find "$talimatname_dizin" -name $1`" @@ -289,6 +294,8 @@ ayarlar() { paket_derle "$2" ;; -odk|--pkodk) paket_derle_oto "$2" ;; + -odkk|--pkodk2) + paket_derle_oto2 "$2" ;; -ok|--pkok) paket_kur_oto "$2" ;; -dly|--drly) diff --git a/talimatname/genel/gstreamer1-plugins-base/talimat b/talimatname/genel/gstreamer1-plugins-base/talimat index c6b0cd072..69bb06f75 100644 --- a/talimatname/genel/gstreamer1-plugins-base/talimat +++ b/talimatname/genel/gstreamer1-plugins-base/talimat @@ -5,6 +5,7 @@ _name=gst-plugins-base name=gstreamer1-plugins-base +version="1.6.3" release=1 source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz) diff --git a/talimatname/genel/gstreamer1-plugins-good/talimat b/talimatname/genel/gstreamer1-plugins-good/talimat index 6d15dfa07..ce2f28131 100644 --- a/talimatname/genel/gstreamer1-plugins-good/talimat +++ b/talimatname/genel/gstreamer1-plugins-good/talimat @@ -6,6 +6,7 @@ _name=gst-plugins-good name=gstreamer1-plugins-good release=1 +version=1.6.3 source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz) diff --git a/talimatname/genel/thunar/talimat b/talimatname/genel/thunar/talimat index 59c98cc3d..58997fffc 100644 --- a/talimatname/genel/thunar/talimat +++ b/talimatname/genel/thunar/talimat @@ -1,7 +1,7 @@ # Description: Thunar is the Xfce file manager, a GTK+ 2 GUI to organise the files on your computer. # URL: http://thunar.xfce.org # Packagers: tyrry at nutyx dot org, tnut at nutyx dot org -# Depends on: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils gvfs +# Depends on: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils run=(desktop-file-utils gtk-update-icon-cache) name=thunar