pcmanfm: bump version to 1.2.3
- Bump version to 1.2.3 - Remove unnecessary patch - Add a hash file [Thomas: - adapt patch to the latest master - license is GPLv2+, not GPLv2 - replace 'select BR2_PACKAGE_XORG7' by 'depends on BR2_PACKAGE_XORG7'] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1b43e91af3
commit
c778e27716
@ -1,20 +0,0 @@
|
||||
Link against libX11
|
||||
|
||||
fm-desktop.c uses XSendEvent, so we should link against libX11.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
|
||||
Index: b/configure.in
|
||||
===================================================================
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -12,7 +12,8 @@
|
||||
|
||||
pkg_modules="gtk+-2.0 >= 2.6.0 \
|
||||
gthread-2.0 \
|
||||
- libstartup-notification-1.0"
|
||||
+ libstartup-notification-1.0 \
|
||||
+ x11"
|
||||
|
||||
AC_FUNC_MMAP
|
||||
|
@ -1,20 +1,24 @@
|
||||
config BR2_PACKAGE_PCMANFM
|
||||
bool "pcmanfm"
|
||||
select BR2_PACKAGE_LIBFM
|
||||
select BR2_PACKAGE_MENU_CACHE
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBGTK2
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
select BR2_PACKAGE_GAMIN
|
||||
select BR2_PACKAGE_STARTUP_NOTIFICATION
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
depends on BR2_PACKAGE_LIBGTK2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # libgtk2
|
||||
depends on BR2_ARCH_HAS_ATOMICS # libgtk2
|
||||
help
|
||||
An extremely fast and lightweight file manager which features
|
||||
tabbed browsing and a user-friendly interface.
|
||||
PCMan File Manager (PCManFM) is a file manager application developed
|
||||
by Hong Jen Yee from Taiwan which is meant to be a replacement for
|
||||
Nautilus, Konqueror and Thunar.
|
||||
|
||||
http://internap.dl.sourceforge.net/sourceforge/pcmanfm
|
||||
http://wiki.lxde.org/en/PCManFM
|
||||
|
||||
comment "pcmanfm needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_PACKAGE_XORG7 && BR2_PACKAGE_LIBGTK2
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
comment "pcmanfm needs X.org and a toolchain w/ wchar, threads, C++"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_ARCH_HAS_ATOMICS
|
||||
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_XORG7
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 15d1a06b500f8ea42d158e41072e175c4ee9765c2bd856e83aa9963e56330e93 pcmanfm-0.3.5.9.tar.gz
|
||||
# From http://blog.lxde.org/?p=1280
|
||||
sha1 0a195301de31c82f1c169e620be7cea8b91813b5 pcmanfm-1.2.3.tar.xz
|
||||
|
@ -4,11 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PCMANFM_VERSION = 0.3.5.9
|
||||
PCMANFM_SITE = http://downloads.sourceforge.net/project/pcmanfm/pcmanfm-legacy%20%28Old%200.5%20series%29/PCManFM%20$(PCMANFM_VERSION)
|
||||
PCMANFM_CONF_OPTS = --disable-hal
|
||||
PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xlib_libX11
|
||||
PCMANFM_AUTORECONF = YES
|
||||
PCMANFM_VERSION = 1.2.3
|
||||
PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.xz
|
||||
PCMANFM_SITE = http://sourceforge.net/projects/pcmanfm/files
|
||||
PCMANFM_DEPENDENCIES = libgtk2 libglib2 menu-cache libfm
|
||||
PCMANFM_LICENSE = GPLv2+
|
||||
PCMANFM_LICENSE_FILES = COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user