5e3fc0669e
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
22 lines
622 B
Plaintext
22 lines
622 B
Plaintext
# Description: Elementary icons with better Xfce support
|
|
# URL: https://github.com/shimmerproject/elementary-xfce
|
|
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
|
|
# Packager: Jose V Beneyto, sepen at crux dot nu
|
|
# Depends on: librsvg
|
|
# Group: xfce4
|
|
|
|
name=elementary-xfce-icon-theme
|
|
nameBuild=${name/-icon-theme/}
|
|
version=0.5
|
|
release=1
|
|
source=(https://github.com/shimmerproject/$nameBuild/archive/v$version.tar.gz)
|
|
|
|
build ()
|
|
{
|
|
# create the basic folder structure
|
|
install -d -m 0755 $PKG/usr/share/icons
|
|
|
|
# move all files to the new location
|
|
mv $nameBuild-$version/$nameBuild{,-dark} $PKG/usr/share/icons
|
|
}
|