Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: trimage-1.0.6
@ 2019-06-11  4:50 voidlinux-github
  2019-06-11 20:40 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-11  4:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_branch_trimage
https://github.com/void-linux/void-packages/pull/12392

New package: trimage-1.0.6


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

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

From 5ffaa735efd5ea72c96d0bdd1e714e1262b8aa0f Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Tue, 11 Jun 2019 06:27:03 +0200
Subject: [PATCH] New package: trimage-1.0.6

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

diff --git a/srcpkgs/trimage/template b/srcpkgs/trimage/template
new file mode 100644
index 00000000000..21b9c9cb810
--- /dev/null
+++ b/srcpkgs/trimage/template
@@ -0,0 +1,18 @@
+# Template file for 'trimage'
+pkgname=trimage
+version=1.0.6
+revision=1
+wrksrc="Trimage-${version}"
+build_style=python3-module
+hostmakedepends="python3"
+depends="jpegoptim optipng advancecomp pngcrush"
+short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="MIT"
+homepage="https://trimage.org/"
+distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
+checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
+
+post_install() {
+    vlicense COPYING
+}

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

* Re: New package: trimage-1.0.6
  2019-06-11  4:50 [PR PATCH] New package: trimage-1.0.6 voidlinux-github
@ 2019-06-11 20:40 ` voidlinux-github
  2019-06-12  3:55 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-11 20:40 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12392#issuecomment-501014170
Comment:
* should depend on PyQt5
* travis errors should be fixed
* should be named Trimage

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

* Re: [PR PATCH] [Updated] New package: trimage-1.0.6
  2019-06-11  4:50 [PR PATCH] New package: trimage-1.0.6 voidlinux-github
  2019-06-11 20:40 ` voidlinux-github
  2019-06-12  3:55 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-12  3:55 ` voidlinux-github
  2019-06-12  3:59 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-12  3:55 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages new_package_branch_trimage
https://github.com/void-linux/void-packages/pull/12392

New package: trimage-1.0.6


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

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

From 026decf840a97af16f54c96230c059dd7e19abf6 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Wed, 12 Jun 2019 05:53:43 +0200
Subject: [PATCH] New package: Trimage-1.0.6

---
 srcpkgs/Trimage/template | 18 ++++++++++++++++++
 srcpkgs/trimage/template | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/Trimage/template
 create mode 100644 srcpkgs/trimage/template

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
new file mode 100644
index 00000000000..14fc1d1bd1c
--- /dev/null
+++ b/srcpkgs/Trimage/template
@@ -0,0 +1,18 @@
+# Template file for 'Trimage'
+pkgname=Trimage
+version=1.0.6
+revision=1
+wrksrc="Trimage-${version}"
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3 jpegoptim optipng advancecomp pngcrush python3-PyQt5"
+short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="MIT"
+homepage="https://trimage.org/"
+distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
+checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
+
+post_install() {
+	vlicense COPYING
+}
diff --git a/srcpkgs/trimage/template b/srcpkgs/trimage/template
new file mode 100644
index 00000000000..21b9c9cb810
--- /dev/null
+++ b/srcpkgs/trimage/template
@@ -0,0 +1,18 @@
+# Template file for 'trimage'
+pkgname=trimage
+version=1.0.6
+revision=1
+wrksrc="Trimage-${version}"
+build_style=python3-module
+hostmakedepends="python3"
+depends="jpegoptim optipng advancecomp pngcrush"
+short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="MIT"
+homepage="https://trimage.org/"
+distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
+checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
+
+post_install() {
+    vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: trimage-1.0.6
  2019-06-11  4:50 [PR PATCH] New package: trimage-1.0.6 voidlinux-github
  2019-06-11 20:40 ` voidlinux-github
