mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/efl to 1.26.0-1
This commit is contained in:
parent
5a8c3484a8
commit
852b1bd6f4
1 changed files with 15 additions and 18 deletions
|
@ -6,22 +6,21 @@
|
||||||
|
|
||||||
pkgbase=efl
|
pkgbase=efl
|
||||||
pkgname=('efl' 'efl-docs')
|
pkgname=('efl' 'efl-docs')
|
||||||
pkgver=1.25.1
|
pkgver=1.26.0
|
||||||
pkgrel=7
|
pkgrel=1
|
||||||
pkgdesc="Enlightenment Foundation Libraries"
|
pkgdesc="Enlightenment Foundation Libraries"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.enlightenment.org"
|
url="https://www.enlightenment.org"
|
||||||
license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
|
license=('BSD' 'LGPL2.1' 'GPL2' 'MIT' 'custom')
|
||||||
depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
|
depends=('curl' 'fontconfig' 'fribidi' 'harfbuzz'
|
||||||
'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
|
'gst-plugins-base-libs' 'lua52' 'libexif' 'libgl' 'libinput'
|
||||||
'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
|
'libpulse' 'libsndfile' 'libspectre' 'libraw' 'librsvg' 'libwebp'
|
||||||
'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
|
'libxcomposite' 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxrandr'
|
||||||
'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
|
'libxss' 'libunwind' 'mesa' 'poppler' 'openjpeg2' 'libjpeg-turbo'
|
||||||
'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
|
'libutil-linux' 'dbus'
|
||||||
'wayland' 'wayland-protocols' 'libxkbcommon-x11'
|
'shared-mime-info' 'mailcap' 'ttf-font' 'scim'
|
||||||
'pulseaudio')
|
'wayland' 'wayland-protocols' 'libxkbcommon-x11' 'pulseaudio')
|
||||||
optdepends=('geoclue: For elocation'
|
optdepends=('gst-plugins-base: Video and thumbnail codecs'
|
||||||
'gst-plugins-base: Video and thumbnail codecs'
|
|
||||||
'gst-plugins-good: Video and thumbnail codecs'
|
'gst-plugins-good: Video and thumbnail codecs'
|
||||||
'gst-plugins-bad: Video and thumbnail codecs'
|
'gst-plugins-bad: Video and thumbnail codecs'
|
||||||
'gst-plugins-ugly: Video and thumbnail codecs'
|
'gst-plugins-ugly: Video and thumbnail codecs'
|
||||||
|
@ -30,7 +29,7 @@ optdepends=('geoclue: For elocation'
|
||||||
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 'meson' 'ninja')
|
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 'meson' 'ninja')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
|
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b')
|
sha256sums=('a4a9bce45fd27f8541874e44a130f64550bee1f2f72feaa6c8a758d92eaf204c')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -49,13 +48,11 @@ build() {
|
||||||
-Dfb=true \
|
-Dfb=true \
|
||||||
-Ddrm=true \
|
-Ddrm=true \
|
||||||
-Dwl=true \
|
-Dwl=true \
|
||||||
-Dglib=true \
|
|
||||||
-Dnetwork-backend=connman \
|
-Dnetwork-backend=connman \
|
||||||
-Devas-loaders-disabler=json,avif \
|
-Dlua-interpreter=lua \
|
||||||
-Dbindings= \
|
-Dbindings= \
|
||||||
-Dbuild-examples=false \
|
-Dbuild-examples=false \
|
||||||
-Dbuild-tests=false \
|
-Dbuild-tests=false \
|
||||||
-Decore-imf-loaders-disabler= \
|
|
||||||
$CONFIG . build
|
$CONFIG . build
|
||||||
|
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
@ -69,7 +66,7 @@ package_efl(){
|
||||||
|
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
DESTDIR="${pkgdir}" ninja -C build install
|
DESTDIR="${pkgdir}" ninja -C build install
|
||||||
|
|
||||||
# install non-standard license files
|
# install non-standard license files
|
||||||
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
|
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
|
||||||
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
|
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
|
||||||
|
|
Loading…
Reference in a new issue