Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: smart-wallpaper-1.0
Date: Wed, 03 Jul 2019 12:28:24 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12787@inbox.vuxu.org> (raw)

[-- 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
+
+}

             reply	other threads:[~2019-07-03 10:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-03 10:28 voidlinux-github [this message]
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

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12787@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).