summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2017-02-06 15:09:34 +0100
committerSanskritFritz2017-02-06 15:09:34 +0100
commita80414a895173d03fce73b7a7fa940a8990eabe1 (patch)
treee9a06fa3264442c68dd501be7e5c328ef9bd907a
parent1712dfbac33e00c801ac094e5052a876c02d5198 (diff)
downloadaur-a80414a895173d03fce73b7a7fa940a8990eabe1.tar.gz
"A new decade of Kupfer dawns"
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD27
-rw-r--r--kupfer-git.install13
3 files changed, 25 insertions, 45 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 696c07e243a3..9936a10926e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,31 +1,25 @@
+# Generated by mksrcinfo v8
+# Mon Feb 6 14:07:29 UTC 2017
pkgbase = kupfer-git
pkgdesc = An interface for quick and convenient access to applications and their documents.
- pkgver = 2015.09.04
+ pkgver = v301.r2.g2bae3642
pkgrel = 1
- url = http://engla.github.io/kupfer/
- install = kupfer-git.install
+ url = https://kupferlauncher.github.io/
arch = any
license = GPL
- makedepends = git
- makedepends = gnome-doc-utils
- makedepends = docutils
+ makedepends = python2
makedepends = intltool
- depends = python2-xdg
- depends = pygtk
- depends = python2-dbus
- depends = python2-gconf
- depends = python2-keybinder2
- depends = hicolor-icon-theme
- depends = desktop-file-utils
+ makedepends = git
+ depends = libkeybinder3
+ depends = python-dbus
+ depends = python
+ depends = python-cairo
+ depends = libwnck3
optdepends = gnome-python-desktop: enables all plugins and gnome integration
- optdepends = python2-gnomekeyring: gnome keyring integration
- optdepends = python2-wnck: tracks running applications
- optdepends = python2-setproctitle: set process name
- optdepends = python2-gdata: google services
optdepends = xautomation: enables the Send Keys plugin
provides = kupfer
conflicts = kupfer
- source = git://git.gnome.org/kupfer
+ source = git+https://github.com/kupferlauncher/kupfer.git
md5sums = SKIP
pkgname = kupfer-git
diff --git a/PKGBUILD b/PKGBUILD
index 36bc6db4d382..4c5018f45b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,38 +1,37 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: D. Can Celasun <dcelasun[at]gmail[dot]com>
# Maintainer: SanskritFritz (gmail)
_name=kupfer
pkgname=$_name-git
-pkgver=2015.09.04
+pkgver=v301.r2.g2bae3642
pkgrel=1
pkgdesc="An interface for quick and convenient access to applications and their documents."
arch=(any)
-url="http://engla.github.io/kupfer/"
+url="https://kupferlauncher.github.io/"
license=('GPL')
-depends=('python2-xdg' 'pygtk' 'python2-dbus' 'python2-gconf' 'python2-keybinder2'
- 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('libkeybinder3' 'python-dbus' 'python' 'python-cairo' 'libwnck3')
+makedepends=('python2' 'intltool')
optdepends=('gnome-python-desktop: enables all plugins and gnome integration'
- 'python2-gnomekeyring: gnome keyring integration'
- 'python2-wnck: tracks running applications'
- 'python2-setproctitle: set process name'
- 'python2-gdata: google services'
'xautomation: enables the Send Keys plugin')
-makedepends=('git' 'gnome-doc-utils' 'docutils' 'intltool')
+makedepends=('python2' 'intltool' 'git')
provides=("$_name")
conflicts=("$_name")
-install="$pkgname.install"
-source=("git://git.gnome.org/$_name")
+source=("git+https://github.com/kupferlauncher/kupfer.git")
md5sums=('SKIP')
pkgver() {
cd "$_name"
- git log -1 --format="%cd" --date=short | sed 's|-|.|g'
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
cd "$srcdir/$_name"
- # python2 fixes
- export PYTHON=/usr/bin/python2
+
+ # fix man page generation
+ sed -i 's_rst2man_&2_Ig' wscript
+
+ export PYTHON=/usr/bin/python
python2 waf configure --prefix=/usr --no-update-mime --no-update-icon-cache
python2 waf
diff --git a/kupfer-git.install b/kupfer-git.install
deleted file mode 100644
index 16a010a03585..000000000000
--- a/kupfer-git.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
-}
-
-post_remove() {
- post_install
-}