File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ PACKAGE=base-update
3+
4+
5+
6+
7+
8+ cd /pkgs
9+ mkdir -p base-update/etc
10+ cd base-update/etc
11+
12+ cat > lsb-release << "EOF "
13+ DISTRIB_ID="Tucana Linux"
14+ DISTRIB_RELEASE="2.3"
15+ DISTRIB_CODENAME="Rahul Chandra"
16+ DISTRIB_DESCRIPTION="Tucana GNU/Linux"
17+ EOF
18+
19+ cat > os-release << "EOF "
20+ NAME="Tucana Linux"
21+ VERSION="2.3"
22+ ID=tucana
23+ PRETTY_NAME="Tucana GNU/Linux 2.3"
24+ VERSION_CODENAME="Rahul Chandra"
25+ EOF
26+
27+ cd /pkgs
28+ echo " " > /pkgs/$PACKAGE /depends
29+ tar -cvzpf $PACKAGE .tar.xz $PACKAGE
30+ cp $PACKAGE .tar.xz /finished
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export CFLAGS=-"O2"
77export CXXFLAGS=" -O2"
88
99PKG_VER=23.04.0
10- URL= https://download.kde.org/stable/release-service/$PKG_VER /src/kate-$PKG_VER .tar.xz
10+ URL=https://download.kde.org/stable/release-service/$PKG_VER /src/kate-$PKG_VER .tar.xz
1111TAR=$( echo $URL | sed -r ' s|(.*)/||' )
1212DIR=$( echo $TAR | sed ' s|.tar.*||g' )
1313PACKAGE=$( echo $DIR | sed ' s|-[^-]*$||g' )
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ echo " kdecoration-$PKG_VER.tar.xz
6868 discover-$PKG_VER .tar.xz
6969 kactivitymanagerd-$PKG_VER .tar.xz
7070 plasma-integration-$PKG_VER .tar.xz
71- plasma-tests-$PKG_VER .tar.xz
7271 xdg-desktop-portal-kde-$PKG_VER .tar.xz
7372 drkonqi-$PKG_VER .tar.xz
7473 plasma-vault-$PKG_VER .tar.xz
You can’t perform that action at this time.
0 commit comments