diff options
author | 2015-03-10 01:43:59 +0000 | |
---|---|---|
committer | 2015-03-10 01:43:59 +0000 | |
commit | d39ffc8b4f30c3994597ec63270032d74f230a90 (patch) | |
tree | 3c43c60fa53debbfb5ec0fac3a911b54d90582ce /app-misc/rox-filer/files | |
parent | Added mask for =pypy-2.5.0 (diff) | |
download | gentoo-2-d39ffc8b4f30c3994597ec63270032d74f230a90.tar.gz gentoo-2-d39ffc8b4f30c3994597ec63270032d74f230a90.tar.bz2 gentoo-2-d39ffc8b4f30c3994597ec63270032d74f230a90.zip |
initial import, bug 537388, thanks Punarbasu 'ppurka' Purkayastha, sitquietly
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-misc/rox-filer/files')
-rw-r--r-- | app-misc/rox-filer/files/rox-filer-2.11-in-source-build.patch | 15 | ||||
-rw-r--r-- | app-misc/rox-filer/files/rox.desktop | 10 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/rox-filer/files/rox-filer-2.11-in-source-build.patch b/app-misc/rox-filer/files/rox-filer-2.11-in-source-build.patch new file mode 100644 index 000000000000..d5400ec5f63f --- /dev/null +++ b/app-misc/rox-filer/files/rox-filer-2.11-in-source-build.patch @@ -0,0 +1,15 @@ +--- /root/configure 2015-03-09 16:39:03.921516152 +0800 ++++ src/configure 2015-03-09 16:39:08.455516081 +0800 +@@ -2133,12 +2133,6 @@ + + ac_config_headers="$ac_config_headers config.h" + +- +- if [ -f configure ]; then +- as_fn_error $? "Please run configure from the build directory (try ../AppRun --compile)" "$LINENO" 5 +- exit 1 +-fi +- + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/app-misc/rox-filer/files/rox.desktop b/app-misc/rox-filer/files/rox.desktop new file mode 100644 index 000000000000..583eefaef6a6 --- /dev/null +++ b/app-misc/rox-filer/files/rox.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=Rox-Filer +Comment=The Rox File Manager +Icon=rox +Exec=rox +Categories=GTK;Utility;System;Core; +StartupNotify=true +Terminal=false |