summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892019-03-28 13:42:54 +0100
committerPhoton892019-03-28 13:42:54 +0100
commit3c887105df3b187a7957c58ebe4ae64555668b1e (patch)
tree7b3483930a3d5055136fc0a57ef75176347778fa
parent769c28d3090594cd9f9efe561481fe60b8af06d7 (diff)
downloadaur-3c887105df3b187a7957c58ebe4ae64555668b1e.tar.gz
Added vte-legacy as optional dependency (required for the integrated terminal)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ad545b85d99..62f3a01b428e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Mar 27 09:16:00 UTC 2019
pkgbase = medit
pkgdesc = GTK+ text editor
pkgver = 1.2.0
- pkgrel = 6
+ pkgrel = 7
url = http://mooedit.sourceforge.net/
arch = x86_64
license = LGPL2.1
@@ -12,6 +10,7 @@ pkgbase = medit
depends = libsm
depends = pygtk
optdepends = ctags: Show functions in the open document
+ optdepends = vte-legacy: Use the integrated terminal
source = https://downloads.sourceforge.net/mooedit/medit-1.2.0.tar.bz2
source = medit.appdata.xml
sha256sums = f0f7b3d9e3337907a5b27aa2ff3a084250d7517b38488c50872a621b4e1f3a4d
diff --git a/PKGBUILD b/PKGBUILD
index dd93e817bdf8..eeba75fbd7c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@
pkgname=medit
pkgver=1.2.0
-pkgrel=6
+pkgrel=7
pkgdesc='GTK+ text editor'
arch=('x86_64')
url='http://mooedit.sourceforge.net/'
license=('LGPL2.1')
depends=('libsm' 'pygtk')
makedepends=('intltool' 'python')
-optdepends=('ctags: Show functions in the open document')
+optdepends=('ctags: Show functions in the open document'
+ 'vte-legacy: Use the integrated terminal')
source=(https://downloads.sourceforge.net/mooedit/$pkgname-$pkgver.tar.bz2
medit.appdata.xml)
sha256sums=('f0f7b3d9e3337907a5b27aa2ff3a084250d7517b38488c50872a621b4e1f3a4d'