Commit graph

147676 commits

Author SHA1 Message Date
Đoàn Trần Công Danh c987560802 srcpkgs/c*: convert patches to -Np1
```sh
git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" |
while read template; do
	for p in ${template%/template}/patches/*; do
		sed -i '
			\,^[+-][+-][+-] /dev/null,b
			/^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b
			s,^[*][*][*] ,&a/,
			/^--- /{
				s,\(^--- \)\(./\)*,\1a/,
				s,[.][Oo][Rr][Ii][Gg]\([	/]\),\1,
				s/[.][Oo][Rr][Ii][Gg]$//
				s/[.]patched[.]\([^.]\)/.\1/
				h
			}
			/^+++ -/{
				g
				s/^--- a/+++ b/
				b
			}
			s,\(^+++ \)\(./\)*,\1b/,
		' "$p"
	done
	sed -i '/^patch_args=/d' $template
done
```
2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh c6ce65d3d0 srcpkgs/b*: convert patches to -Np1
```sh

git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" |
while read template; do
	for p in ${template%/template}/patches/*; do
		sed -i '
			\,^[+-][+-][+-] /dev/null,b
			/^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b
			s,^[*][*][*] ,&a/,
			/^--- /{
				s,\(^--- \)\(./\)*,\1a/,
				s,[.-][Oo][Rr][Ii][Gg]\([	/]\),\1,
				s/[.-][Oo][Rr][Ii][Gg]$//
				s/[.]patched[.]\([^.]\)/.\1/
				h
			}
			/^+++ -/{
				g
				s/^--- a/+++ b/
				b
			}
			s,\(^+++ \)\(./\)*,\1b/,
		' "$p"
	done
	sed -i '/^patch_args=/d' $template
done
```
2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh ae69000001 srcpkgs/a*: convert patches to -Np1
* arduino and antiword is kept at -Np0

```sh

git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" |
while read template; do
	for p in ${template%/template}/patches/*; do
		sed -i '
			\,^[+-][+-][+-] /dev/null,b
			/^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b
			s,^[*][*][*] ,&a/,
			/^--- /{
				s,\(^--- \)\(./\)*,\1a/,
				s,[.][Oo][Rr][Ii][Gg]\([	/]\),\1,
				s/[.][Oo][Rr][Ii][Gg]$//
				s/[.]patched[.]\([^.]\)/.\1/
				h
			}
			/^+++ -/{
				g
				s/^--- a/+++ b/
				b
			}
			s,\(^+++ \)\(./\)*,\1b/,
		' "$p"
	done
	sed -i '/^patch_args=/d' $template
done
```
2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh 8b25a1449b do-patch: switch default patch_args to -Np1
All templates that require -Np0 have patch_args appended.
Let's flip the switch.
2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh ef11f57681 srcpkgs: add patch_args=-Np0 en-mass
Generated with:

        git ls-files 'srcpkgs/**/patches/*' |
        cut -d/ -f2 | uniq |
        xargs printf 'srcpkgs/%s/template\n'  |
        xargs grep -L 'patch_args=' |
        xargs sed -i '$a patch_args=-Np0"
2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh 847bd2d11e srcpkgs: adjust patch_args to -Np1 for patches being symlinked 2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh 8be2201d76 grub: unify patch_args to -Np1 2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh 3aeafb6ad6 mediastreamer: normalise patches 2021-06-20 13:17:29 +07:00
Đoàn Trần Công Danh 78faf18230 ladish: normalise patches 2021-06-20 13:17:29 +07:00
Abigail G 84bd83ee79 chezmoi: update to 2.0.15. 2021-06-19 22:22:32 -03:00
q66 ad6e14c559 rustup: disable rustls on non-x86/arm to unbreak build 2021-06-20 00:14:29 +02:00
Érico Nogueira 157f366c24 linux5.12: update to 5.12.12. 2021-06-19 16:59:27 -03:00
skmpz d36a95c6db thin-provisioning-tools: update to 0.9.0. 2021-06-19 16:35:03 -03:00
Gerardo Di iorio bc72392624 hcloud: update to 1.24.0. 2021-06-19 16:33:50 -03:00
Gerardo Di iorio 85964671b1 libsass: update to 3.6.5. 2021-06-19 16:32:52 -03:00
mobinmob b0408b9b7a ristretto: update to 0.11.0. 2021-06-19 16:32:41 -03:00
skmpz d45411d866 openvpn: update to 2.5.3. 2021-06-19 16:31:39 -03:00
Benjamín Albiñana 4526c932a6 doomretro: update to 4.1.2. 2021-06-19 16:31:22 -03:00
Gadzhi Kharkharov aeea2ab9ef font-iosevka: update to 7.1.0. 2021-06-19 16:30:03 -03:00
FollieHiyuki f9028009c2 hugo: update to 0.84.0 2021-06-19 16:29:43 -03:00
FollieHiyuki 2e8db00a08 font-sarasa-gothic: update to 0.32.5 2021-06-19 16:29:02 -03:00
Roberto Ricci 9cf46867d9 pipe-viewer: update to 0.1.2. 2021-06-19 16:28:55 -03:00
Leah Neukirchen 9593980ef5 python3-boto3: update to 1.17.97. 2021-06-19 19:48:49 +02:00
Leah Neukirchen ce1e1e0ad5 thinkfan: update to 1.2.2. 2021-06-19 19:48:12 +02:00
Duncaen b0adbdda08
youtube-viewer: update to 3.9.2. 2021-06-19 19:03:03 +02:00
Duncaen a5f230dc2c
sndio: update to 1.8.1. 2021-06-19 19:01:28 +02:00
John 861582c3e9 New package: soci-4.0.1 2021-06-19 18:36:13 +02:00
John 66de009e4e rstudio: update to 1.4.1106. 2021-06-19 18:36:13 +02:00
John efb94e5e00 polkit-qt5: update to 0.114.0. 2021-06-19 15:50:03 +02:00
John 39e1e6c236 akonadi5: depend on kaccounts-providers 2021-06-19 13:33:41 +02:00
John 6972787d05 New package: accounts-qml-module-0.7 2021-06-19 13:33:40 +02:00
John e8643d44fc threadweaver: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 0b03568866 syntax-highlighting: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 387ce40a08 syndication: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John b224caf9e8 sonnet: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 3eb77fe6e3 qqc2-desktop-style: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 6d6b5dfa44 purpose: update to 5.83.0.
Dep on kaccounts-providers only exists, becaue kaccounts-integration is
useless without it, but if it would depend on providers, we would have
a dep loop
2021-06-19 11:33:57 +02:00
John ec573a980e prison: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 1d0e3caa33 plasma-framework: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 63012bdf70 oxygen-icons5: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 55beeabd2a networkmanager-qt5: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 77216e22a1 modemmanager-qt5: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John e4105ebecc kxmlrpcclient: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 193e7b8be5 kxmlgui: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 742500cae0 kwindowsystem: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John 2d27765f15 kwidgetsaddons: update to 5.83.0. 2021-06-19 11:33:57 +02:00
John e1849422d0 kwayland: update to 5.83.0. 2021-06-19 11:33:56 +02:00
John e819867354 kwallet: update to 5.83.0. 2021-06-19 11:33:56 +02:00