summaryrefslogtreecommitdiff
path: root/scite-fedora/README.md
blob: 11e732be5332b90018da51bfd8a14e9c7d1042ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# scite upstream
https://src.fedoraproject.org/rpms/scite/tree/f29

# Reason for being in stackrpms
Fedora and CentOS do not package scite and I have use of them. CentOS 7 relies on version 3 of the application, but CentOS 8 and Fedora relies on version 5.

Devuan Ceres already packages [scite](https://salsa.debian.org/debian/scite) but I want to add some customizations for myself.

# Reverse dependency matrix
Distro       | scite version
------------ | ---------------
CentOS 6     | 3.7.6
CentOS 7     | 3.7.6
CentOS 8     | 5.3.0
Fedora 35    | 5.3.0
Devuan Ceres | 5.3.0

# References
void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpkgs/scite/template) package guided me at version 5.0.1.

# Differences
## From upstream for Fedora
See file [stackrpms-scite.spec.diff](stackrpms-scite.spec.diff)
Customized SciTEGlobal.properties, to use my settings and also my custom lua script.
## Between scite-fedora and scite-el
Run file [fc-el-scite-diff.sh](fc-el-scite-diff.sh).

    scite-fedora/fc-el-scite-diff.sh | vi -

## From upstream for Devuan
Customized SciTEGlobal.properties, to use my settings and also my custom lua script.
bgstack15