mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Filer: actually doesn't build with arch x86
Marked x86 as non-working. Slightly improved description. No need to increase the revision for these changes. Removed filer-1.0.0beta3.recipe as it didn't build anyway and possibly interferes with building filer-1.0.0, because it's picked up first when doing a "haikuporter filer".
This commit is contained in:
@@ -3,9 +3,9 @@ DESCRIPTION="The Filer is a powerful, flexible automatic file organizer. It \
|
||||
is an implementation of the 'Sorting Chute' idea conceived on the Glass \
|
||||
Elevator mailing list for Haiku.
|
||||
|
||||
Filer is an automatic file organizer. It takes the files it's opened with or \
|
||||
that are dropped on its icon and moves, renames, copies or does all sorts of \
|
||||
other things with them according to rules created by the user.
|
||||
Filer takes the files it's opened with or that are dropped on its icon and \
|
||||
moves, renames, copies or does all sorts of other things with them according \
|
||||
to rules created by the user.
|
||||
|
||||
Filer is accompanied by AutoFiler. Instead of working on a set of files \
|
||||
provided by the user, it can be started together with Haiku to monitor certain \
|
||||
@@ -19,7 +19,7 @@ SOURCE_URI="https://github.com/HaikuArchives/Filer/archive/1e452286b24fbf3722ec2
|
||||
CHECKSUM_SHA256="8dd8bf6cfe2074425fed02e91bdb2854c65f96840e6ef16466f025f76f27f4b8"
|
||||
SOURCE_DIR="Filer-1e452286b24fbf3722ec2ffb06bc55467b01b0d2"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
ARCHITECTURES="!x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
filer = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user