summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD20
-rw-r--r--faenza-dark.tar.xzbin0 -> 8544 bytes
-rw-r--r--faenza.tar.xzbin0 -> 11320 bytes
4 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f57b517854..03395a25e142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = filezilla-faenza-icons
pkgdesc = Faenza icon theme for Filezilla.
pkgver = 0.1
- pkgrel = 6
- url = http://gnome-look.org/content/show.php/?content=135869
+ pkgrel = 7
+ url = http://tiheum.deviantart.com/art/Faenza-Icons-173323228
arch = i686
arch = x86_64
license = GPL
depends = filezilla
- source = https://dl.opendesktop.org/api/files/download/id/1460758250/135869-faenza.tar.gz
- sha256sums = 87729d6deb94f5e69878a364c179c72782e218ba2855899cdb755e7d0fd53e43
+ source = faenza.tar.xz
+ source = faenza-dark.tar.xz
+ sha256sums = 9c969b59b8a99297ad14cfc87264ef27e5dc26ee74b0f12e851bbc72dc048f82
+ sha256sums = 3be2dbf6bae47cde3cd77d1e0b6c73023a0c643e8a066efb7528d2bb94c43f4e
pkgname = filezilla-faenza-icons
-
diff --git a/PKGBUILD b/PKGBUILD
index cb89771b201c..2cb72d21a252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: ValHue <vhuelamo at gmail dot com>
-# https://github.com/ValHue/AUR-PKGBUILDs
#
# Contributor: garion < garion at mailoo dot org >
# Contributor: uastasi <uastasi at archlinux dot us>
-
+#
pkgname="filezilla-faenza-icons"
pkgver=0.1
-pkgrel=6
+pkgrel=7
pkgdesc="Faenza icon theme for Filezilla."
arch=('i686' 'x86_64')
-url="http://gnome-look.org/content/show.php/?content=135869"
+url="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
license=('GPL')
-depends=(filezilla)
-source=("https://dl.opendesktop.org/api/files/download/id/1460758250/135869-faenza.tar.gz")
-sha256sums=('87729d6deb94f5e69878a364c179c72782e218ba2855899cdb755e7d0fd53e43')
+depends=('filezilla')
+source=("faenza.tar.xz" "faenza-dark.tar.xz")
+sha256sums=('9c969b59b8a99297ad14cfc87264ef27e5dc26ee74b0f12e851bbc72dc048f82'
+ '3be2dbf6bae47cde3cd77d1e0b6c73023a0c643e8a066efb7528d2bb94c43f4e')
package() {
- mkdir -p ${pkgdir}/usr/share/filezilla/resources/faenza/
- cp -R ${srcdir}/faenza ${pkgdir}/usr/share/filezilla/resources/
+ mkdir -p ${pkgdir}/usr/share/filezilla/resources/{faenza,faenza-dark}
+ cp -R ${srcdir}/{faenza,faenza-dark} ${pkgdir}/usr/share/filezilla/resources/
}
-# vim:set ts=4 sw=2 ft=sh et:
+# vim:set ts=4 sw=2 et syn=sh ft=sh:
diff --git a/faenza-dark.tar.xz b/faenza-dark.tar.xz
new file mode 100644
index 000000000000..59a58c11e5c0
--- /dev/null
+++ b/faenza-dark.tar.xz
Binary files differ
diff --git a/faenza.tar.xz b/faenza.tar.xz
new file mode 100644
index 000000000000..d10cee2fe5ef
--- /dev/null
+++ b/faenza.tar.xz
Binary files differ