From 4834e8dafd148d73afc2685f99f5af62f517cbd0 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 29 Nov 2019 09:34:50 -0300 Subject: [PATCH] [aur] show the description field in the info window of not installed packages --- bauh/gems/arch/controller.py | 1 + bauh/gems/arch/resources/locale/ca | 1 + bauh/gems/arch/resources/locale/de | 1 + bauh/gems/arch/resources/locale/en | 1 + bauh/gems/arch/resources/locale/es | 1 + bauh/gems/arch/resources/locale/it | 1 + bauh/gems/arch/resources/locale/pt | 1 + 7 files changed, 7 insertions(+) diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index af5531df..e9078613 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -294,6 +294,7 @@ class ArchManager(SoftwareManager): info = { '01_id': pkg.id, '02_name': pkg.name, + '03_description': pkg.description, '03_version': pkg.version, '04_popularity': pkg.popularity, '05_votes': pkg.votes, diff --git a/bauh/gems/arch/resources/locale/ca b/bauh/gems/arch/resources/locale/ca index dd47dff2..2c408d43 100644 --- a/bauh/gems/arch/resources/locale/ca +++ b/bauh/gems/arch/resources/locale/ca @@ -59,6 +59,7 @@ aur.info.00_pkg_build=pkgbuild aur.info.01_id=id aur.info.02_name=nom aur.info.03_version=versió +aur.info.03_description=descripció aur.info.04_popularity=popularitat aur.info.05_votes=vots aur.info.06_package_base=paquet base diff --git a/bauh/gems/arch/resources/locale/de b/bauh/gems/arch/resources/locale/de index 647ff73f..ac71a2a5 100644 --- a/bauh/gems/arch/resources/locale/de +++ b/bauh/gems/arch/resources/locale/de @@ -27,6 +27,7 @@ aur.info.00_pkg_build=pkgbuild aur.info.01_id=id aur.info.02_name=name aur.info.03_version=version +aur.info.03_description=Beschreibung aur.info.04_popularity=Beliebtheit aur.info.05_votes=Stimmen aur.info.06_package_base=Paketbasis diff --git a/bauh/gems/arch/resources/locale/en b/bauh/gems/arch/resources/locale/en index 4c2b35e9..f51ffcfc 100644 --- a/bauh/gems/arch/resources/locale/en +++ b/bauh/gems/arch/resources/locale/en @@ -27,6 +27,7 @@ aur.info.00_pkg_build=pkgbuild aur.info.01_id=id aur.info.02_name=name aur.info.03_version=version +aur.info.03_description=description aur.info.04_popularity=popularity aur.info.05_votes=votes aur.info.06_package_base=package base diff --git a/bauh/gems/arch/resources/locale/es b/bauh/gems/arch/resources/locale/es index ef7c3183..60e47c41 100644 --- a/bauh/gems/arch/resources/locale/es +++ b/bauh/gems/arch/resources/locale/es @@ -59,6 +59,7 @@ aur.info.00_pkg_build=pkgbuild aur.info.01_id=id aur.info.02_name=nombre aur.info.03_version=versión +aur.info.03_description=descripción aur.info.04_popularity=popularidad aur.info.05_votes=votos aur.info.06_package_base=paquete base diff --git a/bauh/gems/arch/resources/locale/it b/bauh/gems/arch/resources/locale/it index cb2b7e5a..c4acadde 100644 --- a/bauh/gems/arch/resources/locale/it +++ b/bauh/gems/arch/resources/locale/it @@ -27,6 +27,7 @@ aur.info.00_pkg_build=pkgbuild aur.info.01_id=id aur.info.02_name=nome aur.info.03_version=versione +aur.info.03_description=descrizione aur.info.04_popularity=popularità aur.info.05_votes=voti aur.info.06_package_base=pacchetto base diff --git a/bauh/gems/arch/resources/locale/pt b/bauh/gems/arch/resources/locale/pt index 4aaeb383..8315cbd4 100644 --- a/bauh/gems/arch/resources/locale/pt +++ b/bauh/gems/arch/resources/locale/pt @@ -59,6 +59,7 @@ aur.info.00_pkg_build=pkgbuild aur.info.01_id=id aur.info.02_name=nome aur.info.03_version=versão +aur.info.03_description=descrição aur.info.04_popularity=popularidade aur.info.05_votes=votos aur.info.06_package_base=pacote base