summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-06 10:01:31 +0200
committerMaxime Gauduin2016-05-06 10:01:31 +0200
commit9e59e26df8a753bd487af8d2c515a7c88769c471 (patch)
tree66b015bbce31db395808802f8eade7af989f2791
parent27cdab10a4db9c39147805bb966d22bf6aa20032 (diff)
downloadaur-9e59e26df8a753bd487af8d2c515a7c88769c471.tar.gz
numix-circle-icon-theme-git 0.r3135.a128c7d-1
Remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--numix-circle-icon-theme.install14
3 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb2d406d03e..f8742e4b57ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri May 6 08:01:30 UTC 2016
pkgbase = numix-circle-icon-theme-git
pkgdesc = Circle icon theme from the Numix project
- pkgver = 0.r1677.fe74d83
+ pkgver = 0.r3135.a128c7d
pkgrel = 1
url = http://numixproject.org/
- install = numix-circle-icon-theme.install
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index d5c419e5581a..cd0fc4dc8a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=numix-circle-icon-theme-git
-pkgver=0.r1677.fe74d83
+pkgver=0.r3135.a128c7d
pkgrel=1
pkgdesc='Circle icon theme from the Numix project'
arch=('any')
@@ -12,14 +12,13 @@ makedepends=('git')
provides=('numix-circle-icon-theme' 'numix-circle-light-icon-theme')
conflicts=('numix-circle-icon-theme' 'numix-circle-light-icon-theme')
options=('!strip')
-install='numix-circle-icon-theme.install'
source=('numix-circle-icon-theme::git+https://github.com/numixproject/numix-icon-theme-circle.git')
sha256sums=('SKIP')
pkgver() {
cd numix-circle-icon-theme
- printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
package() {
diff --git a/numix-circle-icon-theme.install b/numix-circle-icon-theme.install
deleted file mode 100644
index f513a1cf6bdd..000000000000
--- a/numix-circle-icon-theme.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post-install() {
- gtk-update-icon-cache -ftq usr/share/icons/Numix-Circle
- gtk-update-icon-cache -ftq usr/share/icons/Numix-Circle-Light
-}
-
-post-upgrade() {
- post-install
-}
-
-post-remove() {
- post-install
-}
-
-# vim: ts=2 sw=2 et: