Balló György pushed to branch main at Arch Linux / Packaging / Packages /
cinnamon
Commits:
8378ec1d by Balló György at 2026-01-03T09:09:26+01:00
upgpkg: 6.6.3-5: Include documentation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = cinnamon
pkgdesc = Desktop environment which provides advanced innovative
features and a traditional user experience
pkgver = 6.6.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/linuxmint/cinnamon
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
makedepends = glib2-devel
makedepends = gobject-introspection
+ makedepends = gtk-doc
makedepends = meson
makedepends = python-libsass
depends = accountsservice
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=cinnamon
pkgver=6.6.3
-pkgrel=4
+pkgrel=5
pkgdesc='Desktop environment which provides advanced innovative features and a
traditional user experience'
arch=(x86_64)
url='https://github.com/linuxmint/cinnamon'
@@ -87,6 +87,7 @@ makedepends=(
git
glib2-devel
gobject-introspection
+ gtk-doc
meson
python-libsass
)
@@ -128,7 +129,8 @@ prepare() {
build() {
arch-meson $pkgname build \
- --libexecdir=lib/$pkgname
+ --libexecdir=lib/$pkgname \
+ -D docs=true
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon/-/commit/8378ec1d925d1bfd3d009154520ef40ea2b070d0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon/-/commit/8378ec1d925d1bfd3d009154520ef40ea2b070d0
You're receiving this email because of your account on gitlab.archlinux.org.