summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-06 09:54:49 +0200
committerMaxime Gauduin2016-05-06 09:54:49 +0200
commitf485e01fd07dfbc16db3e5be8a1a1db47233af44 (patch)
tree1d85b58c789b9c891ba057fe0d6e5c961e2e4eb7
parent02d442000262257103df3e92a8fd12388a055d43 (diff)
downloadaur-f485e01fd07dfbc16db3e5be8a1a1db47233af44.tar.gz
numix-icon-theme-git 0.r.1770.101307f-1
Remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--numix-icon-theme.install14
3 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 385261021daf..1c830b267ed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri May 6 07:54:49 UTC 2016
pkgbase = numix-icon-theme-git
pkgdesc = Base icon theme from the Numix project
- pkgver = 0.r317.290d12e
+ pkgver = 0.r.1770.101307f
pkgrel = 1
url = http://numixproject.org/
- install = numix-icon-theme.install
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index e69e4abc9c55..34d0eae1e1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Diego <cdprincipe@gmail.com>
pkgname=numix-icon-theme-git
-pkgver=0.r317.290d12e
+pkgver=0.r.1770.101307f
pkgrel=1
pkgdesc='Base icon theme from the Numix project'
arch=('any')
@@ -12,14 +12,13 @@ makedepends=('git')
provides=('numix-icon-theme' 'numix-light-icon-theme')
conflicts=('numix-icon-theme' 'numix-light-icon-theme')
options=('!strip')
-install='numix-icon-theme.install'
source=('git+https://github.com/numixproject/numix-icon-theme.git')
sha256sums=('SKIP')
pkgver() {
cd numix-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-icon-theme.install b/numix-icon-theme.install
deleted file mode 100644
index 567c6db0b5a5..000000000000
--- a/numix-icon-theme.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post-install() {
- gtk-update-icon-cache -ftq usr/share/icons/Numix
- gtk-update-icon-cache -ftq usr/share/icons/Numix-Light
-}
-
-post-upgrade() {
- post-install
-}
-
-post-remove() {
- post-install
-}
-
-# vim: ts=2 sw=2 et: