caja,libpeas,libindicator-düzeltme

This commit is contained in:
yasarciv 2017-07-02 00:12:09 +03:00
parent c201fbc8d8
commit 2770de7e1d
5 changed files with 5 additions and 33 deletions

View File

@ -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
}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
}