summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bragagia2016-09-18 21:24:07 +0200
committerMathias Bragagia2016-09-18 21:24:07 +0200
commitf9bb3194b4f95248ea8924e04c96392b634bcd96 (patch)
treea60af41df97953291071c3d736233d54408eab3f
downloadaur-f9bb3194b4f95248ea8924e04c96392b634bcd96.tar.gz
1.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD29
2 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0546aa04c7ef
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun Sep 18 19:23:44 UTC 2016
+pkgbase = numix-bevel-icon-theme
+ pkgdesc = Bevel icon theme from the Numix project
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://slackbuilds.org/repository/14.2/desktop/numix-icon-theme-bevel/
+ arch = any
+ license = GPL
+ provides = numix-bevel-icon-theme-git
+ conflicts = numix-bevel-icon-theme-git
+ source = https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme-bevel_1.0+201410212340~8~ubuntu14.10.1.tar.xz
+ md5sums = SKIP
+
+pkgname = numix-bevel-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c58c09c2e226
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: Mathias Bragagia <youremail@domain.com>
+pkgname=numix-bevel-icon-theme
+pkgver=1.0
+pkgrel=1
+pkgdesc="Bevel icon theme from the Numix project"
+arch=('any')
+url="https://slackbuilds.org/repository/14.2/desktop/numix-icon-theme-bevel/"
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+optdepends=()
+provides=('numix-bevel-icon-theme-git')
+conflicts=('numix-bevel-icon-theme-git')
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=(https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme-bevel_1.0+201410212340~8~ubuntu14.10.1.tar.xz)
+noextract=()
+md5sums=('SKIP')
+
+package() {
+ mkdir $pkgdir/usr/
+ mkdir $pkgdir/usr/share/
+ mkdir $pkgdir/usr/share/icons/
+ mv -T $srcdir/numix-icon-theme-bevel-1.0+201410212340~8~ubuntu14.10.1/Numix-Bevel $pkgdir/usr/share/icons/
+}