commit
5f571bb0ed
|
@ -0,0 +1,15 @@
|
|||
# Description: Koyu bir gtk2 teması
|
||||
# URL: https://www.xfce-look.org/p/1099669/
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on:
|
||||
|
||||
name=adwaitadark-gtk-theme
|
||||
version=1
|
||||
release=1
|
||||
source=(https://dl.opendesktop.org/api/files/download/id/1462546831/175933-AdwaitaDark.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $SRC/AdwaitaDark
|
||||
install -d "$PKG/usr/share/themes/AdwaitaDark/"
|
||||
cp -a * "$PKG/usr/share/themes/AdwaitaDark/"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
gtk-update-icon-cache -q -t -f /usr/share/icons/DamaDamas-icon-theme
|
|
@ -0,0 +1,18 @@
|
|||
# Description: Linux için bir simge seti
|
||||
# URL: https://github.com/sonakinci41/DamaDamas-icon-theme
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on: hicolor-icon-theme
|
||||
|
||||
name=damadamas-icon-theme
|
||||
_name=DamaDamas-icon-theme
|
||||
version=0.1
|
||||
release=1
|
||||
source=()
|
||||
|
||||
build() {
|
||||
git clone https://github.com/sonakinci41/DamaDamas-icon-theme.git
|
||||
cd "${_name}"
|
||||
rm {CMakeLists.txt,README.md}
|
||||
install -d "$PKG/usr/share/icons/$_name"
|
||||
cp -a * "$PKG/usr/share/icons/$_name/"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
gtk-update-icon-cache -f /usr/share/icons/Faenza-Ambiance
|
||||
gtk-update-icon-cache -f /usr/share/icons/Faenza
|
||||
gtk-update-icon-cache -f /usr/share/icons/Faenza-Dark
|
||||
gtk-update-icon-cache -f /usr/share/icons/Faenza-Darker
|
||||
gtk-update-icon-cache -f /usr/share/icons/Faenza-Darkest
|
||||
gtk-update-icon-cache -f /usr/share/icons/Faenza-Radiance
|
|
@ -0,0 +1,43 @@
|
|||
# Description: Equinox GTK teması için tasarlanmış simge teması
|
||||
# URL: http://gnome-look.org/content/show.php/Faenza?content=128143
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on:
|
||||
|
||||
|
||||
name=faenza-icon-theme
|
||||
version=1.3.1
|
||||
release=1
|
||||
source=(http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$name/${name}_${version}.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-1.3
|
||||
mkdir -p "$PKG/usr/share/icons" "$PKG/usr/lib" "$PKG/usr/share"
|
||||
|
||||
cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} "$PKG/usr/share/icons/"
|
||||
cp -rf rhythmbox "$PKG/usr/lib/"
|
||||
cp -rf emesene "$PKG/usr/share/"
|
||||
|
||||
# set the Arch Linux Distributor and start menu logo
|
||||
for theme in Faenza{,-Dark}; do
|
||||
for size in 22 24 32 48 64 96; do
|
||||
cd "$PKG/usr/share/icons/$theme/places/$size/"
|
||||
# no distributor-logo for Faenza-Dark
|
||||
[[ $theme == Faenza ]] && ln -sf distributor-logo{-milislogo,}.png
|
||||
ln -sf start-here{-milislogo,}.png
|
||||
done
|
||||
cd "$PKG/usr/share/icons/$theme/places/scalable/"
|
||||
# no distributor-logo for Faenza-Dark
|
||||
[[ $theme == Faenza ]] && ln -sf distributor-logo{-milislogo,}.svg
|
||||
ln -sf start-here{-milislogo,}.svg
|
||||
ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
|
||||
done
|
||||
|
||||
for theme in Faenza{,-Dark}; do
|
||||
cd "$PKG/usr/share/icons/$theme/apps/scalable/"
|
||||
ln -sf gnome-session-reboot.svg system-reboot.svg
|
||||
for size in 16 22 24 32 48 64 96; do
|
||||
cd "$PKG/usr/share/icons/$theme/apps/$size/"
|
||||
ln -sf gnome-session-reboot.png system-reboot.png
|
||||
done
|
||||
done
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
gtk-update-icon-cache -f /usr/share/icons/Lila_HD
|
||||
gtk-update-icon-cache -f /usr/share/icons/Lila_HD_Kaki
|
||||
gtk-update-icon-cache -f /usr/share/icons/Lila_HD_Blue
|
||||
gtk-update-icon-cache -f /usr/share/icons/Lila_HD_Dark
|
||||
gtk-update-icon-cache -f /usr/share/icons/Lila_HD_Green
|
||||
gtk-update-icon-cache -f /usr/share/icons/Lila_HD_Light-Grey
|
||||
gtk-update-icon-cache -f /usr/share/icons/Lila_HD/default
|
|
@ -0,0 +1,19 @@
|
|||
# Description: Linux için Lila simge seti
|
||||
# URL: https://github.com/ilnanny/Lila-HD-icon-theme
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on: gtk-update-icon-cache
|
||||
|
||||
name=lila-hd-icon-theme
|
||||
_name=Lila-HD-icon-theme
|
||||
version=1
|
||||
release=1
|
||||
source=()
|
||||
|
||||
build() {
|
||||
git clone https://github.com/ilnanny/$_name.git
|
||||
cd "${_name}"
|
||||
rm {credits,icon-theme.cache,lila-hd-32-px.png,Lila-HD-Icon-theme-3.0-Preview.png,README.md,install,SupportMe}
|
||||
install -d "$PKG/usr/share/icons/"
|
||||
cp -a * "$PKG/usr/share/icons/"
|
||||
|
||||
}
|
Loading…
Reference in New Issue