summaryrefslogtreecommitdiffstats
path: root/arch/README.md
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-09-20 17:08:32 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-09-29 06:38:40 +0000
commit018f946ee70600993c60a74046f417ca05bdb41b (patch)
tree37829ad4f8af4005172148ee78ab38b67328cecb /arch/README.md
parent2bcda9ee7da7582ee0e550a71b9f865cac76dce2 (diff)
downloadtde-packaging-018f946ee70600993c60a74046f417ca05bdb41b.tar.gz
tde-packaging-018f946ee70600993c60a74046f417ca05bdb41b.zip
ArchLinux: Take a newer state of pkgbuilds from Michael Manley
Clean old long-term not maintained pkgbuilds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'arch/README.md')
-rw-r--r--arch/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/README.md b/arch/README.md
new file mode 100644
index 000000000..db8f10458
--- /dev/null
+++ b/arch/README.md
@@ -0,0 +1,26 @@
+# Trinity_ArchLinux_PKGBUILD
+PKGBUILD's for building Trinity on Arch Linux
+
+## How to build Trinity with these Files
+If you have trouble building one of these packages,
+please source the environment variables by issuing (from package directory):
+```
+. ../environment
+```
+OR
+```
+source ../environment
+```
+
+The Build Script build.sh will automatically source this environment and is not needed to be ran beforehand
+
+## Building the Trinity Packages
+All you need to do is run ./build.sh after installing any dependencies. A Docker Script is included to create
+a temporary build environment for Trinity. It is recommended to use this Docker Environment as this is how
+the official trinity arch repo is compiled by. See the README.md in DockerBuildEnvironment for details.
+
+## Unbuildable Packages
+Here lists the unbuildable packages at the moment. Please help make these packages buildable and submit any pull
+requests to fix them. Each package has a Bug entry which includes the build log for reference.
+
+1. amarok - Needs dependencies and havent added them into build environment yet, wasnt yet included anyway