Github messages for voidlinux
 help / color / mirror / Atom feed
From: brihadeesh <brihadeesh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: e16-1.0.22
Date: Tue, 04 Aug 2020 18:33:00 +0200	[thread overview]
Message-ID: <20200804163300.ynBBn2vwk7yL6n3ebpqxPNtrPeHPHBKv3VQn3CwcJZM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24040@inbox.vuxu.org>

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

There is an updated pull request by brihadeesh against master on the void-packages repository

https://github.com/brihadeesh/void-packages enlightenment16
https://github.com/void-linux/void-packages/pull/24040

New package: e16-1.0.22
New package: e16-1.0.22 (enlightenment DR16 window manager; current release).

These lines in `post_install()` seem to have no purpose but the kde and gnome session scripts provided by e16 might be of use to some:

```
vbin "misc/Xclients.e16-gnome.sh" e16-gnome
vbin "misc/Xclients.e16-kde.sh" e16-kde
```
I'm also uncertain as to whether this is the right usage of the vbin function.

PS: this is like my first PR ever!!

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

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

From 4e9241c61717e233c9159b7685c9d05085c28226 Mon Sep 17 00:00:00 2001
From: Brihadeesh <brihadeesh.santharam@gmail.com>
Date: Tue, 4 Aug 2020 11:18:06 +0530
Subject: [PATCH] New package: e16-1.0.22

---
 srcpkgs/e16/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/e16/template

diff --git a/srcpkgs/e16/template b/srcpkgs/e16/template
new file mode 100644
index 00000000000..1afa4d34d9b
--- /dev/null
+++ b/srcpkgs/e16/template
@@ -0,0 +1,24 @@
+# Template file for 'e16'
+pkgname=e16
+version=1.0.22
+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"
+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=b07d301a0a67ac020974afcbe779e1d48b376eab2e477fb189277c13b76d4a67
+
+post_install() {
+	# install gnome and kde session scripts
+	vbin "misc/Xclients.e16-gnome.sh" e16-gnome
+	vbin "misc/Xclients.e16-kde.sh" e16-kde
+
+	# licences for e16 and fonts(?)
+	vlicense COPYING
+	vlicense fonts/COPYRIGHT.Vera
+}

  parent reply	other threads:[~2020-08-04 16:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04  5:57 [PR PATCH] " brihadeesh
2020-08-04 11:41 ` [PR REVIEW] " ahesford
2020-08-04 11:41 ` ahesford
2020-08-04 11:41 ` ahesford
2020-08-04 11:41 ` ahesford
2020-08-04 11:41 ` ahesford
2020-08-04 16:33 ` brihadeesh [this message]
2020-08-04 16:47 ` brihadeesh
2020-08-04 17:30 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200804163300.ynBBn2vwk7yL6n3ebpqxPNtrPeHPHBKv3VQn3CwcJZM@z \
    --to=brihadeesh@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).