Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 2e68fca

Browse files
Merge pull request #145 from wslutilities/lts/master
wslu 3.2.1 LTS
2 parents a33ce0a + 863e942 commit 2e68fca

File tree

20 files changed

+127
-29
lines changed

20 files changed

+127
-29
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ sudo make res_install
2020
wslu
2121
|-src
2222
| |-etc
23+
| | |-wslview.desktop: XDG-style app definition for wslview
2324
| | |-wsl.ico: legacy default icon for wslusc
2425
| | |-wsl-gui.ico: default icon for wslusc GUI shortcut
2526
| | |-wsl-term.ico: default icon for wslusc cli shortcut
26-
| | |-sudo.ps1: helper script for wslgsu
27+
| | |-sudo.ps1: helper script for wslgsu
28+
| | |-get_dpi.ps1: helper script for dpi function in wslsys
2729
| | |-wslsc-helper.sh: helper script for wslusc on WSL side
2830
| | \-runHidden.vbs: helper script for wslusc on Windows side
2931
| |-wslu-header: Header file of all script

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ res_install:
5959
install -Dm 644 src/etc/*.ps1 -t $(DESTDIR)$(PREFIX)/share/wslu
6060
install -Dm 644 src/etc/*.ico -t $(DESTDIR)$(PREFIX)/share/wslu
6161
install -Dm 755 src/etc/*.sh -t $(DESTDIR)$(PREFIX)/share/wslu
62+
install -Dm 644 src/etc/*.desktop $(DESTDIR)$(PREFIX)/share/wslu
6263

6364
clean:
6465
rm -rf $(OUTPATH)

README.eo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,17 @@ sudo yum install wslu
131131

132132
> Attenu!
133133
>
134-
> La Ubuntu versio de `wslu` estas modifita versio. Oni devas raporti cimojn [ĉi tie](https://bugs.launchpad.net/ubuntu/+source/wslu).
134+
> Por Ubuntu versio, Oni devas ne nur raporti cimojn ĉi tie sed ankaŭ raporti cimojn ĉe [Launchpad](https://bugs.launchpad.net/ubuntu/+source/wslu).
135135
136-
Antaŭinstalita en la plej freŝa versio. Sur pli aĝaj instaloj de Ubuntu, oni povas instali `ubuntu-wsl` kiu dependas de `wslu`:
136+
Antaŭinstalita en la plej freŝa versio. Sur pli aĝaj instaloj de Ubuntu, oni povas instali `ubuntu-wsl` kiu dependas de `wslu`: <https://launchpad.net/~wslutilities/+archive/ubuntu/wslu>
137137

138138
```
139139
sudo apt update
140140
sudo apt install ubuntu-wsl
141141
```
142142

143+
Por instali la plej freŝan version antaŭ ol `wslu` atigas `main` deponejon, vi povas instali per nia PPA:
144+
143145
### OpenSUSE
144146

145147
Oni povas instali `wslu` per la jenaj komandoj:

README.hans.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sudo yum install wslu
129129

130130
> 注意!
131131
>
132-
> Ubuntu 版本的 `wslu` 为修改版。你需要在[](https://bugs.launchpad.net/ubuntu/+source/wslu)反馈 Ubuntu 版问题
132+
> Ubuntu 版本不仅需要需要在此反馈, 同时也要在 [Launchpad](https://bugs.launchpad.net/ubuntu/+source/wslu) 反馈
133133
134134
最新版本已预装。针对旧版本的安装,请安装依赖于 wslu 的 ubuntu-wsl:
135135

@@ -138,6 +138,8 @@ sudo apt update
138138
sudo apt install ubuntu-wsl
139139
```
140140

141+
在最新版 `wslu` 进入 `main` 仓库前,请从以下 PPA 安装: <https://launchpad.net/~wslutilities/+archive/ubuntu/wslu>
142+
141143
### OpenSUSE
142144

143145
你可以用以下命令安装 `wslu`

README.hant.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ sudo apt update
139139
sudo apt install ubuntu-wsl
140140
```
141141

142+
在最新版 `wslu` 進入 `main` 倉庫前,請從以下 PPA 安裝: <https://launchpad.net/~wslutilities/+archive/ubuntu/wslu>
143+
142144
### OpenSUSE
143145

144146
你可以用以下指令安装 `wslu`

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sudo yum install wslu
129129

130130
> Attention!
131131
>
132-
> The Ubuntu version of `wslu` is a modified version. You should report bug [here](https://bugs.launchpad.net/ubuntu/+source/wslu).
132+
> For Ubuntu version, you should not only report bug here but also report bug at [Launchpad](https://bugs.launchpad.net/ubuntu/+source/wslu).
133133
134134
Preinstalled in the latest apps. On older installations of Ubuntu please install `ubuntu-wsl` that depends on `wslu`:
135135

@@ -138,6 +138,8 @@ sudo apt update
138138
sudo apt install ubuntu-wsl
139139
```
140140

141+
To install the latest version before `wslu` reaches `main` reporsitory, you can install via our PPA: <https://launchpad.net/~wslutilities/+archive/ubuntu/wslu>
142+
141143
### OpenSUSE
142144

143145
You can install `wslu` with the following command:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0-1
1+
3.2.1-1

extras/build/alpine/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Patrick Wu <[email protected]>
22
# Contributor: Patrick Wu <[email protected]>
33
pkgname=wslu
4-
pkgver=3.2.0
4+
pkgver=3.2.1
55
pkgrel=0
66
pkgdesc="A collection of utilities for Windows 10 Linux Subsystems"
77
url="https://github.com/wslutilities/wslu"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
date +"%s" | tee /usr/share/wslu/updated_time >/dev/null
4+
5+
exit 0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
date +"%s" | tee /usr/share/wslu/updated_time >/dev/null
4+
5+
exit 0

0 commit comments

Comments
 (0)