summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2016-11-20 11:55:10 -0500
committersolaraquarion2016-11-20 11:55:10 -0500
commit742ed8c1753d6a5e1336116ec1519a08dd1bbf01 (patch)
treebbb3ad17bd50703a5264e5fbad7fe659d618f416
parent79370ac6d5b4e1953807956918431629815e0970 (diff)
downloadaur-742ed8c1753d6a5e1336116ec1519a08dd1bbf01.tar.gz
removing qtchooser
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--ghostwriter.install13
3 files changed, 4 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e96c36d8148..f03920cc23ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 13:30:00 UTC 2016
+# Sun Nov 20 16:54:29 UTC 2016
pkgbase = ghostwriter-git
pkgdesc = ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor.
- pkgver = v1.3.1.r19.g49af913
+ pkgver = v1.4.2.r1.g812199f
pkgrel = 1
url = https://github.com/wereturtle/ghostwriter
- install = ghostwriter.install
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- makedepends = qtchooser
depends = qt5-base
depends = qt5-webkit
depends = hunspell
diff --git a/PKGBUILD b/PKGBUILD
index 4ac05e337881..c55441648fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
pkgname=ghostwriter-git
-pkgver=v1.3.1.r19.g49af913
+pkgver=v1.4.2.r1.g812199f
pkgrel=1
pkgdesc="ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor."
arch=(i686 x86_64)
@@ -11,9 +11,8 @@ source=(git://github.com/wereturtle/ghostwriter.git)
sha256sums=('SKIP')
conflicts=('ghostwriter')
provides=('ghostwriter')
-makedepends=('git' 'qtchooser')
+makedepends=('git')
depends=('qt5-base' 'qt5-webkit' 'hunspell' 'desktop-file-utils' 'gtk-update-icon-cache' 'markdown')
-install=ghostwriter.install
optdepends=('hunspell: spell checking')
pkgver() {
diff --git a/ghostwriter.install b/ghostwriter.install
deleted file mode 100644
index 2f92968f2492..000000000000
--- a/ghostwriter.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}