Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libetonyek
Commits:
214adf33 by Andreas Radke at 2026-02-14T11:45:48+01:00
upgpkg: 0.1.13-2; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = libetonyek
pkgdesc = Library and a set of tools for reading and converting Apple
Keynote presentations
pkgver = 0.1.13
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
arch = x86_64
license = MPL-2.0
makedepends = boost
makedepends = cppunit
makedepends = doxygen
- makedepends = gcc-libs
makedepends = glibc
makedepends = glm
makedepends = gperf
@@ -27,7 +26,8 @@ pkgname = libetonyek
depends = zlib
depends = librevenge
depends = liblangtag
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
depends = glibc
pkgname = libetonyek-doc
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
pkgbase=libetonyek
pkgname=(libetonyek libetonyek-doc)
pkgver=0.1.13
-pkgrel=1
+pkgrel=2
pkgdesc='Library and a set of tools for reading and converting Apple Keynote
presentations'
arch=('x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
license=('MPL-2.0')
makedepends=(
- 'boost' 'cppunit' 'doxygen' 'gcc-libs' 'glibc' 'glm' 'gperf' 'liblangtag'
+ 'boost' 'cppunit' 'doxygen' 'glibc' 'glm' 'gperf' 'liblangtag'
'librevenge' 'libxml2' 'mdds' 'zlib'
)
source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
@@ -37,7 +37,7 @@ check() {
}
package_libetonyek() {
- depends=('libxml2' 'zlib' 'librevenge' 'liblangtag' 'gcc-libs' 'glibc')
+ depends=('libxml2' 'zlib' 'librevenge' 'liblangtag' 'libstdc++' 'libgcc'
'glibc')
cd $pkgbase-$pkgver
make DESTDIR="$pkgdir" install-exec install-pkgconfDATA
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libetonyek/-/commit/214adf33f20f02301909d7721e94485646d80bf5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libetonyek/-/commit/214adf33f20f02301909d7721e94485646d80bf5
You're receiving this email because of your account on gitlab.archlinux.org.