Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mint-y-icons-1.3.7 mint-y-theme-1.2.3
@ 2020-01-17 22:39 voidlinux-github
  2020-01-17 22:51 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2020-01-17 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bgkillas/void-packages master
https://github.com/void-linux/void-packages/pull/18352

New package: mint-y-icons-1.3.7 mint-y-theme-1.2.3
not so sure of the license for mint-y-theme


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

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

From 189630d7133190b69132169742dc07a71769b083 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 17:30:04 -0500
Subject: [PATCH 1/3] Add files via upload

---
 srcpkgs/mint-y-icons/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mint-y-icons/template

diff --git a/srcpkgs/mint-y-icons/template b/srcpkgs/mint-y-icons/template
new file mode 100644
index 00000000000..e60d4eda439
--- /dev/null
+++ b/srcpkgs/mint-y-icons/template
@@ -0,0 +1,15 @@
+# Template file for 'mint-y-icons'
+pkgname='mint-y-icons'
+version=1.3.7
+revision=1
+archs=noarch
+build_style=gnu-configure
+configure_args="--enable-icon-mapping"
+hostmakedepends="pkg-config librsvg icon-naming-utils gtk-update-icon-cache"
+depends="librsvg"
+short_desc="Icons for linux mint"
+maintainer="bgkillas"
+license="Creative Commons Attribution-ShareAlike 4.0 "
+homepage="http://packages.linuxmint.com/pool/main/m/mint-y-icons/"
+distfiles="http://packages.linuxmint.com/pool/main/m/mint-y-icons/${pkgname}_${version}.tar.xz"
+checksum=4d57236b32eb4d96679ce53644c5bc275581f01c8d8a5a58b8bb7ac07e667892
\ No newline at end of file

From 2989c06da9fd6e34c921e03c209207f36e8c1831 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 17:33:30 -0500
Subject: [PATCH 2/3] Create template

---
 srcpkgs/mint-y-theme/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mint-y-theme/template

diff --git a/srcpkgs/mint-y-theme/template b/srcpkgs/mint-y-theme/template
new file mode 100644
index 00000000000..aa7d97168e6
--- /dev/null
+++ b/srcpkgs/mint-y-theme/template
@@ -0,0 +1,15 @@
+# Template file for 'mint-y-theme'
+pkgname='mint-y-theme'
+version=1.2.3
+revision=1
+archs=noarch
+build_style=gnu-configure
+configure_args="--enable-icon-mapping"
+hostmakedepends="pkg-config librsvg icon-naming-utils gtk-update-icon-cache"
+depends="librsvg"
+short_desc="Theme for linux mint"
+maintainer="bgkillas"
+license="GPL v3"
+homepage="http://packages.linuxmint.com/pool/main/m/mint-y-theme/"
+distfiles="http://packages.linuxmint.com/pool/main/m/mint-y-theme/${pkgname}_${version}.tar.xz"
+checksum=dd40f7eb5eac842d5d45c79c51e42b52d46b7fb6e73df14c5a57f7598d4f5389

From 95e1cfa49dab152c343e76e5abab6c994026361f Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Fri, 17 Jan 2020 17:34:02 -0500
Subject: [PATCH 3/3] Update template

---
 srcpkgs/mint-y-icons/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mint-y-icons/template b/srcpkgs/mint-y-icons/template
index e60d4eda439..19c78fe7dd5 100644
--- a/srcpkgs/mint-y-icons/template
+++ b/srcpkgs/mint-y-icons/template
@@ -9,7 +9,7 @@ hostmakedepends="pkg-config librsvg icon-naming-utils gtk-update-icon-cache"
 depends="librsvg"
 short_desc="Icons for linux mint"
 maintainer="bgkillas"
-license="Creative Commons Attribution-ShareAlike 4.0 "
+license="Creative Commons Attribution-ShareAlike 4.0"
 homepage="http://packages.linuxmint.com/pool/main/m/mint-y-icons/"
 distfiles="http://packages.linuxmint.com/pool/main/m/mint-y-icons/${pkgname}_${version}.tar.xz"
-checksum=4d57236b32eb4d96679ce53644c5bc275581f01c8d8a5a58b8bb7ac07e667892
\ No newline at end of file
+checksum=4d57236b32eb4d96679ce53644c5bc275581f01c8d8a5a58b8bb7ac07e667892

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

end of thread, other threads:[~2020-01-18  0:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17 22:39 [PR PATCH] New package: mint-y-icons-1.3.7 mint-y-theme-1.2.3 voidlinux-github
2020-01-17 22:51 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 23:00 ` voidlinux-github
2020-01-17 23:01 ` voidlinux-github
2020-01-17 23:14 ` voidlinux-github
2020-01-17 23:14 ` voidlinux-github
2020-01-17 23:17 ` voidlinux-github
2020-01-17 23:30 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 23:34 ` voidlinux-github
2020-01-17 23:43 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 23:51 ` voidlinux-github
2020-01-18  0:00 ` voidlinux-github
2020-01-18  0:14 ` [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).