ALT Linux users (in English only)
 help / color / mirror / Atom feed
* [Comm-en] Sea Monkey and other
@ 2022-01-10 18:22 Lyndon
  2022-01-12 11:13 ` Michael Shigorin
  0 siblings, 1 reply; 3+ messages in thread
From: Lyndon @ 2022-01-10 18:22 UTC (permalink / raw)
  To: ALT Linux users (in English only)

David,

Sea Monkey works great on my mate system workstation. But yes, I hear 
you about some sites requiring a chrome based browser ( this is 
discriminatory I think, restricting you to a certain browser type only 
). For me its only a tiny, tiny minority of sites that work better with 
a chrome based browser but that may change in time. I have always kept a 
chrome based browser on my system for such an occasion. I like ungoogled 
chromium and normally install that on my computer, adding extension 
functionality too, but haven't been able to get it to launch as yet on 
my latest setup so have Yandex browser installed. I don't use anything 
Google if I can possibly help it. Vivaldi is a very good browser and I 
have used it before too. Its not completely open source but almost. 
Won't be using Edge either

I have always used several flatpaks and never had any issues running 
them so it may be related to ALT and my computer. I don't have any snaps 
installed as they can be a potential security issue ( See 
Switchedtolinux review on snaps ).
As yet, I can't find a rpm manuskript file. Do you know if I can run git 
on my system as I could install it that way. I have done that before on 
a debian/ubuntu based system. Manuskript flatpak opens normally but just 
wont import the msk file it uses. No window dialog appears.

Otherwise the computer is running ok. Had a small issue this morning and 
had to reboot but its normally fine.

Happy Computing !


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

* Re: [Comm-en] Sea Monkey and other
  2022-01-10 18:22 [Comm-en] Sea Monkey and other Lyndon
@ 2022-01-12 11:13 ` Michael Shigorin
  2022-10-27 15:46   ` [Comm-en] manuskript package (was: Sea Monkey and other) Michael Shigorin
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Shigorin @ 2022-01-12 11:13 UTC (permalink / raw)
  To: community-en; +Cc: Grigory Ustinov

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

On Mon, Jan 10, 2022 at 10:22:51AM -0800, Lyndon wrote:
> I don't use anything Google if I can possibly help it.

Second that.

> As yet, I can't find a rpm manuskript file.

I've found one that I used as a starter:
http://copr-dist-git.fedorainfracloud.org/cgit/notsag/manuskript/manuskript.git/plain/manuskript.spec

Tried adapting for ALT package -- it's buildable but not
installable yet, attaching spec "as is" in case someone grabs
and finishes it faster than I do.

The culprit is to put library part of the package properly so
that the automated dependency search scripts don't generate
unmets (requires that aren't provided by the package itself).

> Do you know if I can run git on my system as I could install it
> that way.

Yes; apt-get install git-core

> Happy Computing !

:)

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info

[-- Attachment #2: manuskript.spec --]
[-- Type: text/plain, Size: 1579 bytes --]

Name: manuskript
Version: 0.13.1
Release: alt1

Summary: Manuskript open source tool for writers
License: GPLv3+
Group: Editors

Url: http://www.theologeek.ch/manuskript/
Source: %name-%version.tar

BuildRequires: rpm-build-python3
Requires: python3
Requires: python3-module-PyQt5
Requires: python3-module-PyQt5-webkit
Requires: python3-module-enchant
Requires: python3-module-lxml
Requires: python3-module-markdown
Requires: libqt5-svg
Requires: zlib
#Requires: pandoc

BuildArch: noarch

%description
Manuskript is an open source tool for writers.  It provides
a rich environment to help writers create their first draft
and then further refine and edit their masterpiece.

%prep
%setup

%build
find -type f -name '*.py' -print0 |
	xargs -r0 sed -ri 's,/usr/bin/(env )?python$,&3,'

%install
install -pDm755 package/create_deb/%name %buildroot%_bindir/%name
install -pDm644 package/create_deb/%name.desktop \
	%buildroot%_desktopdir/%name.desktop

#mkdir -p %buildroot%_datadir/%name
#cp -at %buildroot%_datadir/%name -- \
mkdir -p %buildroot%python3_sitelibdir/%name
cp -at %buildroot%python3_sitelibdir/%name -- \
	CHANGELOG.md COPYING CREDITS i18n icons libs %name %name.spec \
	README.md resources sample-projects

%files
%_bindir/%name
%_desktopdir/%name.desktop
#_datadir/%name
%python3_sitelibdir/%name

%changelog
* Tue Jan 11 2022 Michael Shigorin <mike@altlinux.org> 0.13.1-alt1
- built for ALT Linux
  + based on http://copr-dist-git.fedorainfracloud.org/cgit/notsag/manuskript/manuskript.git/plain/manuskript.spec
    for 0.11.0 by Maxime Gaston <maxime@gaston.sh>

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

* [Comm-en] manuskript package (was: Sea Monkey and other)
  2022-01-12 11:13 ` Michael Shigorin
@ 2022-10-27 15:46   ` Michael Shigorin
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2022-10-27 15:46 UTC (permalink / raw)
  To: Lyndon; +Cc: community-en

On Wed, Jan 12, 2022 at 02:13:48PM +0300, Michael Shigorin wrote:
> On Mon, Jan 10, 2022 at 10:22:51AM -0800, Lyndon wrote:
> > As yet, I can't find a rpm manuskript file.
> I've found one that I used as a starter:

Ivan Grigoriev has made an ALT package from scratch:
http://github.com/ulysserus/manuskript

Looks functional to me, welcome to grab the RPM:
http://disk.yandex.ru/d/w-luRwmcoPZczA

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info


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

end of thread, other threads:[~2022-10-27 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 18:22 [Comm-en] Sea Monkey and other Lyndon
2022-01-12 11:13 ` Michael Shigorin
2022-10-27 15:46   ` [Comm-en] manuskript package (was: Sea Monkey and other) Michael Shigorin

ALT Linux users (in English only)

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community-en/0 community-en/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community-en community-en/ http://lore.altlinux.org/community-en \
		community-en@lists.altlinux.org community-en@lists.altlinux.ru community-en@lists.altlinux.com
	public-inbox-index community-en

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community-en


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git