2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: GNOME için bir sistem monitörü
|
2017-07-25 22:21:02 +02:00
|
|
|
|
# URL: http://library.gnome.org/users/gnome-system-monitor/3.1/gnome-system-monitor.html
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache adwaita-icon-theme itstool libgtop libwnck3 gtkmm3 glibmm librsvg gnome-icon-theme desktop-file-utils gnome-doc-utils
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gnome-system-monitor
|
|
|
|
|
surum=3.22.2
|
|
|
|
|
devir=1
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://download.gnome.org/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-25 22:21:02 +02:00
|
|
|
|
./configure --prefix=/usr --enable-wnck
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|