forked from ports/contrib
libfm: udated
This commit is contained in:
parent
72d32a1f37
commit
d4239a9a3d
@ -1 +1,2 @@
|
||||
6dbc9a30efb5ad0a2c7a0fc54b1ee57c libfm-0.1.12.tar.gz
|
||||
d55e51dced6bb9ef46665243b079761f libfm-0.1.14.tar.gz
|
||||
360628fc97cb61a5fe888dd29e33cdaa libfm_la.patch
|
||||
|
@ -2,21 +2,27 @@
|
||||
# URL: http://pcmanfm.sourceforge.net/
|
||||
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
||||
# Depends on: intltool gtk menu-cache
|
||||
# Comment: required by pcmanfm
|
||||
|
||||
name=libfm
|
||||
version=0.1.12
|
||||
version=0.1.14
|
||||
release=1
|
||||
source=(http://download.sourceforge.net/project/pcmanfm/PCManFM2%20+%20Libfm%20%28experimental%29/$name%20%28required%20by%20PCManFM%29/$name-$version.tar.gz)
|
||||
source=(
|
||||
http://crux.org.pl/distfiles/$name-$version.tar.gz
|
||||
libfm_la.patch
|
||||
)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -p1 -i ../libfm_la.patch
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--disable-static \
|
||||
--sysconfdir=/etc
|
||||
--sysconfdir=/etc \
|
||||
--disable-gtk-doc-html
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/locale
|
||||
rm -rf $PKG/usr/share/gtk-doc
|
||||
}
|
||||
|
||||
|
20
libfm/libfm_la.patch
Normal file
20
libfm/libfm_la.patch
Normal file
@ -0,0 +1,20 @@
|
||||
From: Andrea Florio <andrea@opensuse.org>
|
||||
Date: Sat, 16 Oct 2010 11:57:20 +0000 (+0200)
|
||||
Subject: fixed bug #3088639 : link fail if rpath is disabled
|
||||
X-Git-Tag: 0.1.15~59
|
||||
X-Git-Url: http://pcmanfm.git.sourceforge.net/git/gitweb.cgi?p=pcmanfm%2Flibfm;a=commitdiff_plain;h=142863e3ed99aa472daaa4d43be25d714316f89a
|
||||
|
||||
fixed bug #3088639 : link fail if rpath is disabled
|
||||
---
|
||||
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index 3249d86..5b559ec 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -245,6 +245,7 @@ libfm_pref_apps_LDADD = \
|
||||
$(MENU_CACHE_LIBS) \
|
||||
$(INTLLIBS) \
|
||||
libfm-gtk.la \
|
||||
+ libfm.la \
|
||||
$(NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user