Merge pull request #1829 from erkanisik1/master
baselayout and grub2 update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
NAME="PisiLinux"
|
||||
ID=pisilinux
|
||||
VERSION="2.3.4 (Nar)"
|
||||
VERSION_ID="2.3.4"
|
||||
VERSION_CODENAME=Nar
|
||||
PRETTY_NAME="Pisi GNU/Linux 2.3.4 (Nar)"
|
||||
HOME_URL="https://www.pisilinux.org/"
|
||||
SUPPORT_URL="https://www.pisilinux.org/forum"
|
||||
VERSION="2.4 (Karagül)"
|
||||
VERSION_ID="2.4"
|
||||
VERSION_CODENAME=Karagül
|
||||
PRETTY_NAME="Pisi GNU/Linux 2.4 (Karagül)"
|
||||
HOME_URL="https://pisilinux.org/"
|
||||
SUPPORT_URL="https://pisilinux.org/forum"
|
||||
BUG_REPORT_URL="https://github.com/pisilinux/main/issues"
|
||||
|
||||
@@ -1 +1 @@
|
||||
PisiLinux 2.3.4
|
||||
PisiLinux 2.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>baselayout</Name>
|
||||
@@ -72,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="25">
|
||||
<Date>2024-04-23</Date>
|
||||
<Version>3.10.1</Version>
|
||||
<Comment>Rebuild 2.4</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="24">
|
||||
<Date>2023-08-25</Date>
|
||||
<Version>3.10.1</Version>
|
||||
|
||||
@@ -74,7 +74,7 @@ def install():
|
||||
#pisitools.insinto("/boot/grub2", "unicode.pf2")
|
||||
|
||||
# Insall our theme
|
||||
pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux2.3.4-Grub2-Themes-1.0/*")
|
||||
pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux2.4-Grub2-Themes-1/*")
|
||||
|
||||
#remove -r 0x0-0x7F entries to fix ugly fonts or find a suitable range parameter -r ***
|
||||
shelltools.system("./grub-mkfont -o DejaVuSans-10.pf2 -r 0x0-0x7F -s 10 /usr/share/fonts/dejavu/DejaVuSans.ttf")
|
||||
|
||||
@@ -45,7 +45,7 @@ GRUB_COLOR_HIGHLIGHT="black/white"
|
||||
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
||||
#GRUB_THEME="/path/to/gfxtheme"
|
||||
#Possible locations
|
||||
GRUB_THEME="/usr/share/grub/themes/pisilinux/theme.txt"
|
||||
GRUB_THEME="/usr/share/grub/themes/Pisilinux2.4-Grub2-Themes-1/theme.txt"
|
||||
#GRUB_THEME="/boot/grub/themes/Pisilinux-Bluez/theme.txt"
|
||||
# Uncomment to get a beep at GRUB start
|
||||
#GRUB_INIT_TUNE="480 440 1"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<!-- <Archive sha1sum="4ec712aced1c2b4cb6cd1cbd83fc2154249d6977" type="tarxz" target="grub-2.06/grub-extras">https://sourceforge.net/projects/pisilinux/files/source/grub2_extras_915resolution_r10.tar.xz</Archive> -->
|
||||
<Archive sha1sum="a1c085e822be3506371cef9e5bda3cb07551aa05" type="gz">https://ftp.gnu.org/gnu/unifont/unifont-15.1.04/unifont-15.1.04.bdf.gz</Archive>
|
||||
<!-- <Archive sha1sum="30797ba7a86fc32213b9ae994c9fa45f37d01170" type="gz">http://ftp.gnu.org/gnu/unifont/unifont-6.3.20131217/unifont-6.3.20131217.bdf.gz</Archive> -->
|
||||
<Archive sha1sum="69a15f2195b345bc1028e5d5769e4564b013ca68" type="targz" target="grub-2.06/themes">https://github.com/erkanisik1/Pisilinux2.3.4-Grub2-Themes/archive/refs/tags/1.0.tar.gz</Archive>
|
||||
<Archive sha1sum="4dcd9fd1ddb33d3c83ceaf2a6c781c3371b55745" type="targz" target="grub-2.06/themes">https://github.com/erkanisik1/Pisilinux2.4-Grub2-Themes/archive/refs/tags/V1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>autogen-devel</Dependency>
|
||||
@@ -113,6 +113,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="29">
|
||||
<Date>2024-04-23</Date>
|
||||
<Version>2.06</Version>
|
||||
<Comment>add new theme</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="28">
|
||||
<Date>2023-12-24</Date>
|
||||
<Version>2.06</Version>
|
||||
|
||||
Reference in New Issue
Block a user