psemiletov / tea-qt

TEA text editor
https://tea.ourproject.org
GNU General Public License v3.0
89 stars 13 forks source link

Conflict with a different tea package in arch repo #50

Closed FabioLolix closed 3 years ago

FabioLolix commented 3 years ago

Hello Peter

A different 'tea' package have been added to Arch official repo https://archlinux.org/packages/community/x86_64/tea/

and now the packages are in conflict, so seems it is time to rename/rebranding to tea-qt

psemiletov commented 3 years ago

Not at the TEA source level. TEA is far older and mature than "Gitea" command line tool.

psemiletov commented 3 years ago

I've fixed it at tea-qt-git package with rename of tea executable and at tea.desktop file entry.

FabioLolix commented 3 years ago

Not at the TEA source level. TEA is far older and mature than "Gitea" command line tool.

Yeah, I know but it has gone this way

For the pkgbuild pkgrel need to bumped to 2 (pkgrel=2)

and provide/conflicts adjusted

provides=('tea-qt') conflicts=('tea-qt')

psemiletov commented 3 years ago

Thank you!