summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2017-02-08 18:15:37 +0100
committerD. Can Celasun2017-02-08 18:15:37 +0100
commitbf0006e4f0ee8479121deb75bafca070c9d926f9 (patch)
tree541b3847e1da5c6b794ac4997ee403bbca1c42ef
parent5dc63256553b2c5147279541c5513fa3e9cc3b99 (diff)
downloadaur-bf0006e4f0ee8479121deb75bafca070c9d926f9.tar.gz
Update to v303
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
-rw-r--r--kupfer.install13
3 files changed, 6 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee80dbab6e20..2b2722b40746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 13:42:36 UTC 2017
+# Wed Feb 8 17:14:39 UTC 2017
pkgbase = kupfer
pkgdesc = Launcher application written in python. Similar to Gnome-Do / Launchy
- pkgver = 302
+ pkgver = 303
pkgrel = 1
url = https://kupferlauncher.github.io
- install = kupfer.install
arch = i686
arch = x86_64
license = GPL3
@@ -15,8 +14,8 @@ pkgbase = kupfer
depends = python
depends = python-cairo
depends = libwnck3
- source = https://github.com/kupferlauncher/kupfer/releases/download/v302/kupfer-v302.tar.xz
- sha1sums = 5cbd6648e83b4b6797930a7bdaca8e83947b8b8a
+ source = https://github.com/kupferlauncher/kupfer/releases/download/v303/kupfer-v303.tar.xz
+ sha1sums = 73e553d8aa9b4a9cd10bbae1ea1078ee3e7d4e80
pkgname = kupfer
diff --git a/PKGBUILD b/PKGBUILD
index 962e65e25ac7..648f78ae6afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
# Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
pkgname=kupfer
-pkgver=302
+pkgver=303
pkgrel=1
pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
arch=('i686' 'x86_64')
@@ -10,16 +10,11 @@ url="https://kupferlauncher.github.io"
license=('GPL3')
depends=('libkeybinder3' 'python-dbus' 'python' 'python-cairo' 'libwnck3')
makedepends=('intltool')
-install=${pkgname}.install
source=("https://github.com/kupferlauncher/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tar.xz")
-sha1sums=('5cbd6648e83b4b6797930a7bdaca8e83947b8b8a')
+sha1sums=('73e553d8aa9b4a9cd10bbae1ea1078ee3e7d4e80')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"
-
- # fix man page generation
- sed -i 's_rst2man_&2_Ig' wscript
-
export PYTHON="/usr/bin/python"
./waf configure --prefix=/usr \
--no-update-mime \
diff --git a/kupfer.install b/kupfer.install
deleted file mode 100644
index 062a60f82b95..000000000000
--- a/kupfer.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database /usr/share/mime
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}