summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2021-10-28 20:01:01 +0200
committerJan Neumann2021-10-28 20:01:01 +0200
commitb55b64bc5defcb7d659820aace71d4f853a2e81b (patch)
treef8cc5c1c6301ad6b04b3500a341a00da380b8287
parent1e258ac00a2259dfa79a518a5ed1e5291053f9cf (diff)
downloadaur-b55b64bc5defcb7d659820aace71d4f853a2e81b.tar.gz
patch gitmodules
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
-rw-r--r--gitmodules.patch8
3 files changed, 21 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3ab649e452..861b79fdafdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtwebflix-git
pkgdesc = Standalone HD Netflix Browser using qt5-webengine (also supports Amazon prime, HBO Go, Hulu, Crunchy Roll)
- pkgver = 0.1.r173.ga50ef71
- pkgrel = 1
+ pkgver = 0.1.r181.g5fc1e15
+ pkgrel = 2
url = https://github.com/gort818/qtwebflix
arch = any
license = GPL3
@@ -12,8 +12,9 @@ pkgbase = qtwebflix-git
optdepends = pepper-flash: Needed for some streaming services
source = git+https://github.com/gort818/qtwebflix.git
source = qtwebflix.desktop
+ source = gitmodules.patch
sha256sums = SKIP
sha256sums = 7b15975f63818493b965926c336e37b8716f9550d23058fc9057004d3f7ffb2f
+ sha256sums = 84bf20e7bea6f5b0b33f0b04516bcf2d8833ce6b17bd131eaeb7b941d3bd5705
pkgname = qtwebflix-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3995caba0773..410995f98655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=qtwebflix-git
_gitname=qtwebflix
-pkgver=0.1.r173.ga50ef71
-pkgrel=1
+pkgver=0.1.r181.g5fc1e15
+pkgrel=2
pkgdesc='Standalone HD Netflix Browser using qt5-webengine (also supports Amazon prime, HBO Go, Hulu, Crunchy Roll)'
arch=('any')
url='https://github.com/gort818/qtwebflix'
@@ -13,10 +13,12 @@ depends=('xdg-utils' 'qt5-webengine' 'chromium-widevine')
optdepends=('pepper-flash: Needed for some streaming services')
makedepends=('git')
source=("git+${url}.git"
- "${_gitname}.desktop")
+ "${_gitname}.desktop"
+ "gitmodules.patch")
sha256sums=('SKIP'
- '7b15975f63818493b965926c336e37b8716f9550d23058fc9057004d3f7ffb2f')
+ '7b15975f63818493b965926c336e37b8716f9550d23058fc9057004d3f7ffb2f'
+ '84bf20e7bea6f5b0b33f0b04516bcf2d8833ce6b17bd131eaeb7b941d3bd5705')
pkgver() {
cd ${srcdir}/${_gitname}
@@ -27,8 +29,10 @@ pkgver() {
}
prepare() {
-
cd ${srcdir}/${_gitname}
+
+ patch --strip=1 .gitmodules < ${srcdir}/gitmodules.patch
+
git submodule init
git submodule update
diff --git a/gitmodules.patch b/gitmodules.patch
new file mode 100644
index 000000000000..8f7c1d9c0fce
--- /dev/null
+++ b/gitmodules.patch
@@ -0,0 +1,8 @@
+--- .gitmodules 2021-10-28 19:35:47.742081378 +0200
++++ .gitmodules.patch 2021-10-28 19:35:38.349979076 +0200
+@@ -3,4 +3,4 @@
+ url = https://github.com/nemomobile/qtdbusextended.git
+ [submodule "lib/qtmpris"]
+ path = lib/qtmpris
+- url = https://git.merproject.org/mer-core/qtmpris
++ url = https://git.sailfishos.org/mer-core/qtmpris