File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 0.2
1
+ VERSION = 0.3
2
2
DESTDIR =
3
3
PREFIX = /usr
4
4
PACKAGE = thinyqt-session
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
+ export XDG_CURRENT_DESKTOP=ThinyQt
2
3
export DESKTOP_SESSION=thinyqt
3
4
/usr/libexec/notification-daemon &
4
5
touch $HOME /.xsettingsd
@@ -25,12 +26,12 @@ imsettings-switch -n -q -x
25
26
# $HOME/.TelegramDesktop/Telegram -noupdate &
26
27
27
28
[ -x $HOME /.fehbg ] && $HOME /.fehbg
28
- hdepanel &
29
- quickterminal &
29
+ eggwm &
30
+ # quickterminal &
30
31
nm-tray &
31
32
# blueman-applet &
32
33
kmix &
33
34
memtray &
34
35
qshutdown &
35
36
qscreenshot &
36
- exec eggwm
37
+ exec hdepanel
Original file line number Diff line number Diff line change 1
1
Name: thinyqt-session
2
- Version: 0.2
2
+ Version: 0.3
3
3
Release: 1
4
4
Summary: A Thin and Tiny Session for X with Qt
5
5
Group: User Interface/Desktops
@@ -43,8 +43,10 @@ Recommends: qrandr
43
43
Recommends: qpdfview
44
44
Recommends: qedit
45
45
Recommends: qtcam
46
- Recommends: xinput_calibrator
47
46
Recommends: qftp-x11
47
+ Recommends: qutim
48
+ Recommends: kdocker
49
+ Recommends: xinput_calibrator
48
50
Recommends: upower
49
51
50
52
%description
@@ -66,5 +68,5 @@ make install DESTDIR=%{buildroot}
66
68
%{_datadir }/%{name }
67
69
68
70
%changelog
69
- * Fri Mar 06 2020 Wei-Lun Chao <bluebat@member.fsf.org> - 0.2
71
+ * Tue Apr 14 2020 Wei-Lun Chao <bluebat@member.fsf.org> - 0.3
70
72
- Initial package
You can’t perform that action at this time.
0 commit comments