@ 2019-06-12  3:55 ` voidlinux-github
  2019-06-12  3:55 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-12  3:55 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages new_package_branch_trimage
https://github.com/void-linux/void-packages/pull/12392

New package: trimage-1.0.6


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

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

From 026decf840a97af16f54c96230c059dd7e19abf6 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Wed, 12 Jun 2019 05:53:43 +0200
Subject: [PATCH] New package: Trimage-1.0.6

---
 srcpkgs/Trimage/template | 18 ++++++++++++++++++
 srcpkgs/trimage/template | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/Trimage/template
 create mode 100644 srcpkgs/trimage/template

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
new file mode 100644
index 00000000000..14fc1d1bd1c
--- /dev/null
+++ b/srcpkgs/Trimage/template
@@ -0,0 +1,18 @@
+# Template file for 'Trimage'
+pkgname=Trimage
+version=1.0.6
+revision=1
+wrksrc="Trimage-${version}"
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3 jpegoptim optipng advancecomp pngcrush python3-PyQt5"
+short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="MIT"
+homepage="https://trimage.org/"
+distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
+checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
+
+post_install() {
+	vlicense COPYING
+}
diff --git a/srcpkgs/trimage/template b/srcpkgs/trimage/template
new file mode 100644
index 00000000000..21b9c9cb810
--- /dev/null
+++ b/srcpkgs/trimage/template
@@ -0,0 +1,18 @@
+# Template file for 'trimage'
+pkgname=trimage
+version=1.0.6
+revision=1
+wrksrc="Trimage-${version}"
+build_style=python3-module
+hostmakedepends="python3"
+depends="jpegoptim optipng advancecomp pngcrush"
+short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="MIT"
+homepage="https://trimage.org/"
+distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
+checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
+
+post_install() {
+    vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: trimage-1.0.6
  2019-06-11  4:50 [PR PATCH] New package: trimage-1.0.6 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-12  3:59 ` voidlinux-github
@ 2019-06-12  3:59 ` voidlinux-github
  2019-06-13 19:15 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-12  3:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages new_package_branch_trimage
https://github.com/void-linux/void-packages/pull/12392

New package: trimage-1.0.6


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

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

From 13ddc974c7162196cf1d66ef407e2d6b430bf819 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Wed, 12 Jun 2019 05:53:43 +0200
Subject: [PATCH] New package: Trimage-1.0.6

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

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
new file mode 100644
index 00000000000..14fc1d1bd1c
--- /dev/null
+++ b/srcpkgs/Trimage/template
@@ -0,0 +1,18 @@
+# Template file for 'Trimage'
+pkgname=Trimage
+version=1.0.6
+revision=1
+wrksrc="Trimage-${version}"
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3 jpegoptim optipng advancecomp pngcrush python3-PyQt5"
+short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="MIT"
+homepage="https://trimage.org/"
+distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
+checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: trimage-1.0.6
  2019-06-11  4:50 [PR PATCH] New package: trimage-1.0.6 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-12  3:55 ` voidlinux-github
@ 2019-06-12  3:59 ` voidlinux-github
  2019-06-12  3:59 ` voidlinux-github
  2019-06-13 19:15 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-12  3:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages new_package_branch_trimage
https://github.com/void-linux/void-packages/pull/12392

New package: trimage-1.0.6


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

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

From 13ddc974c7162196cf1d66ef407e2d6b430bf819 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Wed, 12 Jun 2019 05:53:43 +0200
Subject: [PATCH] New package: Trimage-1.0.6

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

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
new file mode 100644
index 00000000000..14fc1d1bd1c
--- /dev/null
+++ b/srcpkgs/Trimage/template
@@ -0,0 +1,18 @@
+# Template file for 'Trimage'
+pkgname=Trimage
+version=1.0.6
+revision=1
+wrksrc="Trimage-${version}"
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3 jpegoptim optipng advancecomp pngcrush python3-PyQt5"
+short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
+maintainer="mustaqim <mustaqim@pm.me>"
+license="MIT"
+homepage="https://trimage.org/"
+distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
+checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Merged]: New package: trimage-1.0.6
  2019-06-11  4:50 [PR PATCH] New package: trimage-1.0.6 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-12  3:59 ` voidlinux-github
@ 2019-06-13 19:15 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-13 19:15 UTC (permalink / raw)
  To: ml

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

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

New package: trimage-1.0.6
https://github.com/void-linux/void-packages/pull/12392
Description: 

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

end of thread, other threads:[~2019-06-13 19:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11  4:50 [PR PATCH] New package: trimage-1.0.6 voidlinux-github
2019-06-11 20:40 ` voidlinux-github
2019-06-12  3:55 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-12  3:55 ` voidlinux-github
2019-06-12  3:59 ` voidlinux-github
2019-06-12  3:59 ` voidlinux-github
2019-06-13 19:15 ` [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).