From 489601ca8cd150fe23a75fa511b0aa2b120e882d Mon Sep 17 00:00:00 2001
From: Lars Frost <larsf@fsmpi.rwth-aachen.de>
Date: Thu, 22 Sep 2022 13:23:03 +0200
Subject: [PATCH] Fix package parsing and use manjaro packages

---
 packages | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/packages b/packages
index 0283ade..7f0e3ee 100644
--- a/packages
+++ b/packages
@@ -14,26 +14,26 @@
  C   |gimp|gimp: Bildbearbeitung (Pixelbasiert)
  c   |zsh zsh-doc|zsh: Alternative Shell
  c   |fish|fish: The Friendly Interactive Shell
- cM  |remmina|x2go: Remote Desktop Client (z.B. für den RBI-Pool)
+ cM  |remmina|x2go: Remote Desktop Client
   m  |singular|singular: Tool für die Vorlesung Computeralgebra
-  m  |gap gap-*|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik
+  m  |gap gap-doc gap-packages|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik
   M  |codeblocks|codeblocks: IDE für das C++-Praktikum
-   P |python3-numpy|numpy: Numeric Bibiliothek für Python
-   P |python3-scipy|scipy: Python-Bibliothek für scientific computing
-   P |python3-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python
-   P |python3-seaborn|Seaborn: Schönes Plotten mit Python
-   p |python3-sympy|sympy: Python-Bibliothek für symbolische Rechnungen
-   P |ipython3|ipython: Interaktiver Python Interpreter mit Tab-Vervollständgung
+   P |python-numpy|numpy: Numeric Bibiliothek für Python
+   P |python-scipy|scipy: Python-Bibliothek für scientific computing
+   P |python-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python
+   P |python-seaborn|Seaborn: Schönes Plotten mit Python
+   p |python-sympy|sympy: Python-Bibliothek für symbolische Rechnungen
+   P |ipython|ipython: Interaktiver Python Interpreter mit Tab-Vervollständgung
    P |bpython|bpython: Ein weiterer interaktiver Python Interpreter
    P |gnuplot|gnuplot: Programm um Funktions- und Datenplots anzufertigen
-   P |wxmaxima|wxmaxima: Graphische Benutzeroberfläche für das Maxima Computer Algebra System
-   p |liblapack-dev|LAPACK: Eine Standard-Numerik-Bibliothek für Physiker und Numeriker
-   P |spyder spyder3|spyder: Python IDE (die, die in Anaconda benutzt wird)
+# P |wxmaxima|wxmaxima: Graphische Benutzeroberfläche für das Maxima Computer Algebra System # only in AUR
+   p |lapacke|LAPACK: Eine Standard-Numerik-Bibliothek für Physiker und Numeriker
+   P |spyder|spyder: Python IDE (die, die in Anaconda benutzt wird)
    P |jupyter-notebook|Python (Jupyter) Notebooks
     i|postgresql|postgresql: Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren
-    I|dia|dia: Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen
+    I|umbrello|umbrello: Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen
     I|ghc|ghc: Glaskow Haskell Compiler für die Vorlesung Programmierung
-    I|default-jdk|Java JDK für die Vorlesung Programmierung
+    I|jdk-openjdk|Java JDK für die Vorlesung Programmierung
     I|swi-prolog|swi-prolog: Prolog Interpreter/Compiler für die Vorlesung Programmierung
    Pi|valgrind|valgrind: Debugging- und Profilingtool, welches bei der Entwicklung von Programmen hilft
    Pi|gdb|GNU Debugger: Anderes Debugging-Tool
-- 
GitLab