summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--terminal/PKGBUILD (renamed from xfce4-terminal/PKGBUILD)24
-rw-r--r--terminal/hotkey.patch (renamed from xfce4-terminal/hotkey.patch)0
2 files changed, 12 insertions, 12 deletions
diff --git a/xfce4-terminal/PKGBUILD b/terminal/PKGBUILD
index beb9def..59bc2ef 100644
--- a/xfce4-terminal/PKGBUILD
+++ b/terminal/PKGBUILD
@@ -2,30 +2,30 @@
# Contributor: tobias <tobias funnychar archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
-_pkgname=xfce4-terminal
-pkgname=xfce4-terminal-fixed
-pkgver=0.8.7.4
-pkgrel=1
+_pkgname_=xfce4-terminal
+pkgname=terminal
+pkgver=0.8.8
+pkgrel=2
pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
arch=('x86_64')
-url="http://www.xfce.org/"
+url="https://www.xfce.org/"
license=('GPL2')
groups=('xfce4')
depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
makedepends=('intltool')
-conflicts=('xfce4-terminal' 'terminal')
-replaces=('xfce4-terminal' 'terminal')
+conflicts=('xfce4-terminal')
+replaces=('xfce4-terminal')
provides=('xfce4-terminal')
-source=(https://archive.xfce.org/src/apps/$_pkgname/0.8/$_pkgname-$pkgver.tar.bz2 hotkey.patch)
-sha256sums=('a88f98af4da72394f2cfbd7f14b0f053ec0a3b58a4f6a577836357c60a6c42ab' 'SKIP')
+source=(https://archive.xfce.org/src/apps/$_pkgname_/0.8/$_pkgname_-$pkgver.tar.bz2 hotkey.patch)
+sha256sums=('8fba6a60d3a0fee07417ad7c36bf78cc45be1b27f0759e125051aa73f08487fd' 'SKIP')
prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd "$srcdir/$_pkgname_-$pkgver"
patch -p1 -i "$srcdir/hotkey.patch"
}
build() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd "$srcdir/$_pkgname_-$pkgver"
./configure \
--prefix=/usr \
@@ -38,7 +38,7 @@ build() {
}
package() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd "$srcdir/$_pkgname_-$pkgver"
make DESTDIR="$pkgdir" install
}
diff --git a/xfce4-terminal/hotkey.patch b/terminal/hotkey.patch
index 3f0853b..3f0853b 100644
--- a/xfce4-terminal/hotkey.patch
+++ b/terminal/hotkey.patch