Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tlpui-1.5.0
@ 2022-05-04 20:03 Visone-Selektah
  2022-05-04 20:11 ` Chocimier
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Visone-Selektah @ 2022-05-04 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Visone-Selektah/void-packages tlpui
https://github.com/void-linux/void-packages/pull/36982

New package: tlpui-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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



- I built this PR locally for my native architecture, x86_64-musl



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

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

From b0977b9f219487ef7141c33ac1b841ce781be8e3 Mon Sep 17 00:00:00 2001
From: Victor Tebar <victortebar@gmail.com>
Date: Wed, 4 May 2022 22:00:36 +0200
Subject: [PATCH] New package: tlpui-1.5.0

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
new file mode 100644
index 000000000000..c83d6537746f
--- /dev/null
+++ b/srcpkgs/tlpui/template
@@ -0,0 +1,24 @@
+# Template file for 'tlpui'
+pkgname=tlpui
+version=1.5.0
+revision=1
+wrksrc="TLPUI-${pkgname}-${version}"
+makedepends="python-setuptools"
+depends="tlp python-gobject"
+short_desc="A GTK user interface for TLP written in Python"
+maintainer="Visone Selektah <victortebar@gmail.com>"
+license="GPL2"
+homepage="https://github.com/d4nj1/TLPUI"
+distfiles="https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-1.5.0.tar.gz"
+checksum=37c31f88798c5dc2b7e77e49bcc2ef3d374abb93b2f903b2cd836fbcc5947b9a
+
+
+do_build() {
+    python ./setup.py build
+}
+
+do_install() {
+    export PYTHONHASHSEED=0
+    python setup.py install --root="${DESTDIR}/" --optimize=1 --skip-build
+    vinstall tlpui.desktop 644 usr/share/xsessions
+}

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

end of thread, other threads:[~2022-09-07  9:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 20:03 [PR PATCH] New package: tlpui-1.5.0 Visone-Selektah
2022-05-04 20:11 ` Chocimier
2022-05-04 20:39 ` [PR REVIEW] " abenson
2022-05-04 20:40 ` abenson
2022-05-04 20:49 ` [PR PATCH] [Updated] " Visone-Selektah
2022-05-04 20:50 ` [PR REVIEW] " Visone-Selektah
2022-05-04 21:50 ` Chocimier
2022-05-06  8:55 ` Visone-Selektah
2022-05-06  8:55 ` [PR PATCH] [Closed]: " Visone-Selektah
2022-05-06  9:05 ` paper42
2022-05-06 10:05 ` [PR PATCH] [Updated] " Visone-Selektah
2022-05-06 10:07 ` Visone-Selektah
2022-05-07 20:46 ` [PR REVIEW] " paper42
2022-08-07  2:14 ` github-actions
2022-08-08 11:05 ` motorto
2022-09-07  9:18 ` Visone-Selektah
2022-09-07  9:19 ` Visone-Selektah
2022-09-07  9:19 ` [PR PATCH] [Closed]: " Visone-Selektah

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