mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-05 00:55:04 -05:00
741fa31603
abs has always been an Arch Linux specific tool, and although it is used primarily by pacman and makepkg, it should not be included with a distro- agnostic tarball. In addition, maintenance of the script would be better outside of pacman and would allow for more frequent updates. This also facilitates our move away from a cvsup/csup dependent tool for syncing PKGBUILDs. Signed-off-by: Dan McGee <dan@archlinux.org>
22 lines
460 B
Plaintext
22 lines
460 B
Plaintext
# List of source files with translatable strings
|
|
|
|
# pacman frontend source files
|
|
src/pacman/add.c
|
|
src/pacman/callback.c
|
|
src/pacman/conf.c
|
|
src/pacman/deptest.c
|
|
src/pacman/package.c
|
|
src/pacman/pacman.c
|
|
src/pacman/query.c
|
|
src/pacman/remove.c
|
|
src/pacman/sync.c
|
|
src/pacman/util.c
|
|
|
|
# scripts with gettext translations
|
|
scripts/gensync.sh.in
|
|
scripts/makepkg.sh.in
|
|
scripts/pacman-optimize.sh.in
|
|
scripts/repo-add.sh.in
|
|
scripts/repo-remove.sh.in
|
|
scripts/updatesync.sh.in
|