diff options
author | Allan McRae <allan@archlinux.org> | 2015-05-17 16:02:17 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-05-19 15:43:00 +0200 |
commit | 3d4529335c598e79b5a483fedc4c9d5c12ef10f1 (patch) | |
tree | f965489bcea98a5461f064584fffb16d559e7e84 /scripts/po | |
parent | 1a17249159d2425dfd5103b8699673f72394a385 (diff) | |
download | pacman-3d4529335c598e79b5a483fedc4c9d5c12ef10f1.tar.gz pacman-3d4529335c598e79b5a483fedc4c9d5c12ef10f1.tar.xz |
libmakepkg: extract functions for source download and extraction
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/po')
-rw-r--r-- | scripts/po/POTFILES.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 30bc3f48..00cb1b8d 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -28,6 +28,13 @@ scripts/libmakepkg/lint_pkgbuild/pkgver.sh.in scripts/libmakepkg/lint_pkgbuild/provides.sh.in scripts/libmakepkg/lint_pkgbuild/source.sh.in scripts/libmakepkg/lint_pkgbuild/util.sh.in +scripts/libmakepkg/source.sh.in +scripts/libmakepkg/source/bzr.sh.in +scripts/libmakepkg/source/file.sh.in +scripts/libmakepkg/source/git.sh.in +scripts/libmakepkg/source/hg.sh.in +scripts/libmakepkg/source/local.sh.in +scripts/libmakepkg/source/svn.sh.in scripts/libmakepkg/tidy.sh.in scripts/libmakepkg/tidy/docs.sh.in scripts/libmakepkg/tidy/emptydirs.sh.in |