Skip to content

Commit

Permalink
Flutter Distributor 4.1.2 +1145
Browse files Browse the repository at this point in the history
Flutter Distributor 4.1.2 +1145
  • Loading branch information
sorydima committed Dec 20, 2024
1 parent 1cd9f71 commit 424dcb6
Show file tree
Hide file tree
Showing 9 changed files with 598 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk.dir=/home/sorydev/Android/Sdk
flutter.sdk=/home/sorydev/flutter
sdk.dir=/root/Android/Sdk
flutter.sdk=/home/kali/flutter
flutter.buildMode=release
flutter.versionName=4.0.0
flutter.versionCode=1132
4 changes: 4 additions & 0 deletions appimage/REChain
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

cd "$(dirname "$0")"
exec ./rechain
11 changes: 7 additions & 4 deletions appimage/REChain.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
Type=Application
Version=4.1.2
Name=REChain
Comment=REChain Client. Chat with your friends
Exec=AppRun
Icon=rechain
Comment=REChain Client. Chat with your friends with dAPP.
Icon=com.rechain.online
Exec=REChain
Terminal=false
Categories=Network;Chat;InstantMessaging;X-Matrix;
Categories=Utility;
Keywords=blocklist;social-network;
StartupNotify=true
StartupWMClass=rechain
Binary file added appimage/com.rechain.online.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
473 changes: 473 additions & 0 deletions appimage/com.rechain.online.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Name: rechainonline
Version: 4.1.2+1145
Release: 1145%{?dist}
Summary: The inclusion of polls enhances decision-making processes by facilitating quick and efficient feedback gathering. Additionally, the platform supports user-friendly interface & goods!
Group: Applications/Development Tools
Vendor: REChain Network Solutions
Packager: Sorokin Dmitry Olegovich <dmitry.justdev@gmail.com>
License: AGPL-3.0
URL: https://github.com/sorydima/REChain-.git
Requires: mpv, libjsoncpp-dev, libsecret-1-dev, libsecret-1-0, librhash0, libwebkit2gtk-4.0-dev, libolm3
BuildArch: x86_64

%description
REChain v4.1.2.

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/metainfo
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -r %{name}/* %{buildroot}%{_datadir}/%{name}
ln -s %{_datadir}/%{name}/%{name} %{buildroot}%{_bindir}/%{name}
cp -r %{name}.desktop %{buildroot}%{_datadir}/applications
cp -r %{name}.png %{buildroot}%{_datadir}/pixmaps
cp -r %{name}*.xml %{buildroot}%{_datadir}/metainfo || :
update-mime-database %{_datadir}/mime &> /dev/null || :

%postun
update-mime-database %{_datadir}/mime &> /dev/null || :

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/metainfo


%defattr(-,root,root)

%attr(4755, root, root) %{_datadir}/pixmaps/%{name}.png
33 changes: 33 additions & 0 deletions linux/packaging/appimage/make_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
display_name: REChain

icon: assets/logo.png

keywords:
- REChain
- Matrix
- Katya
- Application

generic_name: PRIVATE & SECURE MESSANGER DAPP!

categories:
- Utility

startup_notify: true

# You can specify the shared libraries that you want to bundle with your app
#
# flutter_distributor automatically detects the shared libraries that your app
# depends on, but you can also specify them manually here.
#
# The following example shows how to bundle the libcurl library with your app.
#
# include:
# - libcurl.so.4

include:
[]

# You can also specify [metainfo](https://freedesktop.org/software/appstream/docs/chap-Quickstart.html) file
# which contains metadata of the app.
# metainfo: linux/packaging/myappid.appdata.xml
33 changes: 33 additions & 0 deletions linux/packaging/deb/make_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
display_name: REChain
package_name: rechain
maintainer:
name: Sorokin Dmitry Olegovich
email: dmitry.justdev@gmail.com
priority: optional
section: x11
installed_size: 660400
essential: false
icon: assets/logo.png

postinstall_scripts:
- echo "Installed my awesome REChain app!"
postuninstall_scripts:
- echo "Surprised Pickachu face with REChain!"

keywords:
- REChain
- Matrix
- Katya
- Application

generic_name: REChain Application

categories:
- Utility
- Media

startup_notify: true

# You can also specify [metainfo](https://freedesktop.org/software/appstream/docs/chap-Quickstart.html) file
# which contains metadata of the app.
# metainfo: linux/packaging/myappid.appdata.xml
10 changes: 5 additions & 5 deletions linux/packaging/rpm/make_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
display_name: REChain.Online
display_name: REChain
icon: assets/logo.png
summary: The inclusion of polls enhances decision-making processes by facilitating quick and efficient feedback gathering. Additionally, the platform supports user-friendly interface & goods!
group: Applications/Development Tools
vendor: Sorokin Dmitry Olegovich
vendor: REChain Network Solutions
packager: Sorokin Dmitry Olegovich
packagerEmail: sorydima@gmail.com
license: AGPL 2.0
url: https://github.com/sorydima/REChain-
packagerEmail: dmitry.justdev@gmail.com
license: AGPL-3.0
url: https://github.com/sorydima/REChain-.git

#build_arch: aarch64

Expand Down

0 comments on commit 424dcb6

Please sign in to comment.