summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-08 22:20:41 +0100
committerErik Dubois2019-01-08 22:20:41 +0100
commitfce21b0f4511d816eb9da5aec3dfd71ddb26c18a (patch)
tree95193bc426b266f0a9b0176d7bf0a0572e30dd4a
parent8d38d30f00e809fa5b2dcff985b696f43b7e39ed (diff)
downloadaur-fce21b0f4511d816eb9da5aec3dfd71ddb26c18a.tar.gz
commit from @ Tue Jan 8 22:20:41 CET 2019
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD32
2 files changed, 34 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be5a7ef9c64..82e42c2f9eec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,21 @@
# Generated by mksrcinfo v8
-# Tue Jan 8 21:18:52 UTC 2019
-pkgbase = plank-theme-numix
- pkgdesc = Numix theme for plank
- pkgver = 0.1
+# Tue Jan 8 21:20:41 UTC 2019
+pkgbase = numix-circle-icon-theme-git
+ pkgdesc = Circle icon theme from the Numix project
+ pkgver = 0.r33.085899f
pkgrel = 1
- url = https://numixproject.org/
+ url = http://numixproject.org/
arch = any
license = GPL3
- depends = plank
- source = https://launchpad.net/~numix/+archive/ppa/+files/numix-plank-theme_0.1~ppa.tar.gz
- sha256sums = 951377d49be903e9257ad72bde18689d3471798e6bc21ea84e1249f0646759ed
+ makedepends = git
+ depends = numix-icon-theme-git
+ provides = numix-circle-icon-theme
+ provides = numix-circle-light-icon-theme
+ conflicts = numix-circle-icon-theme
+ conflicts = numix-circle-light-icon-theme
+ options = !strip
+ source = numix-circle-icon-theme::git+https://github.com/numixproject/numix-icon-theme-circle.git
+ sha256sums = SKIP
-pkgname = plank-theme-numix
+pkgname = numix-circle-icon-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index 80e1aca6d53a..7266b944492b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,28 @@
# Previous Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Maintainer : Erik Dubois <erik.dubois@gmail.com>
-pkgname=plank-theme-numix
-pkgver=0.1
+pkgname=numix-circle-icon-theme-git
+pkgver=0.r33.085899f
pkgrel=1
-pkgdesc='Numix theme for plank'
+pkgdesc='Circle icon theme from the Numix project'
arch=('any')
-url='https://numixproject.org/'
+url='http://numixproject.org/'
license=('GPL3')
-depends=('plank')
-source=("https://launchpad.net/~numix/+archive/ppa/+files/numix-plank-theme_0.1~ppa.tar.gz")
-sha256sums=('951377d49be903e9257ad72bde18689d3471798e6bc21ea84e1249f0646759ed')
+depends=('numix-icon-theme-git')
+makedepends=('git')
+provides=('numix-circle-icon-theme' 'numix-circle-light-icon-theme')
+conflicts=('numix-circle-icon-theme' 'numix-circle-light-icon-theme')
+options=('!strip')
+source=('numix-circle-icon-theme::git+https://github.com/numixproject/numix-icon-theme-circle.git')
+sha256sums=('SKIP')
-package() {
- cd numix-plank-theme
-
- install -dm 755 "${pkgdir}"/usr/share/plank/themes
- cp -dr --no-preserve='ownership' Numix "${pkgdir}"/usr/share/plank/themes/
+pkgver() {
+ cd numix-circle-icon-theme
+ echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
-# vim: ts=2 sw=2 et:
+package() {
+ cd numix-circle-icon-theme
+ install -dm 755 "${pkgdir}"/usr/share/icons
+ cp -dr --no-preserve='ownership' Numix-Circle{,-Light} "${pkgdir}"/usr/share/icons/
+} \ No newline at end of file