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

21 lines
659 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Xfce panel eklentisi, panelde simge durumuna küçültülmüş pencere başlığını ve düğmelerini koymaya olanak tanır..
# URL: https://github.com/cedl38/xfce4-windowck-plugin
# Packager: yasarciv67@gmail.com
# Depends on: intltool xfce4-dev-tools python3 imagemagick xfce4-panel graphite2
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
}