diff --git a/bin/tamir_gtk2 b/bin/tamir_gtk2 new file mode 100755 index 000000000..7dd93e6b7 --- /dev/null +++ b/bin/tamir_gtk2 @@ -0,0 +1 @@ +gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache diff --git a/talimatname/genel/gdk-pixbuf/gdk-pixbuf.kur-kos b/talimatname/genel/gdk-pixbuf/gdk-pixbuf.kur-kos index 5825c0136..992dc1351 100644 --- a/talimatname/genel/gdk-pixbuf/gdk-pixbuf.kur-kos +++ b/talimatname/genel/gdk-pixbuf/gdk-pixbuf.kur-kos @@ -1,3 +1,4 @@ rm -f etc/gtk-2.0/gdk-pixbuf.loaders &> /dev/null rm -f etc/gtk-2.0/gtk.immodules &> /dev/null usr/bin/gdk-pixbuf-query-loaders --update-cache +gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache diff --git a/talimatname/genel/hicolor-icon-theme/talimat b/talimatname/genel/hicolor-icon-theme/talimat index 81defc241..24b55d60c 100644 --- a/talimatname/genel/hicolor-icon-theme/talimat +++ b/talimatname/genel/hicolor-icon-theme/talimat @@ -6,7 +6,7 @@ name=hicolor-icon-theme version=0.15 release=1 -source=( http://icon-theme.freedesktop.org/releases/$name-$version.tar.xz) +source=( http://ftp.osuosl.org/pub/blfs/conglomeration/hicolor-icon-theme/$name-$version.tar.xz) build() { cd $name-$version diff --git a/talimatname/genel/xdg-utils/talimat b/talimatname/genel/xdg-utils/talimat index 7b4b12b54..70af18ea1 100644 --- a/talimatname/genel/xdg-utils/talimat +++ b/talimatname/genel/xdg-utils/talimat @@ -6,13 +6,13 @@ run=(xorg-app) name=xdg-utils -version=1.1.0.rc3 -release=2 -_version=1.1.0-rc3 -source=(http://people.freedesktop.org/~rdieter/$name/$name-${_version}.tar.gz) +version=1.1.1 +release=1 + +source=(http://pkgs.fedoraproject.org/repo/pkgs/xdg-utils/xdg-utils-1.1.1.tar.gz/2d0aec6037769a5f138ff404b1bb4b15/xdg-utils-1.1.1.tar.gz) build() { -cd $name-${_version} +cd $name-${version} ./configure --prefix=/usr \ --mandir=/usr/share/man make