commit
4a2ca90763
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
echo "**** Milis Linux Derleme Alanına Gitmenizi Sağlar. ****"
|
||||
echo "**** İşlem sonrası mps -GG ve mps -G komutlarını veriniz. ****"
|
||||
|
||||
cd /sources/milis.git
|
||||
echo "sources/milis.git yapıldı"
|
||||
export LFS=/mnt/lfs
|
||||
echo "LFS=/mnt/lfs yapıldı"
|
||||
./lfs-mekanizma -cg
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
git remote add upstream https://github.com/milisarge/malfs-milis.git
|
||||
git fetch upstream
|
||||
git pull upstream master
|
|
@ -9,7 +9,7 @@ release=1
|
|||
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
|
@ -21,4 +21,5 @@ build() {
|
|||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
sed -i -e 's/Exec=caja/Exec=caja --force-desktop/g' $PKG/usr/share/applications/caja.desktop
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Description: Ayatana göstergeleri için bir dizi sembol ve kolaylık fonksiyonu.
|
||||
# Description: Göstergeler için bir dizi sembol ve kolaylık fonksiyonu
|
||||
# URL: https://launchpad.net/libindicator
|
||||
# Packager: milisarge
|
||||
# Depends on: gtk2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Description: A set of symbols and convenience functions for indicators
|
||||
# Description: Göstergeler için bir dizi sembol ve kolaylık fonksiyonu
|
||||
# URL: https://launchpad.net/libindicator
|
||||
# Packager: yasarciv
|
||||
# Depends on: gtk3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: Gobject tabanlı eklenti motoru
|
||||
# URL: https://wiki.gnome.org/Projects/Libpeas
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on: gtk-doc intltool python-gobject python-gobject glade gobject-introspection gnome-common gtk3
|
||||
# Depends on: gtk-doc intltool python-gobject glade gobject-introspection gnome-common gtk3
|
||||
|
||||
name=libpeas
|
||||
version=1.20.0
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
# Description: Tüm göstergelerin kullanmak istediği bir dizi sembol ve kolaylık fonksiyonu.
|
||||
# URL: http://matsusoft.com.ar/projects/mate
|
||||
# Packager: yasarciv
|
||||
# Depends on: gtk2
|
||||
|
||||
name=mate-libindicator
|
||||
version=12.10.1
|
||||
release=1
|
||||
source=(http://launchpad.net/libindicator/${version%.*}/$version/+download/libindicator-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i libindicator-${version}/libindicator/Makefile.{am,in}
|
||||
sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i libindicator-${version}/configure
|
||||
sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i libindicator-${version}/configure
|
||||
sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i libindicator-${version}/configure
|
||||
sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i libindicator-${version}/configure
|
||||
sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i libindicator-${version}/configure
|
||||
mkdir -p build-gtk2
|
||||
cd build-gtk2
|
||||
../libindicator-${version}/configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--disable-static \
|
||||
--with-gtk=2
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Reference in New Issue