Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] Cinnamon, update to 5.0.x
Date: Fri, 25 Jun 2021 20:53:24 +0200	[thread overview]
Message-ID: <20210625185324._21CUWzkUax4SAv0ILb0f9tKuvDlzkxaX8u4TvJSzx4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31379@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages cinnamon5
https://github.com/void-linux/void-packages/pull/31379

[WIP] Cinnamon, update to 5.0.x
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

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

From 901f7359e5eaccd724c1bdfd006cb940d5550e13 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:06 +0300
Subject: [PATCH 01/21] cinnamon-control-center: update to 5.0.2.

---
 .../cinnamon-control-center/patches/musl.diff   | 17 +++++++++++++++++
 srcpkgs/cinnamon-control-center/template        |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/cinnamon-control-center/patches/musl.diff

diff --git a/srcpkgs/cinnamon-control-center/patches/musl.diff b/srcpkgs/cinnamon-control-center/patches/musl.diff
new file mode 100644
index 000000000000..bc774b3d23f0
--- /dev/null
+++ b/srcpkgs/cinnamon-control-center/patches/musl.diff
@@ -0,0 +1,17 @@
+diff --git a/panels/network/wireless-security/utils.c b/panels/network/wireless-security/utils.c
+index b74424d..2bb543f 100644
+--- a/panels/network/wireless-security/utils.c
++++ b/panels/network/wireless-security/utils.c
+@@ -20,11 +20,10 @@
+  * Copyright 2007 - 2015 Red Hat, Inc.
+  */
+ 
+-#include "nm-default.h"
+-
+ #include <string.h>
+ #include <netinet/ether.h>
+ 
++#include "nm-default.h"
+ #include "utils.h"
+ 
+ /**
diff --git a/srcpkgs/cinnamon-control-center/template b/srcpkgs/cinnamon-control-center/template
index 1d503bdb6e86..515a414a6014 100644
--- a/srcpkgs/cinnamon-control-center/template
+++ b/srcpkgs/cinnamon-control-center/template
@@ -1,6 +1,6 @@
 # Template file for 'cinnamon-control-center'
 pkgname=cinnamon-control-center
-version=4.8.2
+version=5.0.2
 revision=1
 build_style=meson
 build_helper=gir
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/cinnamon-control-center"
 distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
-checksum=407e88fe458af7b25c0dd91d54aad93a72a1464ced285a741ed1ce6249ed61af
+checksum=30f697ebbf3d3d267b8ea09cdbfd358c994bf4b60a458f124dcfd415d2cb58a7
 
 do_check() {
 	:

From cf0cab16e53e25464b48bb439e8fd94849f58f14 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:12 +0300
Subject: [PATCH 02/21] cinnamon-desktop: update to 5.0.0.

---
 srcpkgs/cinnamon-desktop/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cinnamon-desktop/template b/srcpkgs/cinnamon-desktop/template
index 985e05ed4927..676a030ac21f 100644
--- a/srcpkgs/cinnamon-desktop/template
+++ b/srcpkgs/cinnamon-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'cinnamon-desktop'
 pkgname=cinnamon-desktop
-version=4.8.1
+version=5.0.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -12,9 +12,9 @@ depends="xkeyboard-config"
 short_desc="Library with common API for various Cinnamon modules"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
-homepage="https://linuxmint-developer-guide.readthedocs.io/en/latest/cinnamon.html#cinnamon-desktop"
-distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
-checksum=cb9aeff385764ba33cf4f7ee2bb5cb7308960670e8fa9f3be38a1d431b20436d
+homepage="https://github.com/linuxmint/cinnamon-desktop"
+distfiles="https://github.com/linuxmint/cinnamon-desktop/archive/${version}.tar.gz"
+checksum=3fa2bcfe24f370b6a4ac5fc9aa6b08d8a191f23264eaacfd8264ff5bb6a67f24
 
 cinnamon-desktop-devel_package() {
 	depends="gtk+3-devel libxkbfile-devel ${sourcepkg}>=${version}_${revision}"

From cbdaa8f2922eb26ae0d0acea2872543a77756da9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:17 +0300
Subject: [PATCH 03/21] cinnamon-menus: update to 5.0.0.

---
 srcpkgs/cinnamon-menus/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cinnamon-menus/template b/srcpkgs/cinnamon-menus/template
index 0fd49ed716aa..f1391dd90db5 100644
--- a/srcpkgs/cinnamon-menus/template
+++ b/srcpkgs/cinnamon-menus/template
@@ -1,6 +1,6 @@
 # Template file for 'cinnamon-menus'
 pkgname=cinnamon-menus
-version=4.8.3
+version=5.0.0
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,8 +10,8 @@ short_desc="Cinnamon menu specifications"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/cinnamon-menus"
-distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
-checksum=b0a02ab0e37d67e761c24545123ec354e7fab0a504267e524892a953bcfd98d7
+distfiles="https://github.com/linuxmint/cinnamon-menus/archive/${version}.tar.gz"
+checksum=f8428f60b7f0fcbde0e4b5db22a7b79b55c5c880574f350784372d54d65a07d0
 
 cinnamon-menus-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 9e8ea2a6d1fb2300d767944cd2bab8ed7011a8f4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:23 +0300
Subject: [PATCH 04/21] cinnamon-screensaver: update to 5.0.6.

---
 srcpkgs/cinnamon-screensaver/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cinnamon-screensaver/template b/srcpkgs/cinnamon-screensaver/template
index 2a711b6e88ac..f5dbeb9bbc58 100644
--- a/srcpkgs/cinnamon-screensaver/template
+++ b/srcpkgs/cinnamon-screensaver/template
@@ -1,6 +1,6 @@
 # Template file for 'cinnamon-screensaver'
 pkgname=cinnamon-screensaver
-version=4.8.1
+version=5.0.6
 revision=1
 build_style=meson
 build_helper=gir
@@ -15,8 +15,8 @@ short_desc="Cinnamon screensaver"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/cinnamon-screensaver"
-distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
-checksum=e06a9f28cba55c38d1464d02917eb374de941fd09007608c239a348e7653b675
+distfiles="https://github.com/linuxmint/cinnamon-screensaver/archive/${version}.tar.gz"
+checksum=6a1a71268b3b793e8807c231039defe33f7bb827134193c3b3985f27a7d5e949
 
 python_version=3
 pycompile_dirs="/usr/share/cinnamon-screensaver"

From 58dc2f756e6a4132dc727a2148b5228e48499a1d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:29 +0300
Subject: [PATCH 05/21] cinnamon-session: update to 5.0.0.

---
 srcpkgs/cinnamon-session/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cinnamon-session/template b/srcpkgs/cinnamon-session/template
index c27272b802a3..66e6d745e3c9 100644
--- a/srcpkgs/cinnamon-session/template
+++ b/srcpkgs/cinnamon-session/template
@@ -1,6 +1,6 @@
 # Template file for 'cinnamon-session'
 pkgname=cinnamon-session
-version=4.8.0
+version=5.0.0
 revision=1
 build_style=meson
 build_helper=gir
@@ -14,6 +14,6 @@ depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme elogind"
 short_desc="Cinnamon session handler"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
-homepage="https://linuxmint-developer-guide.readthedocs.io/en/latest/cinnamon.html#cinnamon-session"
-distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
-checksum=66301a1eb748f646c419ced76f3388d8d6af0436716c737842cd85f359bd38d4
+homepage="https://github.com/linuxmint/cinnamon-session"
+distfiles="https://github.com/linuxmint/cinnamon-session/archive/${version}.tar.gz"
+checksum=8e2cc49455e29949ee536e2e341af52d53afeaeef6d229730368d822a80a5c19

From a2cd09a7fd35cd7833e943be144923e9caad3148 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:34 +0300
Subject: [PATCH 06/21] cinnamon-settings-daemon: update to 5.0.3.

---
 srcpkgs/cinnamon-settings-daemon/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cinnamon-settings-daemon/template b/srcpkgs/cinnamon-settings-daemon/template
index 2e5239c2c897..e16955b6beba 100644
--- a/srcpkgs/cinnamon-settings-daemon/template
+++ b/srcpkgs/cinnamon-settings-daemon/template
@@ -1,6 +1,6 @@
 # Template file for 'cinnamon-settings-daemon'
 pkgname=cinnamon-settings-daemon
-version=4.8.5
+version=5.0.3
 revision=1
 build_style=meson
 build_helper=gir
@@ -14,8 +14,8 @@ short_desc="Cinnamon Settings Daemon"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/cinnamon-settings-daemon"
-distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
-checksum=f2e770113230e04bb5fe887c33b725ac273dcac912a3825ab6b9c821ce92ff32
+distfiles="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${version}.tar.gz"
+checksum=a6b99f3312b1e8c0531e4d0b136f4929512101b03ec59bef2dcb2210ee103746
 
 do_check() {
 	:

From a76f699a2f0a05082e692f9b74ea3c003900663d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:49 +0300
Subject: [PATCH 07/21] cinnamon-translations: update to 5.0.1.

---
 srcpkgs/cinnamon-translations/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cinnamon-translations/template b/srcpkgs/cinnamon-translations/template
index 8c4f65b38121..fddf75f49100 100644
--- a/srcpkgs/cinnamon-translations/template
+++ b/srcpkgs/cinnamon-translations/template
@@ -1,15 +1,15 @@
 # Template file for 'cinnamon-translations'
 pkgname=cinnamon-translations
-version=4.8.3
+version=5.0.1
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext"
 short_desc="Translations for Cinnamon and Nemo"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://translations.launchpad.net/linuxmint/latest/"
+homepage="https://github.com/linuxmint/cinnamon-translations/"
 distfiles="https://github.com/linuxmint/cinnamon-translations/archive/${version}.tar.gz"
-checksum=272b4e128b352f8a877bb57eaa4ed85ff72ad1cb25c4c58c8a35d0b093908f93
+checksum=fedb16ec94c020f0d3730da6868ff1fbf00bc4fd5e62980ce50baba537ec5cf7
 
 do_install() {
 	vmkdir usr

From 48aaba06c113644531fc1f42e39b247c363539ed Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:50:53 +0300
Subject: [PATCH 08/21] cinnamon: update to 5.0.3.

---
 srcpkgs/cinnamon/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cinnamon/template b/srcpkgs/cinnamon/template
index 165458ac7da5..ebc759c2588b 100644
--- a/srcpkgs/cinnamon/template
+++ b/srcpkgs/cinnamon/template
@@ -1,9 +1,10 @@
 # Template file for 'cinnamon'
 pkgname=cinnamon
-version=4.8.6
+version=5.0.3
 revision=1
 build_helper=gir
 build_style=meson
+#configure_args=" -Dpy3modulesdir=${py3_sitelib}"
 hostmakedepends="libtool pkg-config gobject-introspection gettext
  gettext-devel glib-devel intltool xmlto gtk-doc"
 makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
@@ -25,9 +26,9 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/cinnamon"
 changelog="https://raw.githubusercontent.com/linuxmint/cinnamon/${version}/debian/changelog"
 distfiles="https://github.com/linuxmint/cinnamon/archive/${version}.tar.gz"
-checksum=00f82253f44c694c379e29959aa6e57b4878b722df1f08d68f9466272ef64893
-
+checksum=11e5363a0fdb9b6a4aaceb1bd2fc6b2e5b51cf6d444793d867dd217c097965de
 python_version=3
+
 pycompile_dirs="
  usr/share/cinnamon/applets
  usr/share/cinnamon/cinnamon-desktop-editor

From fd3a3424cc7e3e3db6cacd5b402a8d69d14e1716 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:51:04 +0300
Subject: [PATCH 09/21] cjs: update to 5.0.0.

---
 srcpkgs/cjs/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cjs/template b/srcpkgs/cjs/template
index fbf86ea36b64..3eac4bc17ff7 100644
--- a/srcpkgs/cjs/template
+++ b/srcpkgs/cjs/template
@@ -1,6 +1,6 @@
 # Template file for 'cjs'
 pkgname=cjs
-version=4.8.2
+version=5.0.0
 revision=1
 build_style=meson
 build_helper=gir
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/cjs"
 distfiles="https://github.com/linuxmint/cjs/archive/${version}.tar.gz"
-checksum=c3248663e0084dbcee1bf4d1db56966c1321983617dbbec9b1253e50614a3f4e
+checksum=4e7f1d541188fe87db00e96790e0a157d99b5f07676240da97a2ec9b6b21d1da
 
 # The deleted lines in meson.build try to build and run a simple program,
 # and that does not work when cross-compiling.
@@ -24,6 +24,14 @@ pre_configure() {
 }
 
 
+do_check() {
+	: # ΧΧ A single test fails on x86_64,  meson reports in the configure stage:
+	  # meson.build:663: WARNING: Your libc does not have the C.UTF-8 locale and no other
+	  # suitable UTF-8 fallback locale could be found. You can still build GJS, but
+	  # some tests will fail.
+}
+
+
 cjs-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

From 80559c83d3c2d4dd34e7e0c6ed2981329a100bdd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:51:13 +0300
Subject: [PATCH 10/21] muffin: update to 5.0.1.

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

diff --git a/srcpkgs/muffin/template b/srcpkgs/muffin/template
index 6c3d645ef6a9..4363fd609f66 100644
--- a/srcpkgs/muffin/template
+++ b/srcpkgs/muffin/template
@@ -1,6 +1,6 @@
 # Template file for 'muffin'
 pkgname=muffin
-version=4.8.1
+version=5.0.1
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/muffin"
 distfiles="https://github.com/linuxmint/muffin/archive/${version}.tar.gz"
-checksum=d342165270690c8565004cd6aa26aa79620d99e442ee6207061c26a505690407
+checksum=6c78aaabcb5a0cf2e2b75a380ef4481c5b1ddb910faeae6e137f7356d1ac4b83
 shlib_provides="libmuffin-clutter-0.so libmuffin-cogl-pango-0.so
  libmuffin-cogl-path-0.so libmuffin-cogl-0.so"
 

From c2856d1c33ca91e601bebb198ac1386caf97336a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:51:20 +0300
Subject: [PATCH 11/21] xapps: update to 2.2.0.

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

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index 1824998fc756..e6126a72752a 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,6 +1,6 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=2.0.6
+version=2.2.0
 revision=1
 wrksrc="xapp-${version}"
 build_style=meson
@@ -15,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=4541a54760715f54fe6ab6174d4e040f5bfa3a0186b63836f2332a3ddfde3cc6
+checksum=c1510443eb2f3f4f78ca792a9d327fa716a71116c3c5a7dff4c1313621a36768
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From cd63ca78be9ba83686f604227efbabc064ab9596 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:51:25 +0300
Subject: [PATCH 12/21] nemo: update to 5.0.2.

---
 srcpkgs/nemo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nemo/template b/srcpkgs/nemo/template
index 7760e034163f..d1419e49654a 100644
--- a/srcpkgs/nemo/template
+++ b/srcpkgs/nemo/template
@@ -1,20 +1,20 @@
 # Template file for 'nemo'
 pkgname=nemo
-version=4.8.6
+version=5.0.2
 revision=1
 build_style=meson
 build_helper=gir
 pycompile_dirs="/usr/share/nemo/actions/myaction.py"
 hostmakedepends="gettext-devel glib-devel intltool pkg-config"
 makedepends="cinnamon-desktop-devel dconf-devel exempi-devel gvfs-devel
- libexif-devel libnotify-devel tracker-devel xapps-devel"
+ libexif-devel libnotify-devel tracker-devel libgsf-devel xapps-devel"
 depends="cinnamon-translations dconf gvfs"
 short_desc="Cinnamon file manager (nautilus fork)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo"
 distfiles="https://github.com/linuxmint/nemo/archive/${version}.tar.gz"
-checksum=bcaca1268d5f3b47d08c0524bea2fa3f1cb9861a7a7469a06320ab82504e1eae
+checksum=b95b318bd2a81a42eec82bbf1a010d38efcaf0e6b12bd3e2f1149538f3e0d2bc
 python_version=3
 
 do_check() {

From 1adc91b0f74efd9238e23e1c3166a75fc9afd58d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:51:32 +0300
Subject: [PATCH 13/21] New package: nemo-extensions-5.0.0

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

diff --git a/srcpkgs/nemo-extensions/template b/srcpkgs/nemo-extensions/template
new file mode 100644
index 000000000000..48d3508db47b
--- /dev/null
+++ b/srcpkgs/nemo-extensions/template
@@ -0,0 +1,18 @@
+# Template file for 'nemo-extensions'
+pkgname=nemo-extensions
+version=5.0.0
+revision=1
+build_style=meta
+depends="
+	nemo-image-converter>="${version}"
+	nemo-preview>="${version}"
+	nemo-audio-tab>="${version}"
+	nemo-compare>="${version}"
+	nemo-fileroller>="${version}"
+	nemo-python>="${version}"
+	nemo-emblems>="${version}"
+	nemo-terminal>="${version}""
+short_desc="Extentions for nemo file manager"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-2-Clause" #no vlicense
+homepage="https://github.com/linuxmint/nemo-extensions"

From 2c2e71d185c255b811db579a9241c53ae19cfc9b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:01 +0300
Subject: [PATCH 14/21] nemo-fileroller: update to 5.0.1.

---
 srcpkgs/nemo-fileroller/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/nemo-fileroller/template b/srcpkgs/nemo-fileroller/template
index 62f53f6365d2..5c907d6b9f04 100644
--- a/srcpkgs/nemo-fileroller/template
+++ b/srcpkgs/nemo-fileroller/template
@@ -1,20 +1,16 @@
 # Template file for 'nemo-fileroller'
 pkgname=nemo-fileroller
-version=4.8.0
+version=5.0.1
 revision=1
-wrksrc="nemo-extensions-${version}"
+wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-fileroller
-build_style=gnu-configure
-hostmakedepends="automake libtool pkg-config"
+build_style=meson
+hostmakedepends="pkg-config"
 makedepends="nemo-devel libglib-devel"
 depends="file-roller"
 short_desc="Nemo file roller extension"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
-distfiles="https://github.com/linuxmint/nemo-extensions/archive/${version}.tar.gz"
-checksum=1b7b85b41c659fe0f93a9b83fadb81a7934c7e7cb2df9eda4a03413b7f5d05c4
-
-pre_configure() {
-	autoreconf -fi
-}
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-fileroller-${version}.tar.gz"
+checksum=736f574d69344ad9a4e903322e3650ad31aa5447ccc011845b24a5f73784f686

From 7b9512d4364d7b83a4906430f334423bf21cf799 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:08 +0300
Subject: [PATCH 15/21] New package: nemo-python-5.0.0

---
 srcpkgs/nemo-python/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/nemo-python/template

diff --git a/srcpkgs/nemo-python/template b/srcpkgs/nemo-python/template
new file mode 100644
index 000000000000..276fad29a7dc
--- /dev/null
+++ b/srcpkgs/nemo-python/template
@@ -0,0 +1,15 @@
+# Template file for 'nemo-python'
+pkgname=nemo-python
+version=5.0.0
+revision=1
+wrksrc="nemo-extensions-${version}"
+build_wrksrc=nemo-python
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="nemo-devel python3-devel python3-gobject-devel"
+short_desc="Nemo python binding"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/linuxmint/nemo-extensions"
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/${version}.tar.gz"
+checksum=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

From 8782f08f4c11037cddfb8dfbc569e1b4afed2c5a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:14 +0300
Subject: [PATCH 16/21] New package: nemo-audio-tab-5.0.0

---
 srcpkgs/nemo-audio-tab/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nemo-audio-tab/template

diff --git a/srcpkgs/nemo-audio-tab/template b/srcpkgs/nemo-audio-tab/template
new file mode 100644
index 000000000000..6ce304c29c57
--- /dev/null
+++ b/srcpkgs/nemo-audio-tab/template
@@ -0,0 +1,16 @@
+# Template file for 'nemo-audio-tab'
+pkgname=nemo-audio-tab
+version=5.0.0
+revision=1
+wrksrc="nemo-extensions-${version}"
+build_wrksrc=nemo-audio-tab
+build_style=python3-module
+hostmakedepends="pkg-config python3-setuptools"
+makedepends="nemo-devel libglib-devel"
+depends="nemo-python python3-mutagen"
+short_desc="Nemo audio tab extention"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/nemo-extensions"
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/${version}.tar.gz"
+checksum=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

From 096c3067f9f1960fcaf15261b1890ace804b8a18 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:20 +0300
Subject: [PATCH 17/21] New package: nemo-emblems-5.0.0

---
 srcpkgs/nemo-emblems/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nemo-emblems/template

diff --git a/srcpkgs/nemo-emblems/template b/srcpkgs/nemo-emblems/template
new file mode 100644
index 000000000000..7f1e7e8e108d
--- /dev/null
+++ b/srcpkgs/nemo-emblems/template
@@ -0,0 +1,16 @@
+# Template file for 'nemo-emblems'
+pkgname=nemo-emblems
+version=5.0.0
+revision=1
+wrksrc="nemo-extensions-${version}"
+build_wrksrc=nemo-emblems
+build_style=python3-module
+hostmakedepends="pkg-config python3-setuptools"
+makedepends="nemo-devel libglib-devel"
+depends="nemo-python"
+short_desc="Nemo extension for changing emblems in files/dirs"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/nemo-extensions"
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/${version}.tar.gz"
+checksum=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

From 1df51cc3cf30828c2bcc3506d9239c9feb1d600e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:25 +0300
Subject: [PATCH 18/21] New package: nemo-compare-5.0.1

---
 srcpkgs/nemo-compare/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nemo-compare/template

diff --git a/srcpkgs/nemo-compare/template b/srcpkgs/nemo-compare/template
new file mode 100644
index 000000000000..e53193719dc3
--- /dev/null
+++ b/srcpkgs/nemo-compare/template
@@ -0,0 +1,16 @@
+# Template file for 'nemo-compare'
+pkgname=nemo-compare
+version=5.0.1
+revision=1
+wrksrc="nemo-extensions-${pkgname}-${version}"
+build_wrksrc=nemo-compare
+build_style=python3-module
+hostmakedepends="pkg-config python3-setuptools"
+makedepends="nemo-devel libglib-devel"
+depends="nemo-python meld"
+short_desc="Nemo compare extention"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/nemo-extensions"
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-compare-${version}.tar.gz"
+checksum=7eef629856f64b7483d372259994b878398e98903d83319e1072d754a034289e

From d7fd8c9fb4d6c3f04624b47f7f44ddbede2de1d0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:37 +0300
Subject: [PATCH 19/21] New package: nemo-preview-5.0.1

---
 srcpkgs/nemo-preview/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nemo-preview/template

diff --git a/srcpkgs/nemo-preview/template b/srcpkgs/nemo-preview/template
new file mode 100644
index 000000000000..22767ba17c81
--- /dev/null
+++ b/srcpkgs/nemo-preview/template
@@ -0,0 +1,17 @@
+# Template file for 'nemo-preview'
+pkgname=nemo-preview
+version=5.0.1
+revision=1
+wrksrc="nemo-extensions-${pkgname}-${version}"
+build_wrksrc=nemo-preview
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config gettext gobject-introspection glib-devel"
+makedepends="nemo-devel  libmusicbrainz5-devel cjs-devel clutter-devel
+ clutter-gtk-devel clutter-gst3-devel libxreader-devel gtksourceview4-devel webkit2gtk-devel"
+short_desc="Nemo preview extension"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/linuxmint/nemo-extensions"
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-preview-${version}.tar.gz"
+checksum=042719518af70c21879df5f5e314aec03da727fc3c118c509ef9aba59744a6cd

From 46e2c07d267c721c25692418c8845dab8012ccaf Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:45 +0300
Subject: [PATCH 20/21] New package: nemo-terminal-5.0.0

---
 srcpkgs/nemo-terminal/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nemo-terminal/template

diff --git a/srcpkgs/nemo-terminal/template b/srcpkgs/nemo-terminal/template
new file mode 100644
index 000000000000..7f4bd709447e
--- /dev/null
+++ b/srcpkgs/nemo-terminal/template
@@ -0,0 +1,16 @@
+# Template file for 'nemo-terminal'
+pkgname=nemo-terminal
+version=5.0.0
+revision=1
+wrksrc="nemo-extensions-${version}"
+build_wrksrc=nemo-terminal
+build_style=python3-module
+hostmakedepends="pkg-config python3-setuptools"
+makedepends="nemo-devel libglib-devel"
+depends="nemo-python vte3 glib gtk+3 xapps"
+short_desc="Nemo terminal extention"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/nemo-extensions"
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/${version}.tar.gz"
+checksum=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

From d6ee4a88d132e9aff882e76e51bb13e3a8e20e03 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 25 Jun 2021 21:52:51 +0300
Subject: [PATCH 21/21] New package: nemo-image-converter-5.0.0

---
 srcpkgs/nemo-image-converter/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nemo-image-converter/template

diff --git a/srcpkgs/nemo-image-converter/template b/srcpkgs/nemo-image-converter/template
new file mode 100644
index 000000000000..8a554a950124
--- /dev/null
+++ b/srcpkgs/nemo-image-converter/template
@@ -0,0 +1,16 @@
+# Template file for 'nemo-image-converter'
+pkgname=nemo-image-converter
+version=5.0.0
+revision=1
+wrksrc="nemo-extensions-${version}"
+build_wrksrc=nemo-image-converter
+build_style=meson
+hostmakedepends="pkg-config gettext"
+makedepends="nemo-devel libglib-devel"
+depends="ImageMagick"
+short_desc="Nemo image converter extension"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/linuxmint/nemo-extensions"
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/${version}.tar.gz"
+checksum=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

  parent reply	other threads:[~2021-06-25 18:53 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09 14:02 [PR PATCH] " mobinmob
2021-06-09 14:24 ` [PR PATCH] [Updated] " mobinmob
2021-06-09 15:30 ` mobinmob
2021-06-09 20:17 ` mobinmob
2021-06-09 20:17 ` mobinmob
2021-06-09 20:25 ` ericonr
2021-06-09 20:29 ` mobinmob
2021-06-09 20:31 ` mobinmob
2021-06-23  3:07 ` ericonr
2021-06-24 15:20 ` [PR PATCH] [Updated] " mobinmob
2021-06-24 15:21 ` mobinmob
2021-06-24 18:28 ` [PR PATCH] [Updated] " mobinmob
2021-06-24 18:29 ` mobinmob
2021-06-24 18:44 ` [PR PATCH] [Updated] " mobinmob
2021-06-24 19:07 ` mobinmob
2021-06-25 14:05 ` [PR PATCH] [Updated] " mobinmob
2021-06-25 18:53 ` mobinmob [this message]
2021-06-25 18:54 ` mobinmob
2021-06-29 13:52 ` mobinmob
2021-06-29 14:10 ` [PR PATCH] [Updated] Cinnamon: " mobinmob
2021-06-29 14:10 ` mobinmob
2021-07-05 13:25 ` [PR PATCH] [Updated] " mobinmob
2021-07-05 13:25 ` mobinmob
2021-07-16 18:45 ` [PR PATCH] [Updated] " mobinmob
2021-07-16 18:45 ` mobinmob
2021-07-31 21:11 ` [PR PATCH] [Updated] " mobinmob
2021-07-31 21:12 ` mobinmob
2021-07-31 21:14 ` [PR PATCH] [Updated] " mobinmob
2021-08-18 19:56 ` dmarto
2021-08-18 19:57 ` dmarto
2021-08-18 20:00 ` dmarto
2021-08-18 20:01 ` dmarto
2021-08-18 20:06 ` dmarto
2021-08-18 20:12 ` mobinmob
2021-08-18 20:30 ` dmarto
2021-08-18 20:50 ` [PR PATCH] [Updated] " mobinmob
2021-08-18 20:51 ` mobinmob
2021-09-21 11:05 ` dmarto
2021-09-21 12:13 ` ericonr
2021-09-21 12:49 ` mobinmob
2021-09-21 15:37 ` dmarto
2021-09-21 16:18 ` dmarto
2021-09-21 18:41 ` mobinmob
2021-09-21 18:48 ` mobinmob
2021-09-23 20:09 ` dmarto
2021-10-12 13:44 ` [PR PATCH] [Updated] " mobinmob
2021-10-12 13:57 ` mobinmob
2021-10-12 14:08 ` mobinmob
2021-10-12 14:13 ` mobinmob
2021-10-12 14:14 ` mobinmob
2021-10-12 14:21 ` mobinmob
2021-10-12 18:29 ` [PR PATCH] [Updated] " mobinmob
2021-10-12 19:18 ` mobinmob
2021-10-16 13:12 ` tibequadorian
2021-10-16 13:21 ` mobinmob
2021-10-16 13:28 ` mobinmob
2021-10-16 15:09 ` [PR PATCH] [Updated] " mobinmob
2021-10-16 15:09 ` mobinmob
2021-11-14 19:00 ` [PR PATCH] [Updated] " mobinmob
2021-11-14 19:00 ` mobinmob
2021-12-09  7:09 ` ericonr
2021-12-09 19:55 ` [PR PATCH] [Closed]: " ericonr

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=20210625185324._21CUWzkUax4SAv0ILb0f9tKuvDlzkxaX8u4TvJSzx4@z \
    --to=mobinmob@users.noreply.github.com \
    --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).