Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] e16: update to 1.0.28.
@ 2023-08-02  8:28 siort4
  2023-08-02  8:57 ` abenson
  2023-08-05 20:52 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: siort4 @ 2023-08-02  8:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/siort4/void-packages newer-e16
https://github.com/void-linux/void-packages/pull/45387

e16: update to 1.0.28.
<!-- Uncomment relevant sections and delete options which are not applicable -->
libXdamage-devel was added in order to enable compositing

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-musl
- I built this PR locally for these architectures:
  - x86_64
  - i686
  - armv6l-musl


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

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

From 6636240bd1ffac03f358d73e6c04d8b487db592b Mon Sep 17 00:00:00 2001
From: siort4 <siort@posteo.net>
Date: Wed, 2 Aug 2023 02:22:28 -0600
Subject: [PATCH] e16: update to 1.0.28.

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

diff --git a/srcpkgs/e16/template b/srcpkgs/e16/template
index 30a4bc9b281e2..5c380537e5415 100644
--- a/srcpkgs/e16/template
+++ b/srcpkgs/e16/template
@@ -1,17 +1,17 @@
 # Template file for 'e16'
 pkgname=e16
-version=1.0.24
+version=1.0.28
 revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc --enable-sound=alsa"
 hostmakedepends="pkg-config tar"
-makedepends="pango-devel libXinerama-devel libXrandr-devel imlib2-devel libXcomposite-devel alsa-lib-devel libsndfile-devel"
+makedepends="pango-devel libXinerama-devel libXrandr-devel imlib2-devel libXcomposite-devel libXdamage-devel alsa-lib-devel libsndfile-devel"
 short_desc="Enlightenment DR16 window manager"
 maintainer="Brihadeesh <brihadeesh@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://www.enlightenment.org/e16"
 distfiles="$SOURCEFORGE_SITE/enlightenment/${pkgname}-${version}.tar.gz"
-checksum=e5309b1a77595a5fe9c29231bf91057093b0b96eb592d2d6805fb6e556a2735a
+checksum=0edaf533b39623400ff734233c5865e1bb061a59fc369d777602a08576de41dc
 
 post_install() {
 	# install gnome and kde session scripts

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

* Re: e16: update to 1.0.28.
  2023-08-02  8:28 [PR PATCH] e16: update to 1.0.28 siort4
@ 2023-08-02  8:57 ` abenson
  2023-08-05 20:52 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-08-02  8:57 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/45387#issuecomment-1661812147

Comment:
Please don't open and close PRs as this makes it harder to track. If you need to make changes, amend and force push to the branch.

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

* Re: [PR PATCH] [Merged]: e16: update to 1.0.28.
  2023-08-02  8:28 [PR PATCH] e16: update to 1.0.28 siort4
  2023-08-02  8:57 ` abenson
@ 2023-08-05 20:52 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-08-05 20:52 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

e16: update to 1.0.28.
https://github.com/void-linux/void-packages/pull/45387

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
libXdamage-devel was added in order to enable compositing

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-musl
- I built this PR locally for these architectures:
  - x86_64
  - i686
  - armv6l-musl


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

end of thread, other threads:[~2023-08-05 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-02  8:28 [PR PATCH] e16: update to 1.0.28 siort4
2023-08-02  8:57 ` abenson
2023-08-05 20:52 ` [PR PATCH] [Merged]: " classabbyamp

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).