summaryrefslogtreecommitdiffstats
path: root/templates/man8/makepkg.8.pot
blob: 9ea9c0530b381247c8f8df25a8a7ddaf758c0202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-05-01 15:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "MAKEPKG"
msgstr ""

#. type: TH
#: archlinux
#, no-wrap
msgid "2024-03-15"
msgstr ""

#. type: TH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "Pacman 6\\&.1\\&.0"
msgstr ""

#. type: TH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "Pacman Manual"
msgstr ""

#.  -----------------------------------------------------------------
#.  * MAIN CONTENT STARTS HERE *
#.  -----------------------------------------------------------------
#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "makepkg - package build utility"
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "I<makepkg> [options] [ENVVAR=value] [ENVVAR+=value] \\&..."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"I<makepkg> is a script to automate the building of packages\\&. The "
"requirements for using the script are a build-capable *nix platform and a "
"custom build script for each package you wish to build (known as a "
"PKGBUILD)\\&. See B<PKGBUILD>(5) for details on creating your own build "
"scripts\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"The advantage to a script-based build is that the work is only done once\\&. "
"Once you have the build script for a package, I<makepkg> will do the rest: "
"download and validate source files, check dependencies, configure the build-"
"time settings, build the package, install the package into a temporary root, "
"make customizations, generate meta-info, and package the whole thing up for "
"pacman to use\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<Note>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"I<makepkg> uses your current locale by default and does not unset it when "
"building packages\\&. If you wish to share your build output with others "
"when seeking help or for other purposes, you may wish to run \"LC_ALL=C "
"makepkg\" so your logs and output are not localized\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-A, --ignorearch>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Ignore a missing or incomplete arch field in the build script\\&. This is "
"for rebuilding packages from source when the PKGBUILD may be slightly "
"outdated and not updated with an arch=(\\*(Aqyourarch\\*(Aq)  field\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-c, --clean>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Clean up leftover work files and directories after a successful build\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--config> E<lt>fileE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Use an alternate configuration file instead of the /etc/makepkg\\&.conf "
"default\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-d, --nodeps>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Do not perform any dependency checks\\&. This will let you override and "
"ignore any dependencies required\\&. There is a good chance this option will "
"break the build process if all of the dependencies are not installed\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-e, --noextract>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Do not extract source files or run the prepare() function (if present); use "
"whatever source already exists in the $srcdir/ directory\\&. This is handy "
"if you want to go into $srcdir/ and manually patch or tweak code, then make "
"a package out of the result\\&. Keep in mind that creating a patch may be a "
"better solution to allow others to use your PKGBUILD\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--verifysource>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"For each source file in the source array of PKGBUILD, download the file if "
"required and perform the integrity checks\\&. No extraction or build is "
"performed\\&. Dependencies specified in the PKGBUILD will not be handled "
"unless --syncdeps is used\\&. Useful for performing subsequent offline "
"builds\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-f, --force>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"makepkg will not build a package if a built package already exists in the "
"PKGDEST (set in B<makepkg.conf>(5)) directory, which may default to the "
"current directory\\&. This allows the built package to be overwritten\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-g, --geninteg>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"For each source file in the source array of PKGBUILD, download the file if "
"required and generate integrity checks\\&. The integrity checks generated "
"are determined by the checks present in the PKGBUILD, falling back to the "
"value of the INTEGRITY_CHECK array in makepkg\\&.conf(5) if these are "
"absent\\&. This output can be redirected into your PKGBUILD for source "
"validation using \"makepkg -g E<gt>E<gt> PKGBUILD\"\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--skipinteg>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Do not perform any integrity checks (checksum and PGP) on source files\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--skipchecksums>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Do not verify checksums of source files\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--skippgpcheck>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Do not verify PGP signatures of source files\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-h, --help>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Output syntax and command line options\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--holdver>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"When using VCS sources (B<PKGBUILD>(5)) any currently checked out source "
"will not be updated to the latest revision\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-i, --install>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Install or upgrade the package after a successful build using "
"B<pacman>(8)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-L, --log>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Enable logging\\&. This will use the B<tee> program to send the output of "
"each of the PKGBUILD functions to both the console and to a text file in the "
"build directory named pkgbase-pkgver-pkgrel-arch-E<lt>functionE<gt>\\&."
"log\\&. As mentioned above, the logs will be localized so you may want to "
"set your locale accordingly if sharing the log output with others\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-m, --nocolor>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Disable color in output messages\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-o, --nobuild>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Download and extract files, run the prepare() function, but do not build "
"them\\&. Useful with the I<--noextract> option if you wish to tweak the "
"files in $srcdir/ before building\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-p> E<lt>buildscriptE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Read the package script buildscript instead of the PKGBUILD default; see "
"B<PKGBUILD>(5)\\&. The buildscript must be located in the directory makepkg "
"is called from\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-r, --rmdeps>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Upon successful build, remove any dependencies installed by makepkg during "
"dependency auto-resolution and installation when using -s\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-R, --repackage>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Repackage contents of the package without rebuilding the package\\&. This is "
"useful if you forgot, for example, a dependency or install file in your "
"PKGBUILD and the build itself will not change\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-s, --syncdeps>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Install missing dependencies using pacman\\&. When build-time or run-time "
"dependencies are not found, pacman will try to resolve them\\&. If "
"successful, the missing packages will be downloaded and installed\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-S, --source>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Do not actually build the package, but build a source-only tarball that does "
"not include sources that can be fetched via a download URL\\&. This is "
"useful for passing a single tarball to another program such as a chroot, "
"remote builder, or a tarball upload\\&. Because integrity checks are "
"verified, all source files of the package need to be present or "
"downloadable\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-V, --version>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Display version information\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-C, --cleanbuild>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Remove the $srcdir before building the package\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<-D> E<lt>dirE<gt>, B<--dir> E<lt>dirE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Change to directory E<lt>dirE<gt> before reading the PKGBUILD or doing "
"anything else\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--allsource>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Do not actually build the package, but build a source-only tarball that "
"includes all sources, including those that are normally downloaded via "
"makepkg\\&. This is useful for passing a single tarball to another program "
"such as a chroot or remote builder\\&. It will also satisfy requirements of "
"the GPL when distributing binary packages\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--check>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Run the check() function in the PKGBUILD, overriding the setting in "
"B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--noarchive>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Do not create the archive at the end of the build process\\&. This can be "
"useful to test the package() function or if your target distribution does "
"not use pacman\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--nocheck>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Do not run the check() function in the PKGBUILD or handle the "
"checkdepends\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--noprepare>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Do not run the prepare() function in the PKGBUILD\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--noverify>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Do not run the verify() function in the PKGBUILD\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--sign>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Sign the resulting package with gpg, overriding the setting in B<makepkg."
"conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--nosign>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Do not create a signature for the built package\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--key> E<lt>keyE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Specify a key to use when signing packages, overriding the GPGKEY setting in "
"B<makepkg.conf>(5)\\&. If not specified in either location, the default key "
"from the keyring will be used\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--noconfirm>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"(Passed to pacman) Prevent pacman from waiting for user input before "
"proceeding with operations\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--needed>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"(Passed to pacman) Tell pacman not to reinstall a target if it is already up-"
"to-date\\&. (used with I<-i> / I<--install>)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--asdeps>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"(Passed to pacman) Install packages as non-explicitly installed (used with "
"I<-i> / I<--install>)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--noprogressbar>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"(Passed to pacman) Prevent pacman from displaying a progress bar; useful if "
"you are redirecting makepkg output to file\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--packagelist>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"List the package filenames that would be produced without building\\&. "
"Listed package filenames include PKGDEST and PKGEXT\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<--printsrcinfo>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Generate and print the SRCINFO file to stdout\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "ADDITIONAL FEATURES"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"makepkg supports building development versions of packages without having to "
"manually update the pkgver in the PKGBUILD\\&. This was formerly done using "
"the separate utility I<versionpkg>\\&. See B<PKGBUILD>(5) for details on how "
"to set up a development PKGBUILD\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "REPRODUCIBILITY"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"makepkg is designed to be compatible with Reproducible Builds\\&. If the "
"B<SOURCE_DATE_EPOCH> environment variable is set, it will be exported to "
"subprocesses, and source and package file modification times and package "
"metadata will be unified based on the timestamp specified\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"If the B<SOURCE_DATE_EPOCH> environment variable is not set, makepkg will "
"use its own start date for internal use, but will not unify source file "
"timestamps before building\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "ENVIRONMENT VARIABLES"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<MAKEPKG_LIBRARY>=\"/path/to/directory\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Use an alternative libmakepkg path instead of the /usr/share/makepkg "
"default\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<PACMAN>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"The command that will be used to check for missing dependencies and to "
"install and remove packages\\&. Pacman\\(cqs I<-Qq>, I<-Rns>, I<-S>, I<-T>, "
"and I<-U> operations must be supported by this command\\&. If the variable "
"is not set or empty, makepkg will fall back to \\(oqpacman\\(cq\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<MAKEPKG_CONF=>\"/path/to/file\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Use an alternate config file instead of the /etc/makepkg\\&.conf default\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<PKGDEST=>\"/path/to/directory\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Directory where the resulting packages will be stored\\&. Overrides the "
"corresponding value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<SRCDEST=>\"/path/to/directory\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Directory where the downloaded sources will be stored\\&. Overrides the "
"corresponding value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<SRCPKGDEST=>\"/path/to/directory\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Directory where source package files will be stored\\&. Overrides the "
"corresponding value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<LOGDEST=>\"/path/to/directory\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Directory where generated log files will be stored\\&. Overrides the "
"corresponding value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<PACKAGER=>\"John Doe E<lt>john@doe\\&.comE<gt>\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"String to identify the creator of the resulting package\\&. Overrides the "
"corresponding value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<BUILDDIR=>\"/path/to/directory\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Directory where the package will be built\\&. Overrides the corresponding "
"value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<CARCH=>\"(i686|x86_64)\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Force build for a specific architecture\\&. Useful for cross-compiling\\&. "
"Overrides the corresponding value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<PKGEXT=>\"\\&.pkg\\&.tar\\&.gz\", B<SRCEXT=>\"\\&.src\\&.tar\\&.gz\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Sets the compression used when making compiled or source packages\\&. "
"Overrides the corresponding value defined in B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<GNUPGHOME=>\"/path/to/directory\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Directory where the gpg keyring for signing the built package is stored\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<GPGKEY=>\"keyid\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Specify a key to use when signing packages, overriding the GPGKEY setting in "
"B<makepkg.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<SOURCE_DATE_EPOCH=>\"E<lt>dateE<gt>\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Used for Reproducible Builds\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<BUILDTOOL=>\"E<lt>nameE<gt>\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"The name of a tool ecosystem used to set up the build environment\\&. Used "
"for defining a spec for reproducible builds, e\\&.g\\&. the B<makepkg."
"conf>(5)  used\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<BUILDTOOLVER=>\"E<lt>versionE<gt>\""
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "The version of the I<$BUILDTOOL> used\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<GITFLAGS>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"The options to pass when checking out git sources, replacing the default \"--"
"mirror\"\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "CONFIGURATION"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"See B<makepkg.conf>(5) for more details on configuring makepkg using the "
"I<makepkg\\&.conf> file\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "ERRORS"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "On exit, makepkg will return one of the following error codes\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "0"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Normal exit condition\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "1"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Unknown cause of failure\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "2"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Error in configuration file\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "3"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "User specified an invalid option\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "4"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Error in user-supplied function in PKGBUILD\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "5"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Failed to create a viable package\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "6"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "A source or auxiliary file specified in the PKGBUILD is missing\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "7"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "The PKGDIR is missing\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "8"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Failed to install dependencies\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "9"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Failed to remove dependencies\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "10"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "User attempted to run makepkg as root\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "11"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "User lacks permissions to build or install to a given location\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "12"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Error parsing PKGBUILD\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "13"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "A package has already been built\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "14"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "The package failed to install\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "15"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Programs necessary to run makepkg are missing\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "16"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Specified GPG key does not exist or failed to sign package\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "B<makepkg.conf>(5), B<PKGBUILD>(5), B<pacman>(8)"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"See the pacman website at https://archlinux\\&.org/pacman/ for current "
"information on pacman and its related tools\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "BUGS"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Bugs? You must be kidding; there are no bugs in this software\\&. But if we "
"happen to be wrong, submit a bug report with as much detail as possible at "
"the Arch Linux Bug Tracker in the Pacman section\\&."
msgstr ""

#. type: SH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
msgid "AUTHORS"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Current maintainers:"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Allan McRae E<lt>allan@archlinux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Andrew Gregory E<lt>andrew\\&.gregory\\&.8@gmail\\&.comE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Morgan Adamiec E<lt>morganamilo@archlinux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Past major contributors:"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Judd Vinet E<lt>jvinet@zeroflux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Aurelien Foret E<lt>aurelien@archlinux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Aaron Griffin E<lt>aaron@archlinux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Dan McGee E<lt>dan@archlinux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Xavier Chantry E<lt>shiningxc@gmail\\&.comE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Nagy Gabor E<lt>ngaba@bibl\\&.u-szeged\\&.huE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Dave Reisner E<lt>dreisner@archlinux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid "Eli Schwartz E<lt>eschwartz@archlinux\\&.orgE<gt>"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
msgid ""
"For additional contributors, use git shortlog -s on the pacman\\&.git "
"repository\\&."
msgstr ""

#. type: TH
#: fedora-40
#, no-wrap
msgid "2024-03-09"
msgstr ""

#. type: TH
#: fedora-rawhide
#, no-wrap
msgid "2024-04-14"
msgstr ""