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

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