Carsten Haitzler pushed to branch main at Arch Linux / Packaging / Packages /
efl
Commits:
e375e10e by Carsten Haitzler at 2025-01-11T23:47:12+00:00
upgpkg: 1.28.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = efl
pkgdesc = Enlightenment Foundation Libraries
- pkgver = 1.27.0
- pkgrel = 5
+ pkgver = 1.28.0
+ pkgrel = 1
url = https://www.enlightenment.org
arch = x86_64
license = BSD
@@ -79,8 +79,8 @@ pkgbase = efl
optdepends = poppler: PDF loader
optdepends = scim: IM module for SCIM
options = !emptydirs
- source =
https://download.enlightenment.org/rel/libs/efl/efl-1.27.0.tar.xz
- sha256sums =
3dfb99fbcc268c0bc797e2f83e8c503ef9de66284f40b381bb597a08185c00f4
+ source =
https://download.enlightenment.org/rel/libs/efl/efl-1.28.0.tar.xz
+ sha256sums =
f09a43d6b4861be06cc0e2849c53296413d4e52c8e31f52fc95e9ea5f1c59a36
pkgname = efl
replaces = elementary
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgbase=efl
pkgname=('efl')
-pkgver=1.27.0
-pkgrel=5
+pkgver=1.28.0
+pkgrel=1
pkgdesc="Enlightenment Foundation Libraries"
arch=('x86_64')
url="https://www.enlightenment.org"
@@ -31,7 +31,7 @@ makedepends=('doxygen' 'libraw' 'librsvg' 'libspectre'
'meson' 'ninja' 'poppler'
'texlive-basic' 'texlive-fontutils' 'wayland-protocols')
options=('!emptydirs')
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3dfb99fbcc268c0bc797e2f83e8c503ef9de66284f40b381bb597a08185c00f4')
+sha256sums=('f09a43d6b4861be06cc0e2849c53296413d4e52c8e31f52fc95e9ea5f1c59a36')
@@ -54,7 +54,6 @@ build() {
-Dbindings= \
-Dbuild-examples=false \
-Dbuild-tests=false \
- -Ddocs=true \
. build
ninja -C build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/efl/-/commit/e375e10e04bcf7eb59c2a54130774b1a10fdbb95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/efl/-/commit/e375e10e04bcf7eb59c2a54130774b1a10fdbb95
You're receiving this email because of your account on gitlab.archlinux.org.