muffin
This commit is contained in:
parent
c5e92cf3aa
commit
72ff5b9a11
|
@ -11,7 +11,8 @@ kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.t
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd $isim-$surum
|
cd $isim-$surum
|
||||||
|
gio-querymodules /usr/lib/gio/modules
|
||||||
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||||||
PYTHON=python ./autogen.sh \
|
PYTHON=python ./autogen.sh \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
@ -23,7 +24,7 @@ cd $isim-$surum
|
||||||
|
|
||||||
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
tamir_masaustu
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
make -C src DESTDIR="$PKG" uninstall-binPROGRAMS uninstall-desktopfilesDATA
|
make -C src DESTDIR="$PKG" uninstall-binPROGRAMS uninstall-desktopfilesDATA
|
||||||
|
|
Loading…
Reference in New Issue