migrate to gitea

This commit is contained in:
BigfootACA 2024-05-20 16:00:38 +08:00
parent 000f8c4abb
commit f5a036f465
3 changed files with 10 additions and 55 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mesa-qcom-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 24.0.0_devel.181206.ec43c20182b.d41d8cd
pkgrel = 1
pkgver = 24.0.0_devel.181992.9d162de9a05.d41d8cd
pkgrel = 3
url = https://www.mesa3d.org
arch = aarch64
license = custom
@ -17,9 +17,9 @@ pkgbase = mesa-qcom-git
makedepends = meson
makedepends = ninja
makedepends = glslang
makedepends = directx-headers
makedepends = llvm=16.0.6
makedepends = clang=16.0.6
makedepends = directx-headers-git
makedepends = llvm=17.0.6
makedepends = clang=17.0.6
depends = libdrm
depends = libxxf86vm
depends = libxdamage
@ -41,7 +41,7 @@ pkgbase = mesa-qcom-git
depends = libxcb
depends = glibc
depends = zlib
depends = llvm-libs=16.0.6
depends = llvm-libs=17.0.6
optdepends = opengl-man-pages: for the OpenGL API man pages
optdepends = clang: opencl
optdepends = compiler-rt: opencl
@ -65,11 +65,11 @@ pkgbase = mesa-qcom-git
conflicts = mesa-vdpau
conflicts = vulkan-swrast
conflicts = mesa-libgl
source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main
source = mesa::git+https://gitea.classfun.cn:4443/mirrors/mesa.git#branch=main
source = LICENSE
md5sums = SKIP
md5sums = 5c65a0fe315dd347e09b1f2826a1df5a
sha512sums = SKIP
sha512sums = 25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2
pkgname = mesa-git
pkgname = mesa-qcom-git

45
Jenkinsfile vendored
View File

@ -1,45 +0,0 @@
pipeline {
agent {
label 'aarch64 && archlinux'
}
stages {
stage('Download Config') {
steps {
dir('jenkins-utils') {
git 'https://gitea.classfun.cn:4443/ci/jenkins-utils'
}
}
}
stage('Cleanup packages') {
steps {
sh 'rm -f *.pkg.tar.*'
}
}
stage('Build') {
steps {
sh 'sudo pacman -Syy'
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm'
}
}
stage('Signature packages') {
steps {
withCredentials([
file(credentialsId: 'ci-gpg-file', variable: 'GPG_FILE'),
string(credentialsId: 'ci-gpg-secret', variable: 'GPG_SECRET')
]) {
sh 'python3 jenkins-utils/sign-pkg.py -d . -k "$GPG_FILE" -p "$GPG_SECRET"'
}
}
}
stage('Upload packages') {
steps {
sh 'python3 jenkins-utils/upload-pkg.py -d . -a aarch64'
}
}
stage('Archive') {
steps {
archiveArtifacts artifacts: '*.pkg.tar.*', fingerprint: true
}
}
}
}

View File

@ -13,7 +13,7 @@
pkgname=mesa-qcom-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=24.0.0_devel.181992.9d162de9a05.d41d8cd
pkgrel=2
pkgrel=3
arch=('aarch64')
makedepends=('git' 'python-mako' 'xorgproto'
'libxml2' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
@ -29,7 +29,7 @@ provides=('mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layers' 'libva-mesa
conflicts=('mesa' 'opencl-clover-mesa' 'opencl-rusticl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layers' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-swrast' 'mesa-libgl')
url="https://www.mesa3d.org"
license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main'
source=('mesa::git+https://gitea.classfun.cn:4443/mirrors/mesa.git#branch=main'
'LICENSE'
)
md5sums=('SKIP'