mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 03:25:01 -05:00
f159203f6f
Remove what was a pretty weird abstraction in the libalpm backend. Instead of parsing server URLs as we get them (of which we don't usually use more than a handful anyway), wait until they are actually used, which allows us to store them as a simple string list instead. This allows us to remove a lot of code, and will greatly simplify the continuing refactoring of the download code. Signed-off-by: Dan McGee <dan@archlinux.org>
24 lines
472 B
Plaintext
24 lines
472 B
Plaintext
# List of source files with translatable strings
|
|
|
|
lib/libalpm/add.c
|
|
lib/libalpm/alpm.c
|
|
lib/libalpm/alpm_list.c
|
|
lib/libalpm/backup.c
|
|
lib/libalpm/be_files.c
|
|
lib/libalpm/cache.c
|
|
lib/libalpm/conflict.c
|
|
lib/libalpm/db.c
|
|
lib/libalpm/delta.c
|
|
lib/libalpm/deps.c
|
|
lib/libalpm/dload.c
|
|
lib/libalpm/error.c
|
|
lib/libalpm/group.c
|
|
lib/libalpm/handle.c
|
|
lib/libalpm/log.c
|
|
lib/libalpm/md5.c
|
|
lib/libalpm/package.c
|
|
lib/libalpm/remove.c
|
|
lib/libalpm/sync.c
|
|
lib/libalpm/trans.c
|
|
lib/libalpm/util.c
|