Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: mcos-mjv-xfce-edition-6435c39
@ 2019-07-20 21:43 voidlinux-github
  2019-07-20 21:46 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-20 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages mcos-mjv-xfce-edition-6435c39
https://github.com/void-linux/void-packages/pull/13263

New Package: mcos-mjv-xfce-edition-6435c39
a GTK3-theme/ XWM4-theme:

https://github.com/paullinuxthemer/McOS-MJV-XFCE-Edition

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mcos-mjv-xfce-edition-6435c39-13263.patch --]
[-- Type: application/text/x-diff, Size: 2833 bytes --]

From 58f8543225a47a1a580ab4f58d9378f5f08ecea5 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 22:09:06 +0430
Subject: [PATCH 1/2] New package: la-capitaine-icon-theme-0.6.1

---
 srcpkgs/la-capitaine-icon-theme/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/la-capitaine-icon-theme/template

diff --git a/srcpkgs/la-capitaine-icon-theme/template b/srcpkgs/la-capitaine-icon-theme/template
new file mode 100644
index 00000000000..af14dda53ce
--- /dev/null
+++ b/srcpkgs/la-capitaine-icon-theme/template
@@ -0,0 +1,18 @@
+# Template file for 'la-capitaine-icon-theme'
+pkgname=la-capitaine-icon-theme
+version=0.6.1
+revision=1
+archs=noarch
+build_style=fetch
+short_desc="Icon pack designed to integrate with most desktop environments"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3"
+homepage="https://github.com/keeferrourke/${pkgname}"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=9adb3123bf61464696400af43000b61de1825d2ce4b4ad4f21dd78091bd55e73
+
+do_install() {
+	tar xzf v${version}.tar.gz
+	vmkdir usr/share/icons
+	vcopy la-capitaine-icon-theme-${version} usr/share/icons/La-Capitaine-Icon-Theme
+}

From 8bec6bafa05931cc813221a97346ef51ea2c3020 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sun, 21 Jul 2019 02:11:49 +0430
Subject: [PATCH 2/2] New package: mcos-mjv-xfce-edition-6435c39

---
 srcpkgs/mcos-mjv-xfce-edition/template | 39 ++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/mcos-mjv-xfce-edition/template

diff --git a/srcpkgs/mcos-mjv-xfce-edition/template b/srcpkgs/mcos-mjv-xfce-edition/template
new file mode 100644
index 00000000000..c6281c8d50a
--- /dev/null
+++ b/srcpkgs/mcos-mjv-xfce-edition/template
@@ -0,0 +1,39 @@
+# Template file for 'mcos-mjv-xfce-edition'
+pkgname=mcos-mjv-xfce-edition
+_pkgname=McOS-MJV-XFCE-Edition
+version=6435c39
+_version=2.3
+revision=1
+archs=noarch
+mcos_import_path=github.com/paullinuxthemer/McOS-MJV-XFCE-Edition
+hostmakedepends="git"
+build_style=fetch
+short_desc="GTK3-theme/ XWM4-theme"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-2"
+homepage="https://github.com/paullinuxthemer/McOS-MJV-XFCE-Edition"
+
+do_fetch() {
+    git clone git://${mcos_import_path} ${pkgname}-${version}
+    cd ${pkgname}-${version}
+}
+
+do_install() {
+
+    vmkdir usr/share/themes
+    vmkdir usr/share/themes/McOS-MJV-Dark-Xfce
+    vmkdir usr/share/themes/McOS-MJV-Xfce
+
+
+    mv McOS-MJV-Dark-XFCE-Edition-"${_version}" McOS-MJV-Dark-Xfce
+    mv "${_pkgname}"-"${_version}" McOS-MJV-Xfce
+
+    cd McOS-MJV-Dark-Xfce
+    vcopy ./* usr/share/themes/McOS-MJV-Dark-Xfce
+    cd ..; cd McOS-MJV-Xfce
+    vcopy ./* usr/share/themes/McOS-MJV-Xfce
+}
+
+post_install() {
+    vlicense LICENSE
+}

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

end of thread, other threads:[~2019-09-27 15:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-20 21:43 [PR PATCH] New Package: mcos-mjv-xfce-edition-6435c39 voidlinux-github
2019-07-20 21:46 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-20 21:46 ` voidlinux-github
2019-07-20 21:49 ` voidlinux-github
2019-07-20 21:49 ` voidlinux-github
2019-07-20 21:55 ` voidlinux-github
2019-07-20 21:55 ` voidlinux-github
2019-07-20 22:04 ` voidlinux-github
2019-07-20 22:04 ` voidlinux-github
2019-07-20 22:10 ` voidlinux-github
2019-07-20 22:10 ` voidlinux-github
2019-07-21  6:06 ` voidlinux-github
2019-07-21  6:06 ` voidlinux-github
2019-07-22 13:22 ` voidlinux-github
2019-07-22 13:22 ` voidlinux-github
2019-07-22 15:16 ` voidlinux-github
2019-07-23  5:39 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-23  5:39 ` voidlinux-github
2019-07-23  5:41 ` voidlinux-github
2019-07-23  5:41 ` voidlinux-github
2019-07-23  5:42 ` voidlinux-github
2019-07-23  5:42 ` voidlinux-github
2019-07-29 13:05 ` New Package: mcos-mjv-xfce-edition-0 voidlinux-github
2019-07-29 13:05 ` [PR PATCH] [Closed]: " voidlinux-github
2019-09-27 14:26 ` voidlinux-github
2019-09-27 15:50 ` 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).