summaryrefslogtreecommitdiff
path: root/package/pcmanfm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-17 05:31:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-17 05:31:30 +0200
commitc2fc0a3b9adbf657f7afce0f3f653c48dee84add (patch)
tree7592323f9fb312d22ef5b5b88e3c4935073d8956 /package/pcmanfm/Makefile
parentdb4e450701bd974965ea77797b40fd37c0861f39 (diff)
lxde updates
Diffstat (limited to 'package/pcmanfm/Makefile')
-rw-r--r--package/pcmanfm/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/package/pcmanfm/Makefile b/package/pcmanfm/Makefile
index ff050312d..42048dd49 100644
--- a/package/pcmanfm/Makefile
+++ b/package/pcmanfm/Makefile
@@ -9,8 +9,11 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 20c07a1a39596d2322be0e88a310b314
PKG_DESCR:= graphical file manager
PKG_SECTION:= x11/apps
-PKG_DEPENDS:= libfm
-PKG_BUILDDEP:= libfm
+PKG_BUILDDEP:= libfm atk glib gtk+
+PKG_DEPENDS:= libfm libatk libxcomposite cairo libx11
+PKG_DEPENDS+= libxrender libgtk glib libxfixes fontconfig
+PKG_DEPENDS+= libintl pango menu-cache freetype libxext
+PKG_DEPENDS+= libxdamage gdk-pixbuf libpthread
PKG_URL:= http://lxde.org/
PKG_SITES:= http://openadk.org/distfiles/
@@ -18,6 +21,10 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PCMANFM,pcmanfm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CPPFLAGS_FOR_BUILD+= $(shell pkg-config --cflags glib-2.0)
+LDFLAGS_FOR_BUILD+= $(shell pkg-config --libs glib-2.0)
+CONFIGURE_ARGS+= --disable-gtk-doc
+
pcmanfm-install:
$(INSTALL_DIR) $(IDIR_PCMANFM)/etc/xdg/pcmanfm
$(CP) $(WRKINST)/etc/xdg/pcmanfm/* \