added branding
This commit is contained in:
parent
1da277eb00
commit
aa23333cfd
7 changed files with 277 additions and 0 deletions
28
Core/parch-branding/PKGBUILD
Normal file
28
Core/parch-branding/PKGBUILD
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Maintainer: Bss Foundation
|
||||||
|
|
||||||
|
pkgname=parch-branding
|
||||||
|
_pkgname=branding
|
||||||
|
pkgver=2023.11.22
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc='parch Linux branding'
|
||||||
|
arch=('any')
|
||||||
|
url="https://parchlinux.ir"
|
||||||
|
license=('GPL3')
|
||||||
|
depends=('lsb-release')
|
||||||
|
install="${pkgname}.install"
|
||||||
|
source=("parch.tar.gz"
|
||||||
|
"os-release_parch"
|
||||||
|
"issue_parch"
|
||||||
|
"lsb-release_parch")
|
||||||
|
sha256sums=('114ca6cde2d8b6e8e9cd19261d357d1ba958bc0c48798749221e248d8b8e0602'
|
||||||
|
'55c15f4a76fca4397413460c7df7424e651ca6acc42719766ce777ad7fa64c4a'
|
||||||
|
'f33b9a6044e10ee8c82505d9edfbc8d2b097d31d68800f94d701c6650c4d3f6c'
|
||||||
|
'25d98bad4f3bb30e30210ea9693e7bb80de4bce0fae37cbb3f2435bad023876e')
|
||||||
|
|
||||||
|
package () {
|
||||||
|
install -Dm 644 logos/parch-logo.svg "${pkgdir}/usr/share/pixmaps/parch-logo.svg"
|
||||||
|
install -Dm 644 ../os-release_parch "${pkgdir}/etc/os-release_parch"
|
||||||
|
install -Dm 644 ../os-release_parch "${pkgdir}/usr/lib/os-release_parch"
|
||||||
|
install -Dm 644 ../issue_parch "${pkgdir}/etc/issue_parch"
|
||||||
|
install -Dm 644 ../lsb-release_parch "${pkgdir}/etc/lsb-release_parch"
|
||||||
|
}
|
25
Core/parch-branding/README.md
Normal file
25
Core/parch-branding/README.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# PKGBUILD for ParchLinux/branding
|
||||||
|
|
||||||
|
|
||||||
|
## How to Package?
|
||||||
|
|
||||||
|
make a zip file of parch directory:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
zip -r parch.zip parch
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
run makepkg command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
makepkg -sc
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### TODO
|
||||||
|
|
||||||
|
- [] Switch to GIT
|
||||||
|
- [] Add a valid support Link (for example forum)
|
1
Core/parch-branding/issue_parch
Normal file
1
Core/parch-branding/issue_parch
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Parchlinux \r (\l)
|
3
Core/parch-branding/lsb-release_parch
Normal file
3
Core/parch-branding/lsb-release_parch
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
DISTRIB_ID="Parch"
|
||||||
|
DISTRIB_RELEASE="rolling"
|
||||||
|
DISTRIB_DESCRIPTION="Parch Linux"
|
12
Core/parch-branding/os-release_parch
Normal file
12
Core/parch-branding/os-release_parch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
NAME="Parch Linux"
|
||||||
|
PRETTY_NAME="Parch Linux"
|
||||||
|
ID=parch
|
||||||
|
BUILD_ID=rolling
|
||||||
|
HOME_URL="https://Parchlinux.com"
|
||||||
|
DOCUMENTATION_URL="https://wiki.parchlinux.com/en/"
|
||||||
|
SUPPORT_URL="https://parchlinux.com/"
|
||||||
|
BUG_REPORT_URL="https://parchlinux.com/"
|
||||||
|
LOGO=parch-logo
|
||||||
|
VARIANT="Desktop Edition"
|
||||||
|
ANSI_COLOR="0;35"
|
||||||
|
|
15
Core/parch-branding/parch-branding.install
Normal file
15
Core/parch-branding/parch-branding.install
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
post_install() {
|
||||||
|
mv -f etc/os-release_parch etc/os-release
|
||||||
|
mv -f usr/lib/os-release_parch usr/lib/os-release
|
||||||
|
mv -f etc/issue_parch etc/issue
|
||||||
|
mv -f etc/lsb-release_parch etc/lsb-release
|
||||||
|
|
||||||
|
if [ -f /etc/default/grub ]; then
|
||||||
|
sed -i s/GRUB_DISTRIBUTOR=\"Arch\"/GRUB_DISTRIBUTOR=\"Parch\"/g etc/default/grub
|
||||||
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
post_upgrade() {
|
||||||
|
post_install
|
||||||
|
}
|
193
Core/parch-branding/parch/logos/parch-logo.svg
Normal file
193
Core/parch-branding/parch/logos/parch-logo.svg
Normal file
|
@ -0,0 +1,193 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="1024.0px"
|
||||||
|
height="1024.0px"
|
||||||
|
viewBox="0 0 1024.0 1024.0"
|
||||||
|
version="1.1"
|
||||||
|
id="SVGRoot"
|
||||||
|
sodipodi:docname="Parch_LOGO_N1.svg"
|
||||||
|
inkscape:export-filename="Parch_LOGO_N1.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview433"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#ffffff"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="1"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.46769781"
|
||||||
|
inkscape:cx="16.035996"
|
||||||
|
inkscape:cy="490.70146"
|
||||||
|
inkscape:window-width="1600"
|
||||||
|
inkscape:window-height="831"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid556"
|
||||||
|
originx="0"
|
||||||
|
originy="0"
|
||||||
|
spacingy="1"
|
||||||
|
spacingx="1"
|
||||||
|
units="px"
|
||||||
|
visible="false" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs428">
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient7364"
|
||||||
|
id="linearGradient7366"
|
||||||
|
x1="881.64832"
|
||||||
|
y1="1399.6702"
|
||||||
|
x2="1086.3264"
|
||||||
|
y2="1551.4346"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(2.00014,-2.000019)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient7364">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#25d8a3;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop7360" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#189c76;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop7362" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient6175"
|
||||||
|
id="linearGradient6177"
|
||||||
|
x1="764.72528"
|
||||||
|
y1="1331.642"
|
||||||
|
x2="1072.3627"
|
||||||
|
y2="1186.5356"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-2,2)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient6175">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#15b7ba;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop6171" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#017fd1;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop6173" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient6183"
|
||||||
|
id="linearGradient6185"
|
||||||
|
x1="692.88007"
|
||||||
|
y1="1434.4056"
|
||||||
|
x2="959.86017"
|
||||||
|
y2="1344.1935"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient6183">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#003baf;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop6179" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#1d47d1;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop6181" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient6157"
|
||||||
|
id="linearGradient6159"
|
||||||
|
x1="822.84015"
|
||||||
|
y1="1035.7853"
|
||||||
|
x2="1085.449"
|
||||||
|
y2="807.15295"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-2,4)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient6157">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#189974;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop6153" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#26dda7;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop6155" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient6165"
|
||||||
|
id="linearGradient6167"
|
||||||
|
x1="646.99298"
|
||||||
|
y1="1169.6515"
|
||||||
|
x2="963.47876"
|
||||||
|
y2="1103.2811"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(0.948016,2.425276)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient6165">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#1b66bd;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop6163" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#34aee1;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop6161" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g351"
|
||||||
|
transform="matrix(1.1241986,0,0,1.1241986,-492.66386,-850.05595)">
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient7366);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
|
||||||
|
d="m 907.42424,1616.2488 c -24.0017,-2.3297 -52.02635,-12.6231 -78.85555,-28.9638 -19.1068,-11.6372 -38.2733,-27.4597 -58.392,-48.2042 -18.2162,-18.7831 -32.4842,-36.7342 -49.1463,-61.8328 -11.964,-18.022 256.84077,-146.9291 265.90907,-151.2971 5.559,-2.6776 9.7948,3.391 77.01334,-7.6092 23.5832,-3.8593 47.0328,-7.1016 52.1103,-7.2049 11.0834,-0.2258 10.575,-0.8697 14.9478,18.9334 9.5134,43.0829 11.2104,105.2552 3.6828,134.9296 -12.2746,48.3882 -47.2143,95.0359 -92.2301,123.1357 -17.1131,10.6824 -40.2247,20.473 -58.20424,24.6566 -18.5624,4.3192 -52.3089,5.8373 -76.83512,3.4567 z"
|
||||||
|
id="path3231"
|
||||||
|
sodipodi:nodetypes="ssssssssssss" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient6177);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 753.09235,1327.4446 c 14.69201,-16.956 20.24712,-23.1265 35.64256,-39.5902 37.37125,-39.9644 101.19042,-100.893 193.48705,-184.7236 L 1005.4868,1082 l 14.6318,23.0603 c 17.5013,27.5828 38.2795,62.1034 50.2441,83.4753 10.9347,19.5324 30.0316,55.7258 29.9881,56.8352 -0.04,1.0309 -4.4647,4.2189 -58.0939,41.86 -52.19334,36.6331 -63.14394,41.9779 -64.54684,43.9445 -1.009,1.4143 -4.1223,0.4021 -97.93319,1.3997 -56.13568,0.5971 -108.8089,1.0771 -117.05159,1.067 l -14.98672,-0.019 z"
|
||||||
|
id="path3769"
|
||||||
|
sodipodi:nodetypes="ssscsscsssccs" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient6185);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 731.8397,1496.163 c -10.00346,-13.6029 -27.81008,-41.8293 -38.95966,-61.7574 l -5.23231,-9.3519 1.98771,-3.9211 c 4.31553,-8.5131 25.20717,-42.5347 32.62288,-53.1258 4.31725,-6.1658 11.96362,-16.4625 16.99192,-22.8816 l 9.1424,-11.671 13.37122,-0.046 c 7.35417,-0.026 58.8885,-0.5917 114.52072,-1.2585 55.63223,-0.6665 101.27368,-1.105 101.42548,-0.9744 0.1517,0.1304 -7.8807,5.9889 -17.8499,13.0182 -43.89257,30.9492 -223.75444,156.7755 -224.10191,156.7755 -0.21145,0 -1.97479,-2.1625 -3.91855,-4.8057 z"
|
||||||
|
id="path4642" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient6159);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 964.42676,1105.7064 c -12.05629,-5.5736 -124.78074,-56.6746 -136.07706,-61.6875 -4.37064,-1.9395 -7.74994,-3.8447 -7.50956,-4.2336 1.12494,-1.8202 -7.65234,-12.5683 -33.49963,-41.0217 -9.37559,-10.3209 -24.39764,-26.9662 -33.38233,-36.98955 l -16.3358,-18.22421 26.91016,-26.68073 c 27.07406,-26.84323 40.7116,-38.647 60.14764,-52.05987 33.95218,-23.43049 70.95902,-40.2681 111.85024,-50.89034 20.20284,-5.24805 33.85524,-7.37717 51.26124,-7.9943 22.99314,-0.81522 76.51254,2.11 95.65734,5.22837 7.8718,1.28218 21.5114,4.76773 21.5114,5.49716 0,0.34064 -4.8401,0.90754 -10.7557,1.25978 -44.3554,2.64115 -69.1623,12.18788 -93.9112,36.14093 -18.96854,18.35864 -30.68274,35.92495 -37.14614,55.70373 -8.82302,26.99962 -9.13016,54.30253 -0.9571,85.08983 6.7109,25.2799 16.1428,44.8072 40.21074,83.2507 l 2.9601,4.7282 -3.947,3.5103 c -2.1709,1.9307 -8.28954,7.4236 -13.59714,12.2063 -5.3075,4.7829 -10.4811,9.397 -11.4969,10.2535 -1.7655,1.4886 -2.2897,1.3525 -11.8933,-3.087 z"
|
||||||
|
id="path5325" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient6167);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 663.61648,1352.5852 c -2.64202,-5.1359 -7.955,-25.2502 -11.90803,-45.0825 -2.68093,-13.4502 -3.75606,-35.3932 -3.7674,-76.8919 -0.0172,-60.5435 3.60619,-91.424 15.64669,-133.3734 9.22105,-32.1264 29.67888,-79.8984 43.31308,-101.14242 l 4.52066,-7.0438 24.55009,10.99112 c 68.96751,30.8767 239.61449,108.0897 240.34849,108.7511 0.3763,0.339 -15.6886,15.6752 -35.6998,34.0803 -46.54744,42.8119 -66.77489,61.8478 -99.2361,93.3898 -14.50185,14.0911 -26.40796,24.9807 -26.6193,24.3468 -0.475,-1.4249 -11.42936,5.427 -68.4316,42.8033 -51.3851,33.6933 -79.53897,51.6888 -80.86682,51.6888 -0.30525,0 -1.13772,-1.1328 -1.84996,-2.5172 z"
|
||||||
|
id="path5116" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 9 KiB |
Loading…
Add table
Reference in a new issue