[arch-commits] Commit in gitea/trunk (PKGBUILD gitea-arch-defaults.patch)
Maxime Gauduin
alucryd at archlinux.org
Wed Apr 1 18:34:16 UTC 2020
Date: Wednesday, April 1, 2020 @ 18:34:15
Author: alucryd
Revision: 609097
upgpkg: gitea 1.11.4-1
Modified:
gitea/trunk/PKGBUILD
gitea/trunk/gitea-arch-defaults.patch
---------------------------+
PKGBUILD | 17 ++++++++++-------
gitea-arch-defaults.patch | 9 ---------
2 files changed, 10 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 18:18:33 UTC (rev 609096)
+++ PKGBUILD 2020-04-01 18:34:15 UTC (rev 609097)
@@ -3,8 +3,8 @@
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=gitea
-pkgver=1.11.3
-pkgrel=2
+pkgver=1.11.4
+pkgrel=1
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
arch=(x86_64)
url="https://gitea.io"
@@ -21,7 +21,7 @@
'sqlite: SQLite support'
)
backup=('etc/gitea/app.ini')
-_tag=9c55e8b94486d501806f3389192ca13b4e03235c # git rev-parse v${pkgver}
+_tag=0f7c7bc3827f87c69a98d105addc1ba443cea024 # git rev-parse v${pkgver}
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed"
gitea.tmpfiles
gitea.service
@@ -31,7 +31,7 @@
'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
'7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0'
'2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4'
- '1fb97d8c77f5e66fcbe65b7e0c04e683adfb77ce89217cec16f2da998131b0f4')
+ '9de4f1e85c1dabffaf79cf996dea0dc52e054f1f469883d950facb3ca97d4ee0')
validpgpkeys=(
8C4033A23895237CB27D52D9D9B5613BEB813F99 # Matti Ranta <matti at mdranta.net> old RSA2048, retrieved from https://github.com/techknowlogick.gpg
B56E3C7437A49E136862F5DE9D8A57ADAA232E95 # Matti Ranta <matti at mdranta.net> new RSA4096, retrieved from https://github.com/techknowlogick.gpg
@@ -49,17 +49,20 @@
make vendor
}
+pkgver() {
+ cd ${pkgname}
+ git describe --tags | sed 's/^v//'
+}
+
build() {
cd ${pkgname}
make generate
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\" -X \"code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/\""
- make EXTRA_GOFLAGS="-trimpath" TAGS="sqlite pam" build
+ make EXTRA_GOFLAGS="-trimpath" TAGS="bindata sqlite pam" build
}
package() {
install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
- install -dm755 "${pkgdir}"/usr/share/${pkgname}
- cp -dr --no-preserve=ownership ${pkgname}/{options,public,templates} "${pkgdir}"/usr/share/${pkgname}/
install -Dm644 ${pkgname}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
Modified: gitea-arch-defaults.patch
===================================================================
--- gitea-arch-defaults.patch 2020-04-01 18:18:33 UTC (rev 609096)
+++ gitea-arch-defaults.patch 2020-04-01 18:34:15 UTC (rev 609097)
@@ -16,15 +16,6 @@
SCRIPT_TYPE = bash
; Default ANSI charset
ANSI_CHARSET =
-@@ -280,7 +280,7 @@ CERT_FILE = https/cert.pem
- KEY_FILE = https/key.pem
- ; Root directory containing templates and static files.
- ; default is the path where Gitea is executed
--STATIC_ROOT_PATH =
-+STATIC_ROOT_PATH = /usr/share/gitea
- ; Default path for App data
- APP_DATA_PATH = data
- ; Application level GZIP support
@@ -342,7 +342,7 @@ SQLITE_TIMEOUT = 500
; For iterate buffer, default is 50
ITERATE_BUFFER_SIZE = 50
More information about the arch-commits
mailing list