Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: trident-desktop-20.01
@ 2020-01-30 18:54 voidlinux-github
  2020-01-30 19:02 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-30 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/beanpole135/void-packages trident-desktop
https://github.com/void-linux/void-packages/pull/18668

New package: trident-desktop-20.01
This is the meta-package + system overlay files for a desktop setup
  from Project Trident

Note that this has a dependency on the "trident-core" package, which also has an open PR to add this package to void itself.

Sponsored by: Project Trident

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

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

From 8f53c7ce26a7056bd0a0aa476b9089372fbd8606 Mon Sep 17 00:00:00 2001
From: Ken Moore <ken@ixsystems.com>
Date: Thu, 30 Jan 2020 13:43:20 -0500
Subject: [PATCH] New package: trident-desktop-20.01

This is the meta-package + system overlay files for a desktop setup
  from Project Trident

Sponsored by: Project Trident
---
 srcpkgs/trident-desktop/INSTALL  |  9 +++++++++
 srcpkgs/trident-desktop/template | 18 ++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/trident-desktop/INSTALL
 create mode 100644 srcpkgs/trident-desktop/template

diff --git a/srcpkgs/trident-desktop/INSTALL b/srcpkgs/trident-desktop/INSTALL
new file mode 100644
index 00000000000..873815a2b0f
--- /dev/null
+++ b/srcpkgs/trident-desktop/INSTALL
@@ -0,0 +1,9 @@
+# INSTALL
+case "$ACTION" in
+
+post)
+  #Run the post-install setup script to configure the desktop overlays
+  trident-desktopinit
+  ;;
+
+esac
diff --git a/srcpkgs/trident-desktop/template b/srcpkgs/trident-desktop/template
new file mode 100644
index 00000000000..65cef875913
--- /dev/null
+++ b/srcpkgs/trident-desktop/template
@@ -0,0 +1,18 @@
+# Template file for 'trident-desktop'
+pkgname=trident-desktop
+version=20.01
+revision=1
+archs=noarch
+wrksrc="trident-core-${version}"
+depends="trident-core noto-fonts-ttf xorg-fonts xorg-minimal mesa-dri xf86-video-fbdev lumina qterminal qsudo compton hicolor-icon-theme trident-icons xrandr qt5-svg libdvdcss pulseaudio pavucontrol gst-libav sddm"
+short_desc="Project Trident desktop setup: modifies system services"
+maintainer="Ken Moore <ken@project-trident.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/project-trident/trident-core"
+distfiles="https://github.com/project-trident/trident-core/archive/${version}.tar.gz"
+checksum=4f5a4f7f929ea7b50af2fb2405702c5558c8628459b05fc9a169cb04254e02f4
+
+do_install() {
+	./install-local.sh "${DESTDIR}" "void-desktop"
+	vlicense LICENSE
+}

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

* Re: New package: trident-desktop-20.01
  2020-01-30 18:54 [PR PATCH] New package: trident-desktop-20.01 voidlinux-github
@ 2020-01-30 19:02 ` voidlinux-github
  2020-02-01  7:29 ` voidlinux-github
  2020-02-01  7:29 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-30 19:02 UTC (permalink / raw)
  To: ml

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

New comment by beanpole135 on void-packages repository

https://github.com/void-linux/void-packages/pull/18668#issuecomment-580404386

Comment:
Link to trident-core package PR:
https://github.com/void-linux/void-packages/pull/18667

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

* Re: New package: trident-desktop-20.01
  2020-01-30 18:54 [PR PATCH] New package: trident-desktop-20.01 voidlinux-github
  2020-01-30 19:02 ` voidlinux-github
@ 2020-02-01  7:29 ` voidlinux-github
  2020-02-01  7:29 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-01  7:29 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/18668#issuecomment-581003818

Comment:
I'm going to close these two PRs as rejected. While I appreciate your efforts in maintaining packages that benefit both projects and bring changes back to us, these two are only useful for users of Project Trident and would not add any value to Void so I don't think they should be added to the repositories.

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

* Re: [PR PATCH] [Closed]: New package: trident-desktop-20.01
  2020-01-30 18:54 [PR PATCH] New package: trident-desktop-20.01 voidlinux-github
  2020-01-30 19:02 ` voidlinux-github
  2020-02-01  7:29 ` voidlinux-github
@ 2020-02-01  7:29 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-01  7:29 UTC (permalink / raw)
  To: ml

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

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

New package: trident-desktop-20.01
https://github.com/void-linux/void-packages/pull/18668

Description:
This is the meta-package + system overlay files for a desktop setup
  from Project Trident

Note that this has a dependency on the "trident-core" package, which also has an open PR to add this package to void itself.

Sponsored by: Project Trident

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

end of thread, other threads:[~2020-02-01  7:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 18:54 [PR PATCH] New package: trident-desktop-20.01 voidlinux-github
2020-01-30 19:02 ` voidlinux-github
2020-02-01  7:29 ` voidlinux-github
2020-02-01  7:29 ` [PR PATCH] [Closed]: " voidlinux-github

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