Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Enlightenment
@ 2022-01-16 12:20 mobinmob
  2022-01-16 13:35 ` Enlightenment mobinmob
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mobinmob @ 2022-01-16 12:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages enlightenment
https://github.com/void-linux/void-packages/pull/35081

Enlightenment
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests fail on musl.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35081.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enlightenment-35081.patch --]
[-- Type: text/x-diff, Size: 4193 bytes --]

From 9a591adff14a6b5321e6bd603fd9d158accde8aa Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 14:17:27 +0200
Subject: [PATCH 1/3] efl: update to 1.26.1.

---
 srcpkgs/efl/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index c116523094ea..506f0e1918a2 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
-version=1.25.1
-revision=4
+version=1.26.1
+revision=1
 build_style=meson
 configure_args="
  -Dbuild-examples=false
@@ -30,7 +30,7 @@ makedepends="
  libjpeg-turbo-devel libpng-devel giflib-devel tiff-devel libwebp-devel
  avahi-libs-devel eudev-libudev-devel bullet-devel
  libsndfile-devel libmount-devel LuaJIT-devel poppler-cpp-devel
- librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel
+ librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel libheif-devel
  $(vopt_if drm 'libdrm-devel libinput-devel libxkbcommon-devel')
  $(vopt_if elogind elogind-devel)
  $(vopt_if gstreamer gst-plugins-base1-devel)
@@ -52,7 +52,7 @@ license="LGPL-2.1-only"
 homepage="https://enlightenment.org"
 changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
 distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
-checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
+checksum=86a9677e3d48dd0c13a399ebb417bd417bd8d150d6b06cc491bc92275c88a642
 make_check=extended
 
 if [ "$XBPS_CHECK_PKGS" ]; then

From 57e1533f7fa9282129e192ff51024cb79539f6c0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 14:17:33 +0200
Subject: [PATCH 2/3] enlightenment: update to 0.25.1.

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 360a0f5368e6..bb2fb839b0d3 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,12 +1,12 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.2
+version=0.25.1
 revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false
  $(vopt_bool wayland wl)"
 hostmakedepends="efl pkg-config gettext $(vopt_if wayland xorg-server-xwayland)"
-makedepends="gettext-devel efl-devel pam-devel xkeyboard-config
+makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel
  $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
 depends="desktop-file-utils hicolor-icon-theme xkeyboard-config
  $(vopt_if wayland xorg-server-xwayland)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
+checksum=2cf05fe3d96ef35e823619dbc0ac513ecabcae2186800ecd804924a637112444
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

From 6c0e441245e84013d769999f5fc357da2b0f417e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 14:17:53 +0200
Subject: [PATCH 3/3] terminology: update to 1.12.1.

---
 srcpkgs/terminology/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/terminology/template b/srcpkgs/terminology/template
index b22676f1743b..71dc0dd24e44 100644
--- a/srcpkgs/terminology/template
+++ b/srcpkgs/terminology/template
@@ -1,6 +1,6 @@
 # Template file for 'terminology'
 pkgname=terminology
-version=1.11.0
+version=1.12.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config efl gettext"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.enlightenment.org"
 distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=4fd884bd2ffbbc86d87163063074fbd969be04b17bb8d7e23cd1f6708fd86a2d
+checksum=f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-02-20 21:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
2022-01-16 13:35 ` Enlightenment mobinmob
2022-01-16 17:23 ` Enlightenment q66
2022-01-16 18:51 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-01-16 18:52 ` Enlightenment mobinmob
2022-01-16 19:05 ` Enlightenment q66
2022-01-17 16:43 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-01-17 16:44 ` Enlightenment mobinmob
2022-01-17 17:17 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-01-17 18:12 ` Enlightenment q66
2022-02-08 13:30 ` Enlightenment q66
2022-02-08 13:31 ` Enlightenment q66
2022-02-08 16:24 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-02-20 21:32 ` [PR PATCH] [Merged]: Enlightenment paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).