Commit Graph

116 Commits

Author SHA1 Message Date
Vinícius Moreira
98ea92bc1f [aur] fix config reading during dependency checking 2019-12-18 18:42:38 -03:00
Vinícius Moreira
59c6b6686f [aur] deleted var fix 2019-12-18 18:27:45 -03:00
Vinícius Moreira
496f61a27b [aur] config file 2019-12-18 18:19:00 -03:00
Vinícius Moreira
7a768861b2 [aur] AUR normalized index cached to disk instead of memory 2019-12-18 16:43:47 -03:00
Vinícius Moreira
b9ed2cf4c1 sketch 2019-12-09 19:30:27 -03:00
Vinícius Moreira
fab88cb995 [aur] reading all transitive dependencies of the selected optional dependencies before their installation 2019-12-06 19:03:12 -03:00
Vinícius Moreira
86f479065d [fix][aur] optional dependencies installation 2019-12-04 14:16:33 -03:00
Vinícius Moreira
e01249f49c [improvement][aur] retrieving and displaying all transitive required dependencies 2019-12-04 12:47:10 -03:00
Vinicius Moreira
2aec03586a [fix][aur] replaces the wrong term 'mirror' by 'repository' 2019-12-02 18:02:07 -03:00
Vinicius Moreira
5acd06a708 [aur] improving dialog labels 2019-12-02 17:37:42 -03:00
Vinicius Moreira
d0d478de99 [improvement][aur] optdeps dialog: 'cancel' button label changed to 'do not install' 2019-12-02 12:53:48 -03:00
Vinicius Moreira
5394a73f84 [aur][pacman] improving comments 2019-12-02 11:39:08 -03:00
Vinicius Moreira
ef5210b468 [fix][aur] not finding some dependencies declared as files instead of the package names 2019-12-02 11:36:05 -03:00
Vinicius Moreira
a6de4caa51 [aur] removing optimized makepkg.conf when it is not necessary 2019-11-29 11:34:14 -03:00
Vinicius Moreira
4834e8dafd [aur] show the description field in the info window of not installed packages 2019-11-29 09:34:50 -03:00
Vinicius Moreira
a9da7bacc2 [aur] new suggestion 2019-11-29 09:20:11 -03:00
Vinicius Moreira
dca66b315e [aur] respecting BAUH_ARCH_OPTIMIZE when makepkg calls are executed 2019-11-29 09:05:20 -03:00
Vinicius Moreira
915c3b50a3 [aur] --noprepare during dependency checking 2019-11-28 18:36:50 -03:00
Vinicius Moreira
7dda7eaa18 [aur] enabled by default 2019-11-27 12:55:08 -03:00
Vinicius Moreira
374c697196 [improvement][aur] generating the optimized makepkg.conf at ~/.config/bauh/arch and using it as a build parameter 2019-11-27 11:33:13 -03:00
Vinicius Moreira
f241ec78e2 Merge branch 'master' into staging 2019-11-27 10:49:44 -03:00
Vinícius Moreira
1ff34a95a9 Merge pull request #33 from JonasLoos/master
add german translation
2019-11-27 10:49:12 -03:00
Jonas Loos
33db593f26 additional german translations 2019-11-27 15:38:07 +09:00
Vinicius Moreira
d88d304331 [ui][aur] improved Required / Optional confirmation dialogs 2019-11-26 19:29:10 -03:00
Vinicius Moreira
7720d4d3e3 [ui][aur] improved Required / Optional confirmation dialogs 2019-11-26 19:09:00 -03:00
Vinicius Moreira
bed3db69e6 [fix][aur] Removing repeated 'prepare' step that was delaying the build and preventing some packages to install 2019-11-26 17:31:44 -03:00
Vinicius Moreira
4f8bdb15d1 Merge branch 'master' into staging 2019-11-26 13:12:28 -03:00
Vinícius Moreira
470037bb88 Merge pull request #32 from fitojb/master
Add Catalan translation
2019-11-26 13:11:54 -03:00
Vinicius Moreira
fc90f894cd Merge branch 'master' into staging 2019-11-25 19:17:16 -03:00
albanobattistella
e00ae4f05b Create it 2019-11-25 20:37:39 +01:00
Vinicius Moreira
3bd493e225 [improvement] Adding all english i18n keys to help people with the application translation 2019-11-25 13:42:32 -03:00
Vinicius Moreira
b59cb347c4 [improvement] Not breaking the application when a i18n (translation) key was not found 2019-11-25 13:09:50 -03:00
Adolfo Jayme Barrientos
cc636b5b8c Add Catalan translation 2019-11-24 19:54:27 -06:00
Jonas Loos
d6c7b79ae1 add german translation. Not tested in app 2019-11-23 02:37:57 +09:00
Vinicius Moreira
c323ed125b [snap] fix: not showing 'API is out' popup when there is no internet connection 2019-10-24 14:52:25 -03:00
Vinicius Moreira
97fe290bff [aur] i18n 2019-10-24 13:18:07 -03:00
Vinicius Moreira
7c5a0c80ae [aur] mapping known search key words to the specific package name 2019-10-24 13:02:07 -03:00
Vinicius Moreira
0a2a317569 [aur] version suffix checking only for 'bauh' and 'bauh-staging' 2019-10-24 12:49:34 -03:00
Vinicius Moreira
eaa98d8a71 [aur] fix: encoding dependency name before requesting info from the API 2019-10-23 19:06:12 -03:00
Vinicius Moreira
5df45627ee [aur] caching the package categories to the disk 2019-10-22 17:24:39 -03:00
Vinicius Moreira
64e4822b2d [refactoring] CategoriesDownloader as a common class 2019-10-22 17:10:24 -03:00
Vinicius Moreira
c358d077be [snap] caching categories to the disk | not locking the application boot while categories are being retrieved 2019-10-22 16:36:10 -03:00
Vinicius Moreira
930308834b [aur] caching categories to the disk | not locking the application boot while the AUR categories are being retrieved 2019-10-22 16:13:32 -03:00
Vinicius Moreira
696ce1c79e fix: application is not initializing when there is no internet connection 2019-10-22 10:18:35 -03:00
Vinicius Moreira
d80cac19af [aur] showing a popup when there are integrity issues with the source-files of a building package 2019-10-21 18:48:48 -03:00
Vinicius Moreira
7d9104d139 [aur] fix: not able to work with .xpm icons 2019-10-21 15:21:52 -03:00
Vinicius Moreira
b0d09312c5 [aur] fix: not able to handle missing dependencies with symbols 2019-10-21 14:55:13 -03:00
Vinicius Moreira
42a3be984c [aur] fix -> not respecting 'ignorepkg' settings in pacman.conf 2019-10-21 12:55:05 -03:00
Vinicius Moreira
8ea182da2a [aur] fix -> update-checking for some scenarios described in Manjaro's forum 2019-10-21 12:11:06 -03:00
Vinicius Moreira
415f6b5ec7 handling possible error when parsing cloud category files 2019-10-17 14:36:14 -03:00