malfs mekanizma guncelleme
This commit is contained in:
parent
11ba5e5dbb
commit
917cb3f91a
|
@ -0,0 +1 @@
|
|||
ldconfig -v 2>/dev/null | grep -v ^$'\t'
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: doxygen
|
||||
|
||||
name=fuse
|
||||
version=2.9.5
|
||||
version=2.9.4
|
||||
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() {
|
||||
cd $name-$version
|
||||
|
|
|
@ -5,12 +5,19 @@
|
|||
|
||||
name=gtkmm
|
||||
version=2.24.4
|
||||
release=2
|
||||
release=1
|
||||
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
CXXFLAGS+=' -std=c++11'
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-dependency-tracking \
|
||||
--disable-documentation
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ln -s /usr/lib64/pkgconfig/* /usr/lib/pkgconfig/
|
|
@ -1,2 +1,2 @@
|
|||
usr/bin/update-desktop-database -q
|
||||
usr/bin/gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
|
||||
/usr/bin/update-desktop-database -q
|
||||
/usr/bin/gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
|
||||
|
|
|
@ -8,7 +8,7 @@ name=x265
|
|||
version=1.8
|
||||
release=1
|
||||
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() {
|
||||
cd multicoreware-$name-*
|
||||
|
|
Loading…
Reference in New Issue