Github messages for voidlinux
 help / color / mirror / Atom feed
From: benalb <benalb@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] annie: rename to lux and update to lux-0.12.0
Date: Mon, 14 Feb 2022 19:00:22 +0100	[thread overview]
Message-ID: <20220214180022.4KLHSVRLluOtvwZLOkhcps7-COfVRBVQAi-6TpXReDs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35234@inbox.vuxu.org>

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

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

https://github.com/benalb/void-packages lux
https://github.com/void-linux/void-packages/pull/35234

annie: rename to lux and update to lux-0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a1356ef94ecfdfd87b05a9eeab8824a33a4d6413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 25 Jan 2022 17:58:07 +0100
Subject: [PATCH] annie: rename to lux and update to lux-0.12.0

---
 srcpkgs/annie          |  1 +
 srcpkgs/annie/template | 17 -----------------
 srcpkgs/lux/template   | 23 +++++++++++++++++++++++
 3 files changed, 24 insertions(+), 17 deletions(-)
 create mode 120000 srcpkgs/annie
 delete mode 100644 srcpkgs/annie/template
 create mode 100644 srcpkgs/lux/template

diff --git a/srcpkgs/annie b/srcpkgs/annie
new file mode 120000
index 000000000000..4445d66c7b5f
--- /dev/null
+++ b/srcpkgs/annie
@@ -0,0 +1 @@
+lux
\ No newline at end of file
diff --git a/srcpkgs/annie/template b/srcpkgs/annie/template
deleted file mode 100644
index 3ceb86a61f07..000000000000
--- a/srcpkgs/annie/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'annie'
-pkgname=annie
-version=0.11.0
-revision=1
-build_style=go
-go_import_path=github.com/iawia002/annie
-depends="ffmpeg"
-short_desc="Fast, simple and clean video downloader built with Go"
-maintainer="Benjamín Albiñana <benalb@gmail.com>"
-license="MIT"
-homepage="https://github.com/iawia002/annie"
-distfiles="https://github.com/iawia002/annie/archive/v${version}.tar.gz"
-checksum=6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/lux/template b/srcpkgs/lux/template
new file mode 100644
index 000000000000..48f0827c6f63
--- /dev/null
+++ b/srcpkgs/lux/template
@@ -0,0 +1,23 @@
+# Template file for 'lux'
+pkgname=lux
+version=0.12.0
+revision=1
+build_style=go
+go_import_path=github.com/iawia002/lux
+depends="ffmpeg"
+short_desc="Fast, simple and clean video downloader built with Go"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="MIT"
+homepage="https://github.com/iawia002/lux"
+distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz"
+checksum=f5bcbe1039219a299908fdd5a540052ef603ff5c8c21c0d64f44c53132c41cdd
+
+post_install() {
+	vlicense LICENSE
+}
+
+annie_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+}

  parent reply	other threads:[~2022-02-14 18:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-25 17:08 [PR PATCH] " benalb
2022-01-28  6:38 ` [PR REVIEW] " ericonr
2022-01-28 15:13 ` benalb
2022-01-30 17:36 ` [PR PATCH] [Updated] " benalb
2022-02-12 17:47 ` [PR REVIEW] " paper42
2022-02-14 18:00 ` benalb [this message]
2022-02-14 18:01 ` benalb
2022-02-14 20:19 ` [PR PATCH] [Merged]: " paper42

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=20220214180022.4KLHSVRLluOtvwZLOkhcps7-COfVRBVQAi-6TpXReDs@z \
    --to=benalb@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).