smlinux/xfce/faenza-icon-theme/smbuild
PktSurf 8f942da698 Enabled compositor by default in xfce/xfwm4
Added /usr to several xfce section build files
2024-11-01 22:31:37 +05:30

31 lines
861 B
Bash

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=faenza-icon-theme
version=1.3
build=1sml
homepage="https://gnome-look.org/content/show.php/Faenza?content=128143"
download="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/faenza-icon-theme/faenza-icon-theme_$version.tar.gz"
desc="Theme pack for GNOME"
requires="gtk2 gtk3"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
mkdir -p $pkg/usr/share/icons
cp -r Faenza{,-Dark,-Darker,-Darkest,-Ambiance,-Radiance} $pkg/usr/share/icons/
cp -r emesene $pkg/usr/share/
cp debian/copyright $pkgdocs/
mkfinalpkg
}
sha512sums="
742c11438fa3a5044765381c4a2a2f9bef3d997ab3bf9a2c2be8fc25f7a9cf95a25b84e5e0dfeeceaeb4b4c3ed6d98c4be860575cd5bebda59226f26e3ed560b faenza-icon-theme-1.3.tar.lz
"