Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: azote-1.1.1
@ 2019-06-30 23:17 voidlinux-github
  2019-07-01 21:01 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-30 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nwg-piotr/void-packages azote-master
https://github.com/void-linux/void-packages/pull/12763

New package: azote-1.1.1
Hi,
I was missing a wallpaper browser and setter on Sway, and it resulted in [this project](https://github.com/nwg-piotr/azote). It's a GTK+3 GUI to browse images, and set them with the `swaybg` command. For the program to work on other WMs, it's also capable of using `feh` as the background setter. I hope you'll like it, and the template is acceptable. :)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-azote-master-12763.patch --]
[-- Type: application/text/x-diff, Size: 1543 bytes --]

From 073d6f5854c6f1019169425bb7f7e8bf374997fd Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Mon, 1 Jul 2019 01:05:19 +0200
Subject: [PATCH] New package: azote-1.1.1

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
new file mode 100644
index 00000000000..6d2b76318de
--- /dev/null
+++ b/srcpkgs/azote/template
@@ -0,0 +1,28 @@
+# Template file for 'azote'
+pkgname=azote
+version=1.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="azote"
+hostmakedepends="python3-setuptools"
+depends="python3>=3.5 python3-setuptools python3-gobject python3-Pillow gtk+3 feh xrandr wmctrl"
+short_desc="Wallpaper manager for Sway, i3 and some other WMs"
+maintainer="Piotr Miller <nwg.piotr@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/azote"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63
+
+do_install() {
+	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+	vmkdir usr/bin
+	vmkdir usr/share/${pkgname}
+	vmkdir usr/share/applications
+
+	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
+	vcopy "dist/${pkgname}-void.sh" usr/share/${pkgname}
+	vcopy "dist/${pkgname}.desktop" usr/share/applications
+
+	ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
+}
\ No newline at end of file

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

end of thread, other threads:[~2019-07-02  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-30 23:17 [PR PATCH] New package: azote-1.1.1 voidlinux-github
2019-07-01 21:01 ` voidlinux-github
2019-07-01 21:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-01 21:26 ` voidlinux-github
2019-07-01 21:38 ` New package: azote-1.1.2 voidlinux-github
2019-07-02  7:52 ` [PR PATCH] [Merged]: " 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).