Balló György pushed to branch main at Arch Linux / Packaging / Packages /
telepathy-glib
Commits:
4d904e19 by Balló György at 2024-08-01T13:26:13+02:00
Use freedesktop gitlab source
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -13,7 +13,7 @@ pkgbase = telepathy-glib
depends = dbus-glib
depends = glib2
depends = glibc
- source =
git+https://github.com/TelepathyIM/telepathy-glib.git?signed#tag=telepathy-glib-0.24.2
+ source =
git+https://gitlab.freedesktop.org/telepathy/telepathy-glib.git?signed#tag=telepathy-glib-0.24.2
source = telepathy-glib-function-type-cast.patch
source = telepathy-glib-pr3-test-cm-with-newer-glib.patch
validpgpkeys = AA33B0D27868E36C151780F0FE0B6D736B1195ED
=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,5 @@
[telepathy-glib]
source = "git"
-git = "https://github.com/TelepathyIM/telepathy-glib.git"
+git = "https://gitlab.freedesktop.org/telepathy/telepathy-glib.git"
include_regex = 'telepathy-glib-\d+\.\d*[02468]\.\d*'
prefix = "telepathy-glib-"
=====================================
PKGBUILD
=====================================
@@ -24,7 +24,7 @@ makedepends=(
vala
)
source=(
- "git+https://github.com/TelepathyIM/$pkgname.git?signed#tag=$pkgname-$pkgver"
+
"git+https://gitlab.freedesktop.org/telepathy/$pkgname.git?signed#tag=$pkgname-$pkgver"
telepathy-glib-function-type-cast.patch
telepathy-glib-pr3-test-cm-with-newer-glib.patch
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/telepathy-glib/-/commit/4d904e1931f68611f115f85671d8b9fe584f0344
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/telepathy-glib/-/commit/4d904e1931f68611f115f85671d8b9fe584f0344
You're receiving this email because of your account on gitlab.archlinux.org.