summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD24
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4c9097ac912f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by makepkg 4.2.1
+# Tue Sep 29 23:09:53 UTC 2015
+pkgbase = bluecurve-icon-theme
+ pkgdesc = Red Hat Icons from Fedora 10
+ pkgver = 8.0.2
+ pkgrel = 11
+ url = https://fedorahosted.org/bluecurve/
+ arch = any
+ groups = redhat-artwork
+ license = GPL
+ optdepends = gnome-icon-theme: for inheriting missing icons
+ source = ftp://rpmfind.net/linux/fedora/linux/releases/21/Everything/x86_64/os/Packages/b/bluecurve-icon-theme-8.0.2-11.fc21.noarch.rpm
+ sha256sums = 90ecc04a23776931158774b432df93102d99ca5f0509a75e3695cb0a502c5d91
+
+pkgname = bluecurve-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..55c586d51371
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Étienne Deparis <etienne@depar.is>
+# Contributor: Charles Bos <charlesbos1 AT gmail>
+# Contributor: Shawn Dellysse <sdellysse@radford.edu>
+
+pkgname=bluecurve-icon-theme
+pkgver=8.0.2
+_rhpkgrel=11
+_rhpkgver=21
+pkgrel=11
+pkgdesc="Red Hat Icons from Fedora 10"
+arch=('any')
+url="https://fedorahosted.org/bluecurve/"
+license=('GPL')
+groups=('redhat-artwork')
+optdepends=(
+ 'gnome-icon-theme: for inheriting missing icons'
+)
+
+source=("ftp://rpmfind.net/linux/fedora/linux/releases/${_rhpkgver}/Everything/x86_64/os/Packages/b/bluecurve-icon-theme-${pkgver}-${_rhpkgrel}.fc${_rhpkgver}.noarch.rpm")
+sha256sums=('90ecc04a23776931158774b432df93102d99ca5f0509a75e3695cb0a502c5d91')
+
+package() {
+ cp -R "$srcdir/usr" "$pkgdir"
+}