eom.guncellendi

This commit is contained in:
milisman 2017-01-24 03:25:07 +02:00
parent 010c53d8a1
commit 346483942a
1 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Description: MATE için bir resim görüntüleme ve kataloglama programı (GTK2 sürümü)
# URL: http://matsusoft.com.ar/projects/mate
# 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
version=1.16.0
@ -12,10 +12,9 @@ build() {
cd $name-$version
./configure \
--prefix=/usr \
--localstatedir=/var \
--with-gtk=2.0 \
--with-librsvg \
--enable-python
make
make DESTDIR=$PKG install
--disable-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}