Move all to deprecated folder.
This commit is contained in:
24
deprecated/firmware/buildroot/package/pcmanfm/Config.in
Normal file
24
deprecated/firmware/buildroot/package/pcmanfm/Config.in
Normal file
@@ -0,0 +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 # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # libgtk2
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz
|
||||
help
|
||||
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://wiki.lxde.org/en/PCManFM
|
||||
|
||||
comment "pcmanfm needs X.org and a toolchain w/ wchar, threads, C++"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_XORG7
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://blog.lxde.org/?p=1280
|
||||
sha1 0a195301de31c82f1c169e620be7cea8b91813b5 pcmanfm-1.2.3.tar.xz
|
||||
14
deprecated/firmware/buildroot/package/pcmanfm/pcmanfm.mk
Normal file
14
deprecated/firmware/buildroot/package/pcmanfm/pcmanfm.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# pcmanfm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
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
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user