You are not logged in.
I made a filezilla breeze icons package, it has both 16 and 32 size sets.
can someone please review and upload it to aur so others can enjoy it too.
all the files are here:
https://drive.google.com/file/d/0Bx2gyy … sp=sharing
thank you
Offline
pkgname="filezilla-breeze-icons"
pkgver=1
pkgrel=1
pkgdesc="breeze icons theme for Filezilla."
arch=('i686' 'x86_64')
url=""
license=('GPL')
depends=(filezilla)
source=("breeze.tar.gz")
sha256sums=('d29cf3e276997b37940e79557e4e0d764d66cfe4c154a5331a2f91c3b1e36519')
package() {
mkdir -p ${pkgdir}/usr/share/filezilla/resources/breeze/
cp -R ${srcdir}/breeze ${pkgdir}/usr/share/filezilla/resources/
}It's recommended not to put source files ( breeze.tar.gz) inside an aur tarball / repo, store them somewhere and link to that location in the PKGBUILD.
Does filezilla automatically use these icons when present, or does the user need to do some additional steps ?
The breeze.tar.gz doesn't come with a license file.
Who created those icons, where did you get them and under what llicense are they published ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
thanks for the replay,
I have no place to permanently store the source, that's why I asked for someone to help upload it.
In order to use the icon theme, the user needs to choose it in filezilla setting.
All the icons are from the default kde5 breeze icon set, I just renamed them so filezilla can use them in the right place.
The breeze icons comes with LGPL licence, so I guess it's the one to use.
Thanks
Offline
Maybe you should change the PKGBUILD to use kde breeze sourcefiles then.
The renaming can be done in the package function.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Maybe you should change the PKGBUILD to use kde breeze sourcefiles then.
The renaming can be done in the package function.
This is too complicated as the kde source is too big, the icons needs to be converted from svg to png and i don't know how to rename the icon files in the PKGBUILD.
Offline