Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dockbarx-1.0beta
@ 2021-06-25 12:44 ipkalm
  2021-06-25 12:59 ` biopsin
  2022-03-19 12:04 ` [PR PATCH] [Closed]: " ipkalm
  0 siblings, 2 replies; 3+ messages in thread
From: ipkalm @ 2021-06-25 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ipkalm/void-packages dockbarx-1.0beta
https://github.com/void-linux/void-packages/pull/31651

New package: dockbarx-1.0beta
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)  
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dockbarx-1.0beta-31651.patch --]
[-- Type: text/x-diff, Size: 1230 bytes --]

From 24976e77c32f775a5a3a3a835abd71e6697c149e Mon Sep 17 00:00:00 2001
From: ipkalm <ipkalm@outlook.com>
Date: Fri, 25 Jun 2021 19:29:48 +0700
Subject: [PATCH] New package: dockbarx-1.0beta

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

diff --git a/srcpkgs/dockbarx/template b/srcpkgs/dockbarx/template
new file mode 100644
index 000000000000..2e77f3075d6e
--- /dev/null
+++ b/srcpkgs/dockbarx/template
@@ -0,0 +1,16 @@
+# Template file for 'dockbarx'
+pkgname=dockbarx
+version=1.0beta
+revision=1
+_commit="d98020ec49f3e3a5692ab2adbb145bbe5a1e80fe"
+wrksrc="${pkgname}-${_commit}"
+build_style="python3-module"
+make_install_args="--optimize=1"
+hostmakedepends="python3-setuptools python3-polib"
+depends="libkeybinder3 python3-setuptools python3-cairo>=1.11.0 python3-dbus python3-gobject python3-Pillow python3-xdg python3-xlib"
+short_desc="Lightweight taskbar / panel replacement for Linux"
+maintainer="ipkalm <ipkalm@outlook.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/xuzhen/dockbarx"
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=349129f150eaa17cd179dcbc2a5b1695e1f6e4aaa669103016a43127d10a728f

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

* Re: New package: dockbarx-1.0beta
  2021-06-25 12:44 [PR PATCH] New package: dockbarx-1.0beta ipkalm
@ 2021-06-25 12:59 ` biopsin
  2022-03-19 12:04 ` [PR PATCH] [Closed]: " ipkalm
  1 sibling, 0 replies; 3+ messages in thread
From: biopsin @ 2021-06-25 12:59 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/31651#issuecomment-868481761

Comment:
PS. Conflicts with the quality requirements.
> Software need to be used in version announced by authors as ready to use by the general public - usually called releases. Betas, arbitrary VCS revisions, templates using tip of development branch taken at build time and releases created by the package maintainer won't be accepted.


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

* Re: [PR PATCH] [Closed]: New package: dockbarx-1.0beta
  2021-06-25 12:44 [PR PATCH] New package: dockbarx-1.0beta ipkalm
  2021-06-25 12:59 ` biopsin
@ 2022-03-19 12:04 ` ipkalm
  1 sibling, 0 replies; 3+ messages in thread
From: ipkalm @ 2022-03-19 12:04 UTC (permalink / raw)
  To: ml

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

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

New package: dockbarx-1.0beta
https://github.com/void-linux/void-packages/pull/31651

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)  
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl



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

end of thread, other threads:[~2022-03-19 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 12:44 [PR PATCH] New package: dockbarx-1.0beta ipkalm
2021-06-25 12:59 ` biopsin
2022-03-19 12:04 ` [PR PATCH] [Closed]: " ipkalm

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