milis/talimatname/genel/x/xfce4-windowck-plugin/talimat

21 lines
652 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Xfce panel eklentisi, panelde simge durumuna küçültülmüş pencere başlığını ve düğmelerini koymaya olanak tanır..
2017-09-16 20:48:47 +02:00
# URL: https://github.com/cedl38/xfce4-windowck-plugin
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool xfce4-dev-tools python3 imagemagick xfce4-panel graphite2
2017-09-16 20:48:47 +02:00
name=xfce4-windowck-plugin
version=0.4.4
release=1
source=(https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.4.tar.gz
https://github.com/yasarciv/xfce4-windowck-plugin/raw/master/po/tr.po)
build() {
cd "$name-$version"
cp ../tr.po $SRC/$name-$version/po/
./autogen.sh \
--prefix=/usr
make
make DESTDIR="$PKG" install
}