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: Thu, 24 Jun 2021 20:44:28 +0200	[thread overview]
Message-ID: <20210624184428.HbLASXg-D0-jC2gU-I3DxKrlrM04A3y4oJ8ucW-9fHA@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: 20571 bytes --]

From 77ae06f400970b72dd12ce36cb37212578133b62 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:03 +0300
Subject: [PATCH 01/15] cinnamon-control-center: update to 5.0.1.

---
 .../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..172cf83942dc 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.1
 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=170ac90d3a11ac10258b1fff20f4ee792078520e8eb4e18e13a2c4caf8de3ede
 
 do_check() {
 	:

From 038e8905d9fa4b1e1ce1a1f1ae047d22b0e21564 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:08 +0300
Subject: [PATCH 02/15] 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 a705c67814103e5ad9bed693dddac60fbe5e3dc4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:13 +0300
Subject: [PATCH 03/15] 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 9a041760e49604161d2332251758374f123d354d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:19 +0300
Subject: [PATCH 04/15] cinnamon-screensaver: update to 5.0.5.

---
 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..aebf52c15efc 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.5
 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=4df3ca70968e214cff11665d9495be16307fae0857df0dc21c6ef6762f21786d
 
 python_version=3
 pycompile_dirs="/usr/share/cinnamon-screensaver"

From 903d53a7a0f6dfa508d4321f3e6247b7d6f3b60b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:24 +0300
Subject: [PATCH 05/15] 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 d07e9ebd5b87cb370245fee6433832570077f0cd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:32 +0300
Subject: [PATCH 06/15] cinnamon-settings-daemon: update to 5.0.2.

---
 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..33b5bf120287 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.2
 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=b0c8b638b8118b9c895559c08d22808bb4e04ece41d90835ae079754eced4391
 
 do_check() {
 	:

From 614fe3036d26c13b355e093097bcc5348f0069d9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:38 +0300
Subject: [PATCH 07/15] 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 5e8f1ff1e889d9c5f3299998f1cbf18cf5bef7bf Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:42 +0300
Subject: [PATCH 08/15] cinnamon: update to 5.0.2.

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

diff --git a/srcpkgs/cinnamon/template b/srcpkgs/cinnamon/template
index 165458ac7da5..bc8d55daa812 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.2
 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=9ae7043a56eedd9fb0ec253d7f4513087cc431179824341d87a1828d2e094b13
 python_version=3
+
 pycompile_dirs="
  usr/share/cinnamon/applets
  usr/share/cinnamon/cinnamon-desktop-editor
@@ -55,3 +56,8 @@ pre_configure() {
 	# Remove broken symlink
 	rm -f files/etc/xdg/menus/cinnamon-applications-merged
 }
+
+post_install() {
+	vmkdir "$py3_sitelib"
+	mv "${DESTDIR}/usr/lib/python3/dist-packages/cinnamon" "${DESTDIR}/${py3_sitelib}"
+}

From 698e085a3fb2222ae92e0ca19d6173bb765bc004 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:48 +0300
Subject: [PATCH 09/15] 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 d25627001936fcd4ead833bd9aae4bdeb4607c4e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:53 +0300
Subject: [PATCH 10/15] 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 bf4d30705c8cc14061ba73b8c7cbe7eb8818bded Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:42:58 +0300
Subject: [PATCH 11/15] 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 78dfe99b4efafff0cb5eb69c6023868da2fc0721 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:43:03 +0300
Subject: [PATCH 12/15] nemo: update to 5.0.1.

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

diff --git a/srcpkgs/nemo/template b/srcpkgs/nemo/template
index 7760e034163f..0cf1cd2b3cea 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.1
 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=bc2171d1ee55ff68540dc8fb688157bf69ca1207449b1623b03c299eca39c919
 python_version=3
 
 do_check() {

From 13ec8b0792543c5e4b4c416db409e7140beab545 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:43:10 +0300
Subject: [PATCH 13/15] nemo-fileroller: update to 5.0.0.

---
 srcpkgs/nemo-fileroller/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/nemo-fileroller/template b/srcpkgs/nemo-fileroller/template
index 62f53f6365d2..1ffbab993706 100644
--- a/srcpkgs/nemo-fileroller/template
+++ b/srcpkgs/nemo-fileroller/template
@@ -1,11 +1,11 @@
 # Template file for 'nemo-fileroller'
 pkgname=nemo-fileroller
-version=4.8.0
+version=5.0.0
 revision=1
 wrksrc="nemo-extensions-${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"
@@ -13,8 +13,4 @@ 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
-}
+checksum=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

From 08ccfe97eaff7c72db693ee8ca0ca10562fc3345 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:43:52 +0300
Subject: [PATCH 14/15] 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..e85944b2447d
--- /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="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=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

From ca4a52b6acd6b543acb0dcbb0bbcff8c10467e7f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 24 Jun 2021 21:44:16 +0300
Subject: [PATCH 15/15] New package: nemo-preview-5.0.0.

---
 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..9771222ae504
--- /dev/null
+++ b/srcpkgs/nemo-preview/template
@@ -0,0 +1,17 @@
+# Template file for 'nemo-preview'
+pkgname=nemo-preview
+version=5.0.0
+revision=1
+wrksrc="nemo-extensions-${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="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=e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485

  parent reply	other threads:[~2021-06-24 18:44 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 ` mobinmob [this message]
2021-06-24 19:07 ` mobinmob
2021-06-25 14:05 ` [PR PATCH] [Updated] " mobinmob
2021-06-25 18:53 ` mobinmob
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=20210624184428.HbLASXg-D0-jC2gU-I3DxKrlrM04A3y4oJ8ucW-9fHA@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).