Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dragon: name of executable file is the same as dragon-player's
@ 2022-11-19 16:35 Firgen
  2022-11-21 13:05 ` [PR PATCH] [Closed]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: Firgen @ 2022-11-19 16:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Firgen/void-packages dragon
https://github.com/void-linux/void-packages/pull/40618

dragon: name of executable file is the same as dragon-player's
dragon (drag and drop) and dragon-player have the same name for their executable files (dragon). This changes dragon's executable file to dragon-drop so they can both be installed.

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-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/40618.patch is attached

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

From cd72e871280e2e30d9840f426d88669fa8903780 Mon Sep 17 00:00:00 2001
From: Firgen <filip.frgelec@disroot.org>
Date: Sat, 19 Nov 2022 17:27:59 +0100
Subject: [PATCH] dragon: name of executable file is the same as
 dragon-player's

dragon (drag and drop) and dragon-player have the same name
for their executable files (dragon). This changes dragon's
executable file to dragon-drop so they can both be installed.
---
 srcpkgs/dragon/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dragon/template b/srcpkgs/dragon/template
index a7c6be9f9d95..792a9fff8a82 100644
--- a/srcpkgs/dragon/template
+++ b/srcpkgs/dragon/template
@@ -1,7 +1,7 @@
 # Template file for 'dragon'
 pkgname=dragon
 version=1.2.0
-revision=2
+revision=3
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="gtk+3-devel"
@@ -13,6 +13,6 @@ distfiles="https://github.com/mwh/dragon/archive/v${version}.tar.gz"
 checksum=9bda28e96d715c759c8a1db754bdfde5e7d83671e13cd25a892f6b5e29357994
 
 do_install() {
-	vbin dragon
+	vbin dragon dragon-drop
 	vdoc README
 }

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

* Re: [PR PATCH] [Closed]: dragon: name of executable file is the same as dragon-player's
  2022-11-19 16:35 [PR PATCH] dragon: name of executable file is the same as dragon-player's Firgen
@ 2022-11-21 13:05 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2022-11-21 13:05 UTC (permalink / raw)
  To: ml

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

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

dragon: name of executable file is the same as dragon-player's
https://github.com/void-linux/void-packages/pull/40618

Description:
dragon (drag and drop) and dragon-player have the same name for their executable files (dragon). This changes dragon's executable file to dragon-drop so they can both be installed.

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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-glibc)



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

end of thread, other threads:[~2022-11-21 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19 16:35 [PR PATCH] dragon: name of executable file is the same as dragon-player's Firgen
2022-11-21 13:05 ` [PR PATCH] [Closed]: " sgn

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