Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: smart-wallpaper-1.0
@ 2019-07-03 10:28 voidlinux-github
  2019-07-03 10:30 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-03 10:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Baitinq/void-packages smart-wallpaper-BRANCH
https://github.com/void-linux/void-packages/pull/12787

New package: smart-wallpaper-1.0
I added a package called smart-wallpaper, which is a script that is able to change your wallpaper automatically depending on if its day/night in your inputted location. It is very useful to me. Thank you (this is my first void package request)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-smart-wallpaper-BRANCH-12787.patch --]
[-- Type: application/text/x-diff, Size: 1371 bytes --]

From e30d237d997a5f66e192589dc3dc195bbb665b04 Mon Sep 17 00:00:00 2001
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Date: Wed, 3 Jul 2019 11:47:44 +0200
Subject: [PATCH] New package: smart-wallpaper-1.0

---
 srcpkgs/smart-wallpaper/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/smart-wallpaper/template

diff --git a/srcpkgs/smart-wallpaper/template b/srcpkgs/smart-wallpaper/template
new file mode 100644
index 00000000000..dd80f28f3e4
--- /dev/null
+++ b/srcpkgs/smart-wallpaper/template
@@ -0,0 +1,28 @@
+#
+#Template file for 'smart-wallpaper'
+pkgname=smart-wallpaper
+version=1.0
+revision=1
+#wrksrc=
+build_style=meta
+#create_wrksrc=yes
+archs="i686 x86_64"
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+depends="bash feh Gifsicle redshift"
+short_desc="Simple script to set a different wallpaper when its daytime/nightime."
+maintainer="Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Baitinq"
+distfiles="https://github.com/Baitinq/smart-wallpaper/archive/${version}.tar.gz"
+checksum=e34e48c2322f5b156a29416fdbbd7a39d9301a20bc9d9cf2df606b59838dcfe4
+
+
+do_install() {
+	vinstall smart-wallpaper 755 /usr/bin/
+	chmod +x /usr/bin/$pkgname
+
+}

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

* Re: New package: smart-wallpaper-1.0
  2019-07-03 10:28 [PR PATCH] New package: smart-wallpaper-1.0 voidlinux-github
@ 2019-07-03 10:30 ` voidlinux-github
  2019-07-03 10:31 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-03 10:30 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12787#issuecomment-508037673
Comment:
Thanks for this new package.

IMHO this software does not need to be packaged... git clone ...; ./foo

You could even download it and run it via a simple script... there's no point in using xbps.

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

* Re: New package: smart-wallpaper-1.0
  2019-07-03 10:28 [PR PATCH] New package: smart-wallpaper-1.0 voidlinux-github
  2019-07-03 10:30 ` voidlinux-github
@ 2019-07-03 10:31 ` voidlinux-github
  2019-07-03 10:34 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-03 10:31 UTC (permalink / raw)
  To: ml

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

New comment by Baitinq on void-packages repository

https://github.com/void-linux/void-packages/pull/12787#issuecomment-508038054
Comment:
Yes I thought so but wouldnt it be better if the package manager was informed of all packages/scripts installed?

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

* Re: New package: smart-wallpaper-1.0
  2019-07-03 10:28 [PR PATCH] New package: smart-wallpaper-1.0 voidlinux-github
  2019-07-03 10:30 ` voidlinux-github
  2019-07-03 10:31 ` voidlinux-github
@ 2019-07-03 10:34 ` voidlinux-github
  2019-07-03 10:35 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-03 10:34 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12787#issuecomment-508038945
Comment:
It's such a simple script...

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

* Re: New package: smart-wallpaper-1.0
  2019-07-03 10:28 [PR PATCH] New package: smart-wallpaper-1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-03 10:34 ` voidlinux-github
@ 2019-07-03 10:35 ` voidlinux-github
  2019-07-03 10:37 ` voidlinux-github
  2019-07-03 10:38 ` [PR PATCH] [Closed]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-03 10:35 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12787#issuecomment-508039262
Comment:
I think many people are adding their toy programming stuff into void-packages because it *could* be accepted... but imho in this case it's so stupid to have a xbps pkg.

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

* Re: New package: smart-wallpaper-1.0
  2019-07-03 10:28 [PR PATCH] New package: smart-wallpaper-1.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-03 10:35 ` voidlinux-github
@ 2019-07-03 10:37 ` voidlinux-github
  2019-07-03 10:38 ` [PR PATCH] [Closed]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-03 10:37 UTC (permalink / raw)
  To: ml

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

New comment by Baitinq on void-packages repository

https://github.com/void-linux/void-packages/pull/12787#issuecomment-508039850
Comment:
Okay thanks for the feedback, I will close the pull request.

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

* Re: [PR PATCH] [Closed]: New package: smart-wallpaper-1.0
  2019-07-03 10:28 [PR PATCH] New package: smart-wallpaper-1.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-03 10:37 ` voidlinux-github
@ 2019-07-03 10:38 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-03 10:38 UTC (permalink / raw)
  To: ml

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

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

New package: smart-wallpaper-1.0
https://github.com/void-linux/void-packages/pull/12787
Description: I added a package called smart-wallpaper, which is a script that is able to change your wallpaper automatically depending on if its day/night in your inputted location. It is very useful to me. Thank you (this is my first void package request)

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

end of thread, other threads:[~2019-07-03 10:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-03 10:28 [PR PATCH] New package: smart-wallpaper-1.0 voidlinux-github
2019-07-03 10:30 ` voidlinux-github
2019-07-03 10:31 ` voidlinux-github
2019-07-03 10:34 ` voidlinux-github
2019-07-03 10:35 ` voidlinux-github
2019-07-03 10:37 ` voidlinux-github
2019-07-03 10:38 ` [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).