-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flutter Distributor 4.1.2 +1145
- Loading branch information
Showing
9 changed files
with
598 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
|
||
cd "$(dirname "$0")" | ||
exec ./rechain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions
41
dist/4.1.2+1145/rechainonline-4.1.2+1145-linux_rpm/rpmbuild/SPECS/rechainonline.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters