|
@@ -51,11 +51,25 @@
|
|
|
|
|
|
## Resource types
|
|
|
|
|
|
-- "res": Generic resource: file path without leading "/"
|
|
|
+- "rootpath": Generic resource: file on root filesystem without leading "/"
|
|
|
+- "path": Generic resource: file name locatable /usr directory
|
|
|
+- "opt": Optional software: file name locatable /opt directory
|
|
|
+- "res": Generic resource: resource under /usr/share directory
|
|
|
+- "cfg": Configuration file: file name locatable /etc directory
|
|
|
- "bin": Binary executable: file name locatable in `$PATH`
|
|
|
+- "sbin": Binary executable: file name locatable in /usr/sbin or /sbin
|
|
|
- "lib": Shared library: file name locatable by LD
|
|
|
-- "app": Desktop entry: file name in /usr/share/applications
|
|
|
+- "libexec": Binary executable: file name locatable in /usr/libexec
|
|
|
+- "libres": Generic resource: file name locatable /usr/lib, /usr/lib64, /lib, or /lib64 directories
|
|
|
+- "info": Information page: file name locatable /usr/share/info
|
|
|
+- "man": Manual page: file name locatable /usr/share/man
|
|
|
+- "locale": Locale: file name locatable /usr/share/locale
|
|
|
+- "app": Desktop entry: file name locatable in /usr/share/applications
|
|
|
- "inc": Include: file name in /usr/include
|
|
|
+- "pc": Package config: file name locatable in `$PKG_CONFIG_PATH`
|
|
|
+- "vapi": Vala API: file name in /
|
|
|
+- "gir": GObject introspection: file name locatable in /usr/share/gir
|
|
|
+- "typelib": GObject typelib: file name locatable in /usr/lib64/girepository-1.0, /usr/lib/girepository-1.0, /lib64/girepository-1.0, or /lib/girepository-1.0
|
|
|
|
|
|
## Source Repositories (Repo.usmr)
|
|
|
|