[arch-commits] Commit in flameshot/trunk (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Fri Aug 17 13:05:15 UTC 2018
Date: Friday, August 17, 2018 @ 13:05:15
Author: farseerfc
Revision: 372481
upgpkg: flameshot 0.6.0-1
flameshot 0.6.0
Modified:
flameshot/trunk/PKGBUILD
----------+
PKGBUILD | 23 +++++++----------------
1 file changed, 7 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 12:49:16 UTC (rev 372480)
+++ PKGBUILD 2018-08-17 13:05:15 UTC (rev 372481)
@@ -2,33 +2,24 @@
# Contributor: xyzzy <628208 at gmail.com>
pkgname=flameshot
-pkgver=0.5.1
-pkgrel=6
+pkgver=0.6.0
+pkgrel=1
pkgdesc="Powerful yet simple to use screenshot software"
arch=('x86_64')
url="https://github.com/lupoDharkael/flameshot"
license=('GPL')
-depends=('qt5-base')
+depends=('qt5-svg' 'hicolor-icon-theme')
makedepends=('make' 'qt5-tools')
source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz"
- "pr174.patch::https://github.com/lupoDharkael/flameshot/commit/986b7741428e1f00a5b0688e254665eab90c025a.patch"
- "pr149.patch::https://github.com/lupoDharkael/flameshot/commit/1bf282921744d3b3332d626c3ca00367ac7e6a44.patch"
- "pr171.patch::https://github.com/lupoDharkael/flameshot/commit/b4ba65588df33ead8bd0e9898a2f0b48be9f979d.patch"
)
-sha256sums=('35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e'
- 'ad8d85d72e0729fb7629f04b1250fab354340987efd58f3fdd09ae6a7f075b27'
- '25cade2e09da0afa77e62178d847d4198407cff6a198bb6db7c14db128f3921e'
- 'e6479eb2a6e489e33a57d74f25c00adead799d4bd2af9e013f92b2f22d59f50d')
+sha256sums=('61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589')
install="${pkgname}.install"
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ../pr174.patch
- patch -Np1 -i ../pr149.patch
- patch -Np1 -i ../pr171.patch
- ## fix locale setting
- sed -i 's|QLocale::system[(][)][.]language[(][)]|QLocale()|' src/main.cpp
+ ### fix locale setting
+ #sed -i 's|QLocale::system[(][)][.]language[(][)]|QLocale()|' src/main.cpp
## add a version number from pkgver
sed -i "s|TAG_VERSION = .*|TAG_VERSION = v${pkgver}|" flameshot.pro
@@ -42,5 +33,5 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make install
+ make INSTALL_ROOT="${pkgdir}" install
}
More information about the arch-commits
mailing list