summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2016-06-04 19:24:46 +0300
committerAndrey Vihrov2016-06-04 19:24:46 +0300
commit5b3ee09220fa5c2e597690bd5e492a3b99663ddb (patch)
tree92fc7f77d2fc59343ec7ac03b23659b83875171e
parenta84702e30f215bfbef6a9c50df5d840ecef0d5c8 (diff)
downloadaur-5b3ee09220fa5c2e597690bd5e492a3b99663ddb.tar.gz
Bump to 0.6.0. Remove install file.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
-rw-r--r--xfdashboard.install11
3 files changed, 6 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34be073f4dd..373864569927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Mar 31 20:00:24 UTC 2016
+# Sat Jun 4 16:23:44 UTC 2016
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.5.92
+ pkgver = 0.6.0
pkgrel = 1
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
- install = xfdashboard.install
arch = i686
arch = x86_64
license = GPL
@@ -14,8 +13,8 @@ pkgbase = xfdashboard
depends = clutter
depends = garcon
depends = xdg-utils
- source = http://archive.xfce.org/src/apps/xfdashboard/0.5/xfdashboard-0.5.92.tar.bz2
- sha256sums = 682a3bb447d4ed1e558e30ae4b8526bcb89f053baf8d1081531a39091d835efd
+ source = http://archive.xfce.org/src/apps/xfdashboard/0.6/xfdashboard-0.6.0.tar.bz2
+ sha256sums = 86feda138001a3bbb686a36c14ad6923e3c7ab2c1b921217f9c075cd43c2b1bc
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 6cda56dfc90e..1c33cb6316a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.5.92
+pkgver=0.6.0
pkgrel=1
pkgdesc="Maybe a Gnome shell like dashboard for Xfce"
arch=('i686' 'x86_64')
@@ -9,9 +9,8 @@ url="http://goodies.xfce.org/projects/applications/xfdashboard/start"
license=('GPL')
depends=('libwnck3' 'clutter' 'garcon' 'xdg-utils')
makedepends=('intltool')
-install="xfdashboard.install"
source=("http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('682a3bb447d4ed1e558e30ae4b8526bcb89f053baf8d1081531a39091d835efd')
+sha256sums=('86feda138001a3bbb686a36c14ad6923e3c7ab2c1b921217f9c075cd43c2b1bc')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/xfdashboard.install b/xfdashboard.install
deleted file mode 100644
index aacf908799b7..000000000000
--- a/xfdashboard.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor || return 1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}