Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: e16-1.0.22
@ 2020-08-04  5:57 brihadeesh
  2020-08-04 11:41 ` [PR REVIEW] " ahesford
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: brihadeesh @ 2020-08-04  5:57 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1491 bytes --]

From c2758e68064759897fab7262a84677bc82e7d449 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

New package:e16-1.0.22
---
 srcpkgs/e16/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/e16/template

diff --git a/srcpkgs/e16/template b/srcpkgs/e16/template
new file mode 100644
index 00000000000..d64249fd3b2
--- /dev/null
+++ b/srcpkgs/e16/template
@@ -0,0 +1,27 @@
+# Template file for 'e16'
+pkgname=e16
+version=1.0.22
+revision=1
+archs="i686 x86_64"
+build_style=gnu-configure
+configure_args="--prefix=/usr --sysconfdir=/etc --enable-sound=alsa"
+# make_install_args="--exec-prefix=/usr"
+#make_build_args=""
+hostmakedepends="pkg-config tar"
+makedepends="perl 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://enlightenment.org"
+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
+}

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

end of thread, other threads:[~2020-08-04 17:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04  5:57 [PR PATCH] New package: e16-1.0.22 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 ` [PR PATCH] [Updated] " brihadeesh
2020-08-04 16:47 ` brihadeesh
2020-08-04 17:30 ` [PR PATCH] [Closed]: " ahesford

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