mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
remove install script from git pkgbuild
This commit is contained in:
parent
13023a4985
commit
6a784d2e28
@ -18,7 +18,6 @@ optdepends=("amarok: for music player monitor"
|
|||||||
"qmmp: for music player monitor")
|
"qmmp: for music player monitor")
|
||||||
makedepends=('automoc4' 'cmake')
|
makedepends=('automoc4' 'cmake')
|
||||||
source=(${_pkgname}::git+https://github.com/arcan1s/awesome-widgets/)
|
source=(${_pkgname}::git+https://github.com/arcan1s/awesome-widgets/)
|
||||||
install=${pkgname}.install
|
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
backup=('usr/share/config/extsysmon.conf')
|
backup=('usr/share/config/extsysmon.conf')
|
||||||
|
|
||||||
|
@ -277,7 +277,6 @@ void DesktopPanel::updateText(const bool first)
|
|||||||
text = formatLine[0] + line + formatLine[1];
|
text = formatLine[0] + line + formatLine[1];
|
||||||
labels[i]->setText(text);
|
labels[i]->setText(text);
|
||||||
}
|
}
|
||||||
update();
|
|
||||||
int height = 0;
|
int height = 0;
|
||||||
int width = 0;
|
int width = 0;
|
||||||
for (int i=0; i<proxyWidgets.count(); i++) {
|
for (int i=0; i<proxyWidgets.count(); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user