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] Cinnamon: update to 5.0.x
Date: Wed, 18 Aug 2021 22:50:45 +0200	[thread overview]
Message-ID: <20210818205045.f7q9AOmnEuXVN-6mQD92z8Ij4T-mDyGtoxrj5AHxA1c@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: 1591 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

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: 28211 bytes --]

From 999c48983f7d546441bbfe8bc89aac63ada2cbdd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 29 Jun 2021 17:04:24 +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 a32cab69c6a0e5165f4e486172479ce16085c3ea Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 29 Jun 2021 17:04:30 +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 695879b8bb949476d26d3a949aece3947cad0486 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 29 Jun 2021 17:04:38 +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 5480b812205b739771f278f6fdfbbba0b9fd63e6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 29 Jun 2021 17:04:46 +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 eff988ac7b998f78f288e5ab0ac8584e2d92d4e0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 1 Aug 2021 00:09:03 +0300
Subject: [PATCH 05/21] cinnamon-session: update to 5.0.1.

---
 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..8c4984879c33 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.1
 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=3f6d4e93045009f1e2d47d45cbf84c614911669582354bb0a035568034bf5776

From dfaad28ab7800ead8580edc7e3e6dee70c6e1652 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 1 Aug 2021 00:09:09 +0300
Subject: [PATCH 06/21] cinnamon-settings-daemon: update to 5.0.4.

---
 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..9ef7abd73403 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.4
 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=9f54e2ab505095d338f2b463ce11905842bb7fe0676f99a43f120f8c3c593c4e
 
 do_check() {
 	:

From ce1445804208969d8a1735957fa7c1b547e4e7a5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 1 Aug 2021 00:09:15 +0300
Subject: [PATCH 07/21] cinnamon-translations: update to 5.0.2.

---
 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..920e1d480ad5 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.2
 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=ec92814a0bb679efa068a99bf182cb9fe588235796ae1c46a6819b69818f7266
 
 do_install() {
 	vmkdir usr

From e9ad69b9c76557f428b2b8b71d64bc6360445a7d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 1 Aug 2021 00:09:19 +0300
Subject: [PATCH 08/21] cinnamon: update to 5.0.5.

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

diff --git a/srcpkgs/cinnamon/template b/srcpkgs/cinnamon/template
index 165458ac7da5..663295397706 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.5
 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=4c52c5064603bbe5e727277cf78ef3e582dcb010d12eab2aaf5174de7d490aab
 python_version=3
+
 pycompile_dirs="
  usr/share/cinnamon/applets
  usr/share/cinnamon/cinnamon-desktop-editor

From fe77315c7cfb61774387270807a19070d410fd89 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 1 Aug 2021 00:09:23 +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 8173a79fdf64772043c66d83fd719e486e825234 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 1 Aug 2021 00:09:32 +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 5d94a7999221ca14930689913486237c186f67ba Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 1 Aug 2021 00:09:40 +0300
Subject: [PATCH 11/21] nemo: update to 5.0.3.

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

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

From 480f9e4d6e92bc597bd1ba9e8ad35209b4e6fdcb Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:47:17 +0300
Subject: [PATCH 12/21] xapps: update to 2.2.3.

Also:
- replace gist with netcat in depends (@dmarto)
- use the new upstream project repo url (@dmarto).
---
 srcpkgs/xapps/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index 1824998fc756..314e0dc09a28 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.3
 revision=1
 wrksrc="xapp-${version}"
 build_style=meson
@@ -8,14 +8,14 @@ build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
 makedepends="gettext-devel libgnomekbd-devel python3-gobject-devel
  libdbusmenu-gtk3-devel"
-depends="gist inxi xfconf"
+depends="inxi xfconf netcat"
 short_desc="Cross-desktop libraries and common resources from Linux Mint"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 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
+homepage="https://github.com/linuxmint/xapp"
+changelog="https://raw.githubusercontent.com/linuxmint/xapp/master/debian/changelog"
+distfiles="https://github.com/linuxmint/xapp/archive/${version}.tar.gz"
+checksum=c74ed143a75c07c4c856f3c2425d04a3ae785ea83a00908fc681d408f2b7c0bb
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From f1c11ae8c0cf9ac8d4ee4104975b207e0b926a8c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:48:58 +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 2b86ac0f51c26ec910fa1718b77cefd1de3a280e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:09 +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 2f7fb369d015b58a73a566769c3c28e77307602b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:16 +0300
Subject: [PATCH 15/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 075a121295981f520861c1d0580b441716e579ae Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:25 +0300
Subject: [PATCH 16/21] New package: nemo-python-5.0.1

---
 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..e87562d1810d
--- /dev/null
+++ b/srcpkgs/nemo-python/template
@@ -0,0 +1,15 @@
+# Template file for 'nemo-python'
+pkgname=nemo-python
+version=5.0.1
+revision=1
+wrksrc="nemo-extensions-nemo-python-${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/refs/tags/nemo-python-${version}.tar.gz"
+checksum=b0900d80a082ef4f5aa1ca7c322fca3e33e7a6dfcc4be4c19cca6ae7d8111dbe

From 977b3aace471da0a3c21347cba4cef871f694162 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:30 +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 cebf052d93e48a95560c35939509e50e14640a95 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:38 +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 dab1e5783ef3bc323554d5538f6b20a77129df56 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:44 +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 5d40e3c2ecc3ba44e1f4d12125b29849bf0c2392 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:50 +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 2c50043cf3f554e6f62ef1bb2fda406496835ddd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 18 Aug 2021 23:49:56 +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-08-18 20:50 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09 14:02 [PR PATCH] [WIP] Cinnamon, " 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
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 ` mobinmob [this message]
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=20210818205045.f7q9AOmnEuXVN-6mQD92z8Ij4T-mDyGtoxrj5AHxA1c@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).