Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
cairo-dock-plug-ins
Commits:
ea0abae1 by Christian Heusel at 2024-06-08T19:44:12+02:00
upgpkg: 3.5.0-4: Rebuild for Ruby 3.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cairo-dock-plug-ins
pkgdesc = Plugins for Cairo-Dock
pkgver = 3.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://glx-dock.org
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=cairo-dock-plug-ins
pkgver=3.5.0
-pkgrel=3
+pkgrel=4
pkgdesc='Plugins for Cairo-Dock'
arch=('x86_64')
url='https://glx-dock.org'
@@ -45,6 +45,8 @@ prepare() {
}
build() {
+ CXXFLAGS="${CXXFLAGS} -Wno-incompatible-pointer-types"
+ CFLAGS="${CFLAGS} -Wno-incompatible-pointer-types"
cmake -B build -S cairo-dock-plug-ins-${pkgver} \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DWITH_VALA_SRC='yes'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cairo-dock-plug-ins/-/commit/ea0abae182d40dc7b0e7f372ac8830bfcbc9a654
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cairo-dock-plug-ins/-/commit/ea0abae182d40dc7b0e7f372ac8830bfcbc9a654
You're receiving this email because of your account on gitlab.archlinux.org.