aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca895d090055..137400b703cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = incus-ui-canonical
pkgdesc = lxd-ui rebranded to incus
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KosmX/incus-ui-canonical-arch
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c9ed9eae4e9a..67401a6b2a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _canonical_name=lxd-ui
pkgname=incus-ui-canonical
pkgver=0.8
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="lxd-ui rebranded to incus"
arch=('i686' 'x86_64')
@@ -31,6 +31,8 @@ prepare() {
#https://github.com/zabbly/incus/blob/75f9f3de023f13d1d54e133fb2ea60de8a0c3006/.github/workflows/builds.yml#L306
cd "$_canonical_name-$pkgver"
+ git init # https://github.com/KosmX/incus-ui-canonical-arch/issues/3
+
git apply -p1 < "${REPO}/patches/ui-canonical-0001-Branding.patch"
patch -p1 -i "${REPO}/patches/ui-canonical-0002-Update-navigation.patch"
patch -p1 -i "${REPO}/patches/ui-canonical-0003-Update-certificate-generation.patch"