22 lines
921 B
Plaintext
22 lines
921 B
Plaintext
# Tanım: CPU kullanımı, ağ bant genişliği vb. Izlemenizi sağlayan Xfce4 paneli için eklenti
|
||
# URL: http://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin/
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: autoconf-archive intltool xfce4-dev-tools lm-sensors gtkmm libglademm libgnomecanvasmm libgtop xfce4-libui xfce4-panel
|
||
|
||
isim=xfce4-hardware-monitor-plugin
|
||
surum=1.5.0
|
||
devir=1.
|
||
kaynak=(https://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin/snapshot/$isim-$surum.tar.bz2)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
sed -i '/c++11/d' configure.ac
|
||
sed -i '/gnu++11/d' configure.ac
|
||
sed -i 's/AM_PROG_AR/AM_PROG_AR\nAX_CHECK_COMPILE_FLAG([-std=c++11], [CXXFLAGS="$CXXFLAGS -std=c++11"])/' configure.ac
|
||
sed -i 's/AM_PROG_AR/AM_PROG_AR\nAX_CHECK_COMPILE_FLAG([-std=gnu++11], [CXXFLAGS="$CXXFLAGS -std=gnu++11"])/' configure.ac
|
||
./autogen.sh
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
|
||
} |