malfs mekanizma guncelleme

This commit is contained in:
root 2016-03-12 17:22:49 +02:00
parent 11ba5e5dbb
commit 917cb3f91a
7 changed files with 18 additions and 9 deletions

1
bin/goster_ldconfigyol Executable file
View File

@ -0,0 +1 @@
ldconfig -v 2>/dev/null | grep -v ^$'\t'

View File

@ -4,10 +4,10 @@
# Depends on: doxygen # Depends on: doxygen
name=fuse name=fuse
version=2.9.5 version=2.9.4
release=1 release=1
source=( https://github.com/libfuse/libfuse/releases/download/fuse_2_9_5/fuse-$version.tar.gz) source=( https://github.com/libfuse/libfuse/releases/download/fuse_2_9_4/fuse-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version

View File

@ -5,12 +5,19 @@
name=gtkmm name=gtkmm
version=2.24.4 version=2.24.4
release=2 release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr
make CXXFLAGS+=' -std=c++11'
make DESTDIR=$PKG install
./configure \
--prefix=/usr \
--disable-dependency-tracking \
--disable-documentation
make
make DESTDIR=$PKG install
} }

View File

@ -0,0 +1 @@
ln -s /usr/lib64/pkgconfig/* /usr/lib/pkgconfig/

View File

@ -1,2 +1,2 @@
usr/bin/update-desktop-database -q /usr/bin/update-desktop-database -q
usr/bin/gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor /usr/bin/gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor

View File

@ -8,7 +8,7 @@ name=x265
version=1.8 version=1.8
release=1 release=1
source=(https://bitbucket.org/multicoreware/x265/get/$version.tar.bz2 source=(https://bitbucket.org/multicoreware/x265/get/$version.tar.bz2
http://www.linuxfromscratch.org/patches/blfs/svn/x265_1.8-enable_static-1.patch) http://www.linuxfromscratch.org/patches/downloads/x265/x265_1.8-enable_static-1.patch)
build() { build() {
cd multicoreware-$name-* cd multicoreware-$name-*