summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-06 09:59:02 +0200
committerMaxime Gauduin2016-05-06 09:59:02 +0200
commitc01fc6ad6fcf395d168dff20485b2f112d33a85e (patch)
tree04c7f8eb0c1709657dfa14665b252206088a471a
parenta8b584ab2e234b913d187775f44a2cab2171f861 (diff)
downloadaur-c01fc6ad6fcf395d168dff20485b2f112d33a85e.tar.gz
numix-bevel-icon-theme-git 0.r10.5f1b191-2
Remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--numix-bevel-icon-theme.install13
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47074927f784..3145abb29347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri May 6 07:59:02 UTC 2016
pkgbase = numix-bevel-icon-theme-git
pkgdesc = Bevel icon theme from the Numix project
pkgver = 0.r10.5f1b191
- pkgrel = 1
+ pkgrel = 2
url = http://numixproject.org/
- install = numix-bevel-icon-theme.install
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 069dfcce6694..4d342cc962fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=numix-bevel-icon-theme-git
pkgver=0.r10.5f1b191
-pkgrel=1
+pkgrel=2
pkgdesc='Bevel icon theme from the Numix project'
arch=('any')
url='http://numixproject.org/'
@@ -12,14 +12,13 @@ makedepends=('git')
provides=('numix-bevel-icon-theme')
conflicts=('numix-bevel-icon-theme')
options=('!strip')
-install='numix-bevel-icon-theme.install'
source=('numix-bevel-icon-theme::git+https://github.com/numixproject/numix-icon-theme-bevel.git')
sha256sums=('SKIP')
pkgver() {
cd numix-bevel-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-bevel-icon-theme.install b/numix-bevel-icon-theme.install
deleted file mode 100644
index 1caa9ab0eaeb..000000000000
--- a/numix-bevel-icon-theme.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post-install() {
- gtk-update-icon-cache -ftq usr/share/icons/Numix-Bevel
-}
-
-post-upgrade() {
- post-install
-}
-
-post-remove() {
- post-install
-}
-
-# vim: ts=2 sw=2 et: