Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ctpl
Commits:
50ff8d32 by Alexander F. Rødseth at 2025-01-20T11:10:04+01:00
Fix the source url, ref the internal TODO list
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = ctpl
pkgdesc = Template engine library written in C
pkgver = 0.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://ctpl.tuxfamily.org/
arch = x86_64
license = GPL-2.0-or-later
- source = https://download.tuxfamily.org/ctpl/releases/ctpl-0.3.5.tar.gz
- b2sums =
60192543bd0da1383cdb2b6b735a11dcad2da4bf8a190c6264bdcee325c73fc7e1f8090c619e7d05e76f1ef7ce431e65a6df0d1faff6fe72301b51c7b226fe46
+ makedepends = gtk-doc
+ source =
https://git.tuxfamily.org/ctpl/ctpl.git/snapshot/ctpl-0.3.5.tar.gz
+ b2sums =
101f83a4154104d23bbb0e8540923dab506df653f9c8e9eafb2035e0e4bbc094b66a5a5d4b67bd0572f4f60a20593aedc145df82ef55227fb6bbb5c8f451babf
pkgname = ctpl
=====================================
PKGBUILD
=====================================
@@ -4,16 +4,18 @@
pkgname=ctpl
pkgver=0.3.5
-pkgrel=1
+pkgrel=2
pkgdesc='Template engine library written in C'
arch=(x86_64)
url='https://ctpl.tuxfamily.org/'
license=(GPL-2.0-or-later)
-source=("https://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
-b2sums=('60192543bd0da1383cdb2b6b735a11dcad2da4bf8a190c6264bdcee325c73fc7e1f8090c619e7d05e76f1ef7ce431e65a6df0d1faff6fe72301b51c7b226fe46')
+makedepends=(gtk-doc)
+source=("https://git.tuxfamily.org/ctpl/ctpl.git/snapshot/ctpl-$pkgver.tar.gz")
+b2sums=('101f83a4154104d23bbb0e8540923dab506df653f9c8e9eafb2035e0e4bbc094b66a5a5d4b67bd0572f4f60a20593aedc145df82ef55227fb6bbb5c8f451babf')
build() {
cd $pkgname-$pkgver
+ ./autogen.sh
./configure --prefix=/usr
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ctpl/-/commit/50ff8d32b74cc8018d4113ec77fb902547684e0c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ctpl/-/commit/50ff8d32b74cc8018d4113ec77fb902547684e0c
You're receiving this email because of your account on gitlab.archlinux.org.