eom.guncellendi
This commit is contained in:
parent
010c53d8a1
commit
346483942a
1 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Description: MATE için bir resim görüntüleme ve kataloglama programı (GTK2 sürümü)
|
# Description: MATE için bir resim görüntüleme ve kataloglama programı (GTK2 sürümü)
|
||||||
# URL: http://matsusoft.com.ar/projects/mate
|
# URL: http://matsusoft.com.ar/projects/mate
|
||||||
# Packager: milisarge yasarciv
|
# Packager: milisarge yasarciv
|
||||||
# Depends on: exempi gtk2 gtk-update-icon-cache libexif mate-desktop mate-icon-theme python-gobject2 python-gtk
|
# Depends on: exempi gtk3 gtk-update-icon-cache libexif mate-desktop mate-icon-theme python-gobject2 python-gtk
|
||||||
|
|
||||||
name=eom
|
name=eom
|
||||||
version=1.16.0
|
version=1.16.0
|
||||||
|
@ -12,10 +12,9 @@ build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--localstatedir=/var \
|
--disable-python
|
||||||
--with-gtk=2.0 \
|
|
||||||
--with-librsvg \
|
|
||||||
--enable-python
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -r $PKG/usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue