Skip to content

Commit 0bc9de2

Browse files
committed
release 0.2
1 parent 9ab37c7 commit 0bc9de2

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ install:
99
install -Dm755 $(PACKAGE).sh $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
1010
install -Dm644 thinyqt.desktop $(DESTDIR)$(PREFIX)/share/xsessions/thinyqt.desktop
1111
install -Dm755 fehbg $(DESTDIR)$(PREFIX)/share/thinyqt-session/fehbg
12-
install -Dm755 settings.sh $(DESTDIR)$(PREFIX)/share/thinyqt-session/settings.sh
1312
install -Dm644 qshutdown.conf $(DESTDIR)$(PREFIX)/share/thinyqt-session/qshutdown.conf
1413

1514
uninstall:
1615
rm -f $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
1716
rm -f $(DESTDIR)$(PREFIX)/share/xsessions/thinyqt.desktop
1817
rm -f $(DESTDIR)$(PREFIX)/share/thinyqt-session/fehbg
19-
rm -f $(DESTDIR)$(PREFIX)/share/thinyqt-session/settings.sh
2018
rm -f $(DESTDIR)$(PREFIX)/share/thinyqt-session/qshutdown.conf
2119

2220
clean:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ThinyQt Session
22
===============
33
A Thin and Tiny Session for X (Qt)
44

5-
ThinyQt is a simple X session, using some Qt-based packages (eggwm, qtpanel, quickterminal) and supporting $HOME/.xprofile
5+
ThinyQt is a simple X session, using some Qt-based packages (eggwm, hdepanel, quickterminal) and supporting $HOME/.xprofile

settings.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

thinyqt-session.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
export DESKTOP_SESSION=thinyqt
33
/usr/libexec/notification-daemon &
4-
[ -f $HOME/.xsettingsd ] || /usr/share/thinyqt-session/settings.sh
4+
touch $HOME/.xsettingsd
55
xsettingsd &
66
mkdir -p $HOME/.qshutdown
77
[ -f $HOME/.fehbg ] || cp /usr/share/thinyqt-session/fehbg $HOME/.fehbg
@@ -25,8 +25,8 @@ imsettings-switch -n -q -x
2525
# $HOME/.TelegramDesktop/Telegram -noupdate &
2626

2727
[ -x $HOME/.fehbg ] && $HOME/.fehbg
28-
qtpanel &
29-
quickterminal --dropdown &
28+
hdepanel &
29+
quickterminal &
3030
nm-tray &
3131
#blueman-applet &
3232
kmix &

thinyqt-session.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requires: imsettings-qt
2020
Requires: gsettings-qt
2121
Requires: kmix
2222
Requires: pavucontrol-qt
23-
Requires: qtpanel
23+
Requires: hdepanel
2424
#Requires: system-config-date
2525
Requires: ntpdate
2626
Requires: desktop-backgrounds-compat
@@ -34,7 +34,7 @@ Requires: qview
3434
Requires: rpmsphere-release
3535
Recommends: joe
3636
Recommends: wget
37-
Recommends: gst123
37+
Recommends: sayonara
3838
Recommends: qtfm
3939
Recommends: qutebrowser
4040
Recommends: extcalc
@@ -66,5 +66,5 @@ make install DESTDIR=%{buildroot}
6666
%{_datadir}/%{name}
6767

6868
%changelog
69-
* Mon Jan 13 2020 Wei-Lun Chao <bluebat@member.fsf.org> - 0.2
69+
* Fri Mar 06 2020 Wei-Lun Chao <bluebat@member.fsf.org> - 0.2
7070
- Initial package

0 commit comments

Comments
 (0)