Skip to content

Commit b4b5c0e

Browse files
committed
Final Tucana 2.3
1 parent 9e27563 commit b4b5c0e

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

base/base-update

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

kde/kate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export CFLAGS=-"O2"
77
export CXXFLAGS="-O2"
88

99
PKG_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
1111
TAR=$(echo $URL | sed -r 's|(.*)/||')
1212
DIR=$(echo $TAR | sed 's|.tar.*||g')
1313
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')

kde/kde

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)