milis/talimatname/genel/numix-gtk-theme/talimat

43 lines
1.4 KiB
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: Modern bir görünüme sahip düz ve hafif bir tema (GNOME, Openbox, Birlik, Xfce)
# URL: http://numixproject.org/
# Packager: milisarge
# Depends on : gdk-pixbuf glib libxml2 gtk-update-icon-cache
name=numix-gtk-theme
version=2.2.3
release=1
source=(https://github.com/numixproject/numix-gtk-theme/archive/v$version.tar.gz)
build () {
mv $DERLEME_KAYNAKDIZIN/v$version.tar.gz $DERLEME_KAYNAKDIZIN/$name-$version.tar.gz
cd $name-$version
if [ ! -d $DERLEME_KAYNAKDIZIN/numix-icon-theme-circle ];then
git clone https://github.com/numixproject/numix-icon-theme-circle $DERLEME_KAYNAKDIZIN/numix-icon-theme-circle
else
cd $DERLEME_KAYNAKDIZIN/numix-icon-theme-circle
git pull
cd -
fi
if [ ! -d $DERLEME_KAYNAKDIZIN/numix-icon-theme ];then
git clone https://github.com/numixproject/numix-icon-theme $DERLEME_KAYNAKDIZIN/numix-icon-theme
else
cd $DERLEME_KAYNAKDIZIN/numix-icon-theme
git pull
cd -
fi
#simgelerin eklenmesi
mkdir -p $PKG/usr/share/icons/
cp -r $DERLEME_KAYNAKDIZIN/numix-icon-theme-circle/Numix-Circle-Light $PKG/usr/share/icons/
cp -r $DERLEME_KAYNAKDIZIN/numix-icon-theme/Numix-Light $PKG/usr/share/icons/
cp -r $DERLEME_KAYNAKDIZIN/numix-icon-theme-circle/Numix-Circle $PKG/usr/share/icons/
cp -r $DERLEME_KAYNAKDIZIN/numix-icon-theme/Numix $PKG/usr/share/icons/
#temanın paketlenmesi
cd ..
rm numix*/.gitignore
mkdir -p $PKG/usr/share/themes
mv numix* $PKG/usr/share/themes/Numix
}