diff options
author | hizani | 2025-01-13 18:53:00 +0300 |
---|---|---|
committer | hizani | 2025-01-13 18:53:00 +0300 |
commit | c7f5d813445907c2dbe8efe6ed7751dea6f2b00d (patch) | |
tree | 4728b37889baa9f0ae1910a290181c87516d6164 /PKGBUILD | |
parent | cb590005b2eff36dcaf763803ab8d4a4eb868b62 (diff) | |
download | aur-c7f5d813445907c2dbe8efe6ed7751dea6f2b00d.tar.gz |
remove name and description changes that should be changed in the upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -3,7 +3,7 @@ pkgname=qtox-toktok _pkgname=qTox pkgver=1.18.2 -pkgrel=1 +pkgrel=2 pkgdesc='Powerful Tox client written in C++/Qt (TokTok fork)' arch=('x86_64') url='https://github.com/TokTok/qTox' @@ -17,13 +17,6 @@ sha512sums=('SKIP') prepare() { cd $_pkgname git checkout -q tags/v${pkgver} - - mv io.github.qtox.qTox.desktop qtox.desktop - mv res/io.github.qtox.qTox.appdata.xml res/qtox.appdata.xml - - sed -i 's/io.github.qtox.qTox/qtox/g' res/qtox.appdata.xml cmake/Installation.cmake - sed -i 's/<\/summary>/ (TokTok fork)<\/summary>/g' res/qtox.appdata.xml - sed -i 's/qtox.github.io/github.com\/TokTok\/qTox/g' res/qtox.appdata.xml src/widget/form/settings/aboutform.cpp } build() { |