mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has, is transformed into "all", and then the other entries in ARCHITECTURES either dropped or rearranged appropriately.
This commit is contained in:
@@ -6,7 +6,7 @@ It can be used as a replacement of libgnome-menu of gnome-menus.
|
||||
Advantages:
|
||||
1. Shorten time for loading menu entries.
|
||||
2. Ease of use. (API is very similar to that of libgnome-menu)
|
||||
3. Lightweight runtime library. (Parsing of the menu definition files
|
||||
3. Lightweight runtime library. (Parsing of the menu definition files
|
||||
are done by menu-cache-gen when the menus are really changed.)
|
||||
4. Less unnecessary and complicated file monitoring.
|
||||
5. Heavily reduced disk I/O."
|
||||
@@ -19,7 +19,7 @@ CHECKSUM_SHA256="990857aa61a2894730e3749b6bc0f905967eed0c21aa2b62a7694007bdccbe8
|
||||
SOURCE_DIR="menu-cache-$portVersion"
|
||||
PATCHES="menu_cache-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user