small update of support files

This commit is contained in:
arcan1s 2015-10-21 07:02:09 +03:00
parent df87850f65
commit dd262c3d84
4 changed files with 5 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Ver.3.0.0:
* more pretty configuration ui
* improve logging, change format to Qt5 style
* switch to concurrent data update
* some more optiomization
* some more optimization
* better network device definition
* quotes values now have double type (ApiVer == 3)
* better quotes output
@ -32,6 +32,7 @@ Ver.3.0.0:
* more Qt code style
* move update interval to another group
* move DataEnignes operations to plugin
* change DataEngine data format (breaking changes)
Ver.2.4.0:
+ add support of weather items

View File

@ -32,6 +32,7 @@
* большее следование стилю кода Qt
* настройки интервала перемещены в другую группу
* работа с DataEngine была перемещена в плагин
* изменен формат данных внутри DataEngine (ломает совместимость)
Вер.2.4.0:
+ добавлена поддержка погоды

View File

@ -12,7 +12,7 @@ git submodule update --init --recursive
# build widget
ARCHIVE="awesome-widgets"
FILES="AUTHORS CHANGELOG CHANGELOG-RU COPYING"
IGNORELIST="build usr .kdev4 *.kdev4"
IGNORELIST="build usr .kdev4 *.kdev4 .idea"
# create archive
[[ -e ${ARCHIVE}-${VERSION}-src.tar.xz ]] && rm -f "${ARCHIVE}-${VERSION}-src.tar.xz"
[[ -d ${ARCHIVE} ]] && rm -rf "${ARCHIVE}"

View File

@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor"
makedepends=('cmake' 'extra-cmake-modules')
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
install=${pkgname}.install
md5sums=('5cd55e19ac19794eb95fb31fc713b6a6')
md5sums=('4878899f092ee12ad8f935f0551ef6b2')
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')
prepare() {