summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2020-04-06 23:25:00 +0800
committerJeffrey Zhang2020-04-06 23:25:00 +0800
commit42cdf71e40182e818a32e1e0a2645ddd476df35b (patch)
tree18fdf12ea2e70dfaea02049b4842d48d510069ca
parent4f1e608d07fef870ef0cd72351414b3a552657b4 (diff)
downloadaur-42cdf71e40182e818a32e1e0a2645ddd476df35b.tar.gz
migrate to gnome-terminator/terminator
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--terminator-git.install17
3 files changed, 7 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ee7cb03d470..14a108cb0e65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = terminator-git
pkgdesc = python3 port for terminal emulator that supports tabs and grids python3
- pkgver = 2.11.2.gb32662a
+ pkgver = 1.91.103.g5151db48
pkgrel = 1
- url = https://github.com/JAugusto42/terminator.git
- install = terminator-git.install
+ url = https://github.com/gnome-terminator/terminator.git
arch = any
license = GPL2
makedepends = git
- makedepends = desktop-file-utils
- makedepends = gettext
makedepends = intltool
depends = vte3
depends = gconf
@@ -19,7 +16,7 @@ pkgbase = terminator-git
depends = python-gobject
conflicts = terminator
conflicts = terminator-gtk3-bzr
- source = git+https://github.com/JAugusto42/terminator.git
+ source = git+https://github.com/gnome-terminator/terminator.git
sha256sums = SKIP
pkgname = terminator-git
diff --git a/PKGBUILD b/PKGBUILD
index 3d6c6e89df1c..a4765a9ee7b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
# Maintainer: Jeffrey Zhang zhang.lei.fly@gmail.com
pkgname=terminator-git
-pkgver=2.11.2.gb32662a
+pkgver=1.91.103.g5151db48
pkgrel=1
pkgdesc='python3 port for terminal emulator that supports tabs and grids python3'
arch=('any')
-url='https://github.com/JAugusto42/terminator.git'
+url='https://github.com/gnome-terminator/terminator.git'
license=('GPL2')
depends=('vte3' 'gconf' 'xdg-utils' 'libkeybinder3' 'python-configobj'
'python-psutil' 'python-gobject')
-makedepends=('git' 'desktop-file-utils' 'gettext' 'intltool')
+makedepends=('git' 'intltool')
conflicts=('terminator' 'terminator-gtk3-bzr')
-source=("git+https://github.com/JAugusto42/terminator.git")
+source=("git+https://github.com/gnome-terminator/terminator.git")
sha256sums=('SKIP')
-install=terminator-git.install
-
pkgver() {
cd "${srcdir}/terminator"
printf "%s" "$(git describe --tags|sed 's/-/./g')"
diff --git a/terminator-git.install b/terminator-git.install
deleted file mode 100644
index 8c4b37e8a261..000000000000
--- a/terminator-git.install
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-warning_exist_config(){
- cat <<EOF
-terminator>=2 use new json config file. if you already have an old
-terminator<2 config in "~/.config/terminator/config", you should remove it
-manually.
-EOF
-}
-
-post_install(){
- warning_exist_config
-}
-
-post_upgrade(){
- warning_exist_config
-}