You are not logged in.

#1 2015-09-20 08:18:49

amirs
Member
Registered: 2010-12-16
Posts: 8

filezilla breeze icons package needs upload to aur

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

#2 2015-09-20 12:31:59

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,396

Re: filezilla breeze icons package needs upload to aur

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

#3 2015-09-20 13:21:59

amirs
Member
Registered: 2010-12-16
Posts: 8

Re: filezilla breeze icons package needs upload to aur

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

#4 2015-09-21 10:35:23

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,396

Re: filezilla breeze icons package needs upload to aur

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

#5 2015-09-21 14:32:40

amirs
Member
Registered: 2010-12-16
Posts: 8

Re: filezilla breeze icons package needs upload to aur

Lone_Wolf wrote:

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

Board footer

Powered by FluxBB