projects
/
openwrt
/
svn-archive
/
feeds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5fd8
)
pcmanfm: Add missing dependencies
author
Michael Büsch
<mb@bu3sch.de>
Thu, 4 Nov 2010 13:20:52 +0000
(13:20 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Thu, 4 Nov 2010 13:20:52 +0000
(13:20 +0000)
SVN-Revision: 23861
lxde/apps/pcmanfm/Makefile
patch
|
blob
|
history
diff --git
a/lxde/apps/pcmanfm/Makefile
b/lxde/apps/pcmanfm/Makefile
index 5f40c15b283588221f33ac007b45481f0c581a8e..9b534dabfd5c24ecfdbe76d3e7e130e6084b59f1 100644
(file)
--- a/
lxde/apps/pcmanfm/Makefile
+++ b/
lxde/apps/pcmanfm/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcmanfm
PKG_VERSION:=0.5
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/pcmanfm
@@
-31,7
+31,7
@@
define Package/pcmanfm
CATEGORY:=Xorg
SUBMENU:=app
TITLE:=pcmanfm
- DEPENDS:=+gtk2
+ DEPENDS:=+gtk2
+libstartup-notification +libgamin
endef
define Build/Configure