xfce4-sensors-plugin: update to 1.2.5.
This commit is contained in:
parent
e14d3e39f3
commit
d41ee69d92
2 changed files with 33 additions and 9 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'xfce4-sensors-plugin'
|
# Template file for 'xfce4-sensors-plugin'
|
||||||
pkgname=xfce4-sensors-plugin
|
pkgname=xfce4-sensors-plugin
|
||||||
version=1.0.0
|
version=1.2.5
|
||||||
distfiles="http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
|
||||||
depends="glibc libsensors libxfcegui4 libxfce4util atk glib pango cairo freetype fontconfig xfce4-panel libnotify dbus-glib dbus-libs"
|
|
||||||
makedepends="pkg-config intltool libsensors-devel libxfcegui4-devel gtk+-devel libxfce4util-devel atk-devel glib-devel pango-devel cairo-devel freetype-devel fontconfig-devel glibc-devel xfce4-panel-devel libnotify-devel dbus-glib-devel dbus-devel"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
makedepends="pkg-config intltool libsensors-devel libxfce4ui-devel xfce4-panel-devel libnotify-devel"
|
||||||
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="XFCE sensors plugin"
|
short_desc="XFCE sensors plugin"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=c0b1f8b63982b25c0a043f2efa0e358f9727c6eb3a55d93ff74efd76992aeae9
|
homepage="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="http://archive.xfce.org/src/panel-plugins/${pkgname}/1.2/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a hardware sensors plugin for the panel. For now, it only works on
|
This is a hardware sensors plugin for the panel. For now, it only works on
|
||||||
Linux and requires libsensors to display your mainboard sensors and fan
|
Linux and requires libsensors to display your mainboard sensors and fan
|
||||||
speeds. Furthermore, it supports hddtemp to surveil your hard disk’s
|
speeds. Furthermore, it supports hddtemp to surveil your hard disk’s
|
||||||
temperature values."
|
temperature values."
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
||||||
|
|
||||||
|
|
23
srcpkgs/xfce4-sensors-plugin/xfce4-sensors-plugin.rshlibs
Normal file
23
srcpkgs/xfce4-sensors-plugin/xfce4-sensors-plugin.rshlibs
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
libxfce4ui-1.so.0
|
||||||
|
libxfce4panel-1.0.so.4
|
||||||
|
libgtk-x11-2.0.so.0
|
||||||
|
libgmodule-2.0.so.0
|
||||||
|
librt.so.1
|
||||||
|
libxfce4util.so.6
|
||||||
|
libgdk-x11-2.0.so.0
|
||||||
|
libatk-1.0.so.0
|
||||||
|
libpangoft2-1.0.so.0
|
||||||
|
libpangocairo-1.0.so.0
|
||||||
|
libcairo.so.2
|
||||||
|
libpango-1.0.so.0
|
||||||
|
libfreetype.so.6
|
||||||
|
libfontconfig.so.1
|
||||||
|
libsensors.so.4
|
||||||
|
libm.so.6
|
||||||
|
libnotify.so.4
|
||||||
|
libgdk_pixbuf-2.0.so.0
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
Loading…
Reference in a new issue