View previous topic :: View next topic |
Author |
Message |
Illiander Apprentice
Joined: 22 Feb 2011 Posts: 252
|
Posted: Fri Aug 06, 2021 6:48 pm Post subject: |
|
|
Are MATE testers still in demand? |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Mon Aug 09, 2021 5:50 pm Post subject: |
|
|
Illiander wrote: | Are MATE testers still in demand? |
yes, of course - i'll test with pleasure _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
|
spica Guru
Joined: 04 Jun 2021 Posts: 329
|
Posted: Fri Aug 20, 2021 6:49 pm Post subject: |
|
|
1.26 is out |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Fri Aug 20, 2021 10:42 pm Post subject: |
|
|
it's working good, with some little hiccups here and there.
desktop is very stable _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Sat Aug 21, 2021 1:23 am Post subject: |
|
|
there's a typo in 'pluma-plugins' ebuild.
Quote: | <------>terminal? ( >=xd11-libs/vte-0.52:2.91[introspection] ) |
should be:
Code: | <------>terminal? ( >=x11-libs/vte-0.52:2.91[introspection] ) |
edit:
removing the typo and recreating the manifest resolves this little issue.
i'am not a coder - i understand the difference in a diff file, but never tried to create one
my bad - sorry @Hu _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Last edited by CooSee on Sat Aug 21, 2021 7:02 pm; edited 6 times in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22586
|
Posted: Sat Aug 21, 2021 3:33 pm Post subject: |
|
|
Could you restate that in the form of a unified diff? It's not immediately clear from your post whether you are showing us the bad line and expecting readers to know how to fix it or showing a good line. On closer inspection, I think you were trying to report that there is a spurious d: xd11-libs/vte. If you post your report in the form of a unified diff, readers can use it to patch the affected ebuild. |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Sat Aug 21, 2021 9:03 pm Post subject: |
|
|
Hu wrote: | Could you restate that in the form of a unified diff? It's not immediately clear from your post whether you are showing us the bad line and expecting readers to know how to fix it or showing a good line. On closer inspection, I think you were trying to report that there is a spurious d: xd11-libs/vte. If you post your report in the form of a unified diff, readers can use it to patch the affected ebuild. |
would this be ok ?
pluma-plugins-typo-in-ebuild.patch:
Code: | --- pluma-plugins-1.26.0.ebuild 2021-08-15 18:21:44.167179518 +0200
+++ pluma-plugins-1.26.0-r1.ebuild 2021-08-21 03:03:09.400729502 +0200
@@ -48,7 +48,7 @@
x11-libs/pango[introspection]
x11-libs/gdk-pixbuf:2[introspection]
synctex? ( >=dev-python/dbus-python-0.82 )
- terminal? ( >=xd11-libs/vte-0.52:2.91[introspection] )
+ terminal? ( >=x11-libs/vte-0.52:2.91[introspection] )
)" |
_________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Last edited by CooSee on Sat Aug 21, 2021 9:38 pm; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22586
|
Posted: Sat Aug 21, 2021 9:24 pm Post subject: |
|
|
I'd prefer to see it in code tags, but yes. Now you need to send that to the maintainer of the ebuild, instead of telling us about it. |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Sat Aug 21, 2021 9:58 pm Post subject: |
|
|
Hu wrote: | I'd prefer to see it in code tags, but yes. Now you need to send that to the maintainer of the ebuild, instead of telling us about it. |
wow - i learned something today, in my late 'half century old' age
done - maintainer informed!
thanks @Hu for forcing me _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
|
spica Guru
Joined: 04 Jun 2021 Posts: 329
|
Posted: Sun Aug 22, 2021 2:12 am Post subject: |
|
|
CooSee, where you obtained the ebuild from? |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Sun Aug 22, 2021 9:53 am Post subject: |
|
|
spica wrote: | CooSee, where you obtained the ebuild from? |
what do you mean?
the originigal ebuild is from 'mate-de-gentoo' overlay.
i used a different name of ebuild, to generate the diff file. _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
|
|