summaryrefslogtreecommitdiffstats
path: root/kpackage/slackInterface.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <darrella@clovermail.net>2025-04-14 21:16:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-14 21:16:18 +0900
commita4190f43796fa5be14ccc778bd85dea1497d0216 (patch)
tree48992b1bcb7b096f3650ce5da5c9964ac306c4be /kpackage/slackInterface.cpp
parent90bac567eac0b78d148189e41ea65de57c34f9ed (diff)
downloadtdeadmin-a4190f43796fa5be14ccc778bd85dea1497d0216.tar.gz
tdeadmin-a4190f43796fa5be14ccc778bd85dea1497d0216.zip
Update slackware related config and documentation.
Signed-off-by: Darrell Anderson <darrella@clovermail.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpackage/slackInterface.cpp')
-rw-r--r--kpackage/slackInterface.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/kpackage/slackInterface.cpp b/kpackage/slackInterface.cpp
index bf2be7b..b5841b5 100644
--- a/kpackage/slackInterface.cpp
+++ b/kpackage/slackInterface.cpp
@@ -72,7 +72,7 @@ SLACK::SLACK():pkgInterface()
updated_pict = UserIcon("supdated");
new_pict = UserIcon("snew");
- packagePattern = "*.tgz *.tar.gz";
+ packagePattern = "*.tgz *.tar.gz *.txz";
typeID = "/slack";
locatedialog = 0;
@@ -82,14 +82,14 @@ SLACK::SLACK():pkgInterface()
locatedialog = new Locations(i18n("Location of Slackware Package Archives"));
locatedialog->pLocations(1, 1, this, i18n("Install location", "I"),
- "Slackware", "*.TXT *.txt *.tgz *.tar.gz",
+ "Slackware", "*.TXT *.txt *.tgz *.tar.gz *.txz",
i18n("Location of a 'PACKAGES.TXT' File for Extended Information"));
locatedialog->pLocations(4, 1, this, i18n("Packages file", "P"),
- "Slackware", "*.tgz *.tar.gz",
+ "Slackware", "*.tgz *.tar.gz *.txz",
i18n("Location of 'PACKAGES.TXT' File for Slackware Distribution"),
i18n("Location of Base Folder of Slackware Distribution"));
locatedialog->dLocations(2, 6, this, i18n("Folders", "F"),
- "Slackware", "*.tgz *.tar.gz",
+ "Slackware", "*.tgz *.tar.gz *.txz",
i18n("Location of Folders Containing Slackware Packages"));
connect(locatedialog,TQ_SIGNAL(returnVal(LcacheObj *)),
@@ -122,13 +122,14 @@ void SLACK::initTranslate()
trl->insert("e",new TQString(i18n("GNU EMacs")));
trl->insert("f",new TQString(i18n("FAQs")));
trl->insert("k",new TQString(i18n("Kernel Source")));
+ trl->insert("kde",new TQString(i18n("KDE")));
+ trl->insert("l",new TQString(i18n("Libraries")));
trl->insert("n",new TQString(i18n("Networking")));
trl->insert("t",new TQString(i18n("TeX Distribution")));
trl->insert("tcl",new TQString(i18n("TCL Script Language")));
trl->insert("x",new TQString(i18n("X Window System")));
trl->insert("xap",new TQString(i18n("X Applications")));
- trl->insert("xd",new TQString(i18n("X Development Tools")));
- trl->insert("xv",new TQString(i18n("XView and OpenLook")));
+ trl->insert("xfce",new TQString(i18n("Xfce")));
trl->insert("y",new TQString(i18n("Games")));
}