mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
updated qupzilla to latest version (1.3.1)
This commit is contained in:
parent
7c08d1d87c
commit
936a55328f
@ -1,23 +1,23 @@
|
|||||||
# Contributor: Neophytos Kolokotronis <tetris4@gmail.com>
|
# Contributor: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||||
|
# Contributor: Fabian Kosmale <0inkane@googlemail.com>
|
||||||
|
|
||||||
pkgname=qupzilla
|
pkgname=qupzilla
|
||||||
pkgver=1.3.0
|
pkgver=1.3.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
commit=g${_commit}
|
_commit=0a7741c
|
||||||
_commit=625c9a3
|
|
||||||
pkgdesc="A very fast open source browser based on WebKit core"
|
pkgdesc="A very fast open source browser based on WebKit core"
|
||||||
url="http://www.qupzilla.com"
|
url="http://www.qupzilla.com"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('qt')
|
depends=('qt')
|
||||||
categories=('network')
|
categories=('network')
|
||||||
source=("https://github.com/QupZilla/QupZilla/tarball/master/QupZilla-qupzilla-1.3.0.tar.gz"
|
source=("https://github.com/QupZilla/QupZilla/tarball/master/QupZilla-qupzilla-${pkgver}.tar.gz"
|
||||||
'searchenginesmanager.diff'
|
'searchenginesmanager.diff'
|
||||||
'speeddial.diff'
|
'speeddial.diff'
|
||||||
'preferences.diff'
|
'preferences.diff'
|
||||||
'qupzilla.diff'
|
'qupzilla.diff'
|
||||||
'start-white.png')
|
'start-white.png')
|
||||||
md5sums=('406b311569ea5c8e03eff8705d5d9b7a'
|
md5sums=('fd4b8e0024acbb48b6464895caeb93f4'
|
||||||
'9ba76131a4480f421cea8116bf2fe684'
|
'9ba76131a4480f421cea8116bf2fe684'
|
||||||
'05550d47d4c84efada2f65b31a3ab148'
|
'05550d47d4c84efada2f65b31a3ab148'
|
||||||
'ac98b9f9cc45df18070eabee518c0049'
|
'ac98b9f9cc45df18070eabee518c0049'
|
||||||
@ -41,4 +41,4 @@ package() {
|
|||||||
mkdir -p ${pkgdir}/usr/share/icons
|
mkdir -p ${pkgdir}/usr/share/icons
|
||||||
install -m 644 -p ${srcdir}/start-white.png ${pkgdir}/usr/share/icons/
|
install -m 644 -p ${srcdir}/start-white.png ${pkgdir}/usr/share/icons/
|
||||||
make INSTALL_ROOT=$pkgdir install
|
make INSTALL_ROOT=$pkgdir install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user