[arch-commits] Commit in efl/repos/community-x86_64 (PKGBUILD)

Carsten Haitzler raster at gemini.archlinux.org
Sun Dec 26 15:11:07 UTC 2021


    Date: Sunday, December 26, 2021 @ 15:11:07
  Author: raster
Revision: 1083865

archrelease: copy trunk to community-x86_64

Modified:
  efl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-26 15:08:14 UTC (rev 1083864)
+++ PKGBUILD	2021-12-26 15:11:07 UTC (rev 1083865)
@@ -3,21 +3,22 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.26.0
-pkgrel=1
+pkgver=1.25.1
+pkgrel=7
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org"
-license=('BSD' 'LGPL2.1' 'GPL2' 'MIT' 'custom')
-depends=('curl' 'fontconfig' 'fribidi' 'harfbuzz'
-         'gst-plugins-base-libs' 'lua52' 'libexif' 'libgl' 'libinput'
-         'libpulse' 'libsndfile' 'libspectre' 'libraw' 'librsvg' 'libwebp'
-         'libxcomposite' 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxrandr'
-         'libxss' 'libunwind' 'mesa' 'poppler' 'openjpeg2' 'libjpeg-turbo'
-         'libutil-linux' 'dbus'
-         'shared-mime-info' 'mailcap' 'ttf-font' 'scim'
-         'wayland' 'wayland-protocols' 'libxkbcommon-x11' 'pulseaudio')
-optdepends=('gst-plugins-base: Video and thumbnail codecs'
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+         'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+         'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+         'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+         'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+         'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+         'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+         'pulseaudio')
+optdepends=('geoclue: For elocation'
+            'gst-plugins-base: Video and thumbnail codecs'
             'gst-plugins-good: Video and thumbnail codecs'
             'gst-plugins-bad: Video and thumbnail codecs'
             'gst-plugins-ugly: Video and thumbnail codecs'
@@ -26,7 +27,7 @@
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 'meson' 'ninja')
 options=('!emptydirs')
 source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a4a9bce45fd27f8541874e44a130f64550bee1f2f72feaa6c8a758d92eaf204c')
+sha256sums=('351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b')
 
 
 build() {
@@ -43,11 +44,13 @@
     -Dfb=true \
     -Ddrm=true \
     -Dwl=true \
+    -Dglib=true \
     -Dnetwork-backend=connman \
-    -Dlua-interpreter=lua \
+    -Devas-loaders-disabler=json,avif \
     -Dbindings= \
     -Dbuild-examples=false \
     -Dbuild-tests=false \
+    -Decore-imf-loaders-disabler= \
     . build
 
   ninja -C build
@@ -61,7 +64,7 @@
 
   cd "${srcdir}/${pkgname}-${pkgver}"
   DESTDIR="${pkgdir}" ninja -C build install
-
+  
   # install non-standard license files
   install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
     "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"



More information about the arch-commits mailing list