Commit graph

65 commits

Author SHA1 Message Date
lucasjome fc4b2e57fe Updated Makefile - LANGS 2020-06-17 10:13:57 -03:00
lucasjome 9260ea351f
Added pt_BR to Makefile 2020-06-16 20:47:30 -03:00
jguer f0aa4e0b5a
fix(maintenance): build PIE executable and trim path by default 2020-06-15 09:42:46 +02:00
jguer 80216bdc69
fix(ci): set prefix for release 2020-06-14 00:56:42 +02:00
jguer d3f9335d2d
fix(ci): refactor CI 2020-06-13 23:24:33 +02:00
jguer d003e96e07
fix(ci): fix env propagation
fix broken ci artifact download
2020-06-13 19:49:57 +02:00
Benjamin Vialle 4af542e233 Add French Translation 2020-06-08 09:11:04 +02:00
Zhong Lufan 0554e46ec4 Add Simplified Chinese Translation 2020-06-05 09:59:22 +02:00
jguer cecba84982
fix(locale): remove DESTDIR from locale path 2020-05-30 01:04:12 +02:00
jguer 63ccabd33c
fix(locale): remove xgotext dep from install 2020-05-30 00:58:24 +02:00
jguer 0c45a390a2
fix(locale): make install with locale 2020-05-30 00:43:18 +02:00
jguer 87d0dd64c3
fix(locale): add base locale 2020-05-08 18:13:51 +02:00
jguer 732f1a5412
feat(localization): wrap all translatable strings 2020-05-05 19:21:42 +02:00
jguer 9fccdcb30f
fix(ci): implement stricter linting settings 2020-05-02 16:17:20 +02:00
Zheng Piaodan 942947fac4 Use user-defined GOPROXY if possible 2020-03-16 10:42:40 +01:00
Jguer 9795a36692
fix(yay): remove vendor and tweak ci 2020-02-29 18:50:33 +01:00
Jguer 203b49321e
Bump version to 9.4.2 for -G patching 2019-10-23 12:11:44 +01:00
Jguer 1257a6df08
Bump version to 9.4.1 for arm bin release once pacman 5.2 hits arm core 2019-10-22 21:15:11 +01:00
Jguer 211b96867c
Bump version for release. 9.4.0 2019-10-21 16:50:17 +01:00
Jguer d647d29435
Added multiarch build and release workflow 2019-10-16 02:51:14 +01:00
Jguer c44f738ba8
Convert linting to Makefile action. Patch Dockerfile and CI script 2019-10-13 20:59:20 +01:00
morganamilo b773ec2aa4
Have "make build" build be the default again 2019-10-10 16:37:37 +01:00
Jguer fdcfeba902
Bump version to 9.3.3. Fix issues with make build calling make vendor 2019-10-05 11:16:58 +01:00
Jguer c5c2e906d3
Move completion to submodule 2019-10-05 02:02:30 +01:00
Jguer 5084391e79
Makefile: Fix docker-build 2019-10-05 01:04:01 +01:00
Jguer 963af374b5
Fix order of variables 2019-10-04 20:43:42 +01:00
Jguer 5b3ae061cf makefile: remove unreferenced target 2019-09-29 10:30:33 +01:00
Jguer d0705a6d6b Make makefile more targeted by refactoring. Add new multistage dockerfile
Remove separate targets for release.
Replace travis-ci with github-actions

Signed-off-by: Jguer <me@jguer.space>
2019-09-29 10:24:09 +01:00
Jguer fd9a62ddb8 Bump version 2019-09-20 18:37:42 +01:00
Jguer 86b73689a3
Should fix #960. Bumps patchversion 2019-06-03 23:39:30 +01:00
Jguer 4e34e3a5fe Added arm v7 build 2019-04-09 19:39:38 +01:00
Jguer eb468fc878
Update minor version 2019-04-06 13:10:12 +01:00
Jguer 56da655195 Add docker-build for development outside of arch environment 2019-04-04 12:14:34 +01:00
Jguer 5db33b6bcb
Documented and fixed docker release process 2019-04-03 23:06:22 +01:00
Jguer 9d708d5186 Add multiarch images for cross-compiling 2019-04-03 21:08:58 +01:00
Jguer 0f57ed0ba8
Update to version 9.1.0 2019-01-20 15:52:21 +00:00
Jguer d3a9082f2a
Update patch version of yay to reflect makefile changes 2018-12-07 14:00:17 +00:00
Jguer 555b166fd3
Readd gopath tweaks to function in makepkg. Only for gcc-go 2018-12-07 13:50:57 +00:00
Jguer cc0036c43b
Detect gccgo and give them their own flags. #824 2018-12-07 13:37:44 +00:00
Jguer a05886d9eb
Update major version 2018-12-03 14:51:17 +00:00
Jguer 6b31a1a626
Finish transition to go modules even in gopath 2018-12-03 14:49:39 +00:00
Jguer 84022c9425
Merge branch 'modules' of github.com:Morganamilo/yay into Morganamilo-modules 2018-12-03 14:41:10 +00:00
Jguer 5bcadc58ac
Fix tests and prepare for release 2018-12-01 15:03:46 +00:00
Jguer 621b8aac43
Update constant version. Add transitional support for patch version 2018-10-08 18:46:51 +01:00
morganamilo 8b325ce704
Fixup Makefile
Remove ifndef: ?= can be used instead
Add package to .phony
2018-09-23 21:54:22 +01:00
morganamilo 90d8b15c59
Convert to go modules 2018-09-15 17:42:34 +01:00
morganamilo 81bccfd34e
Don't assume the go root
The go root might be in different places if the user is using
a different go binary that is not managed by the system (eg
/usr/local/bin/go). In this case the go binary should be smart enough to
default to it's own go root. Or if there are still problems, it is on
the user to configure it themselves.
2018-09-07 18:56:50 +01:00
Architekton 00f2cffc45
Remove redundant variable 2018-08-12 09:13:40 +10:00
Jguer f8e84658c0
Major version update 2018-07-16 11:35:25 +01:00
Jguer 2e8d2b4d2c
Bump MAJOR_VERSION 2018-06-19 11:33:07 +01:00