diff options
Diffstat (limited to 'xfce4-terminal')
| -rw-r--r-- | xfce4-terminal/PKGBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/xfce4-terminal/PKGBUILD b/xfce4-terminal/PKGBUILD index df07a18..225da01 100644 --- a/xfce4-terminal/PKGBUILD +++ b/xfce4-terminal/PKGBUILD @@ -3,7 +3,8 @@ # Contributor: tobias <tobias funnychar archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> -pkgname=xfce4-terminal +_pkgname=xfce4-terminal +pkgname=xfce4-terminal-fixed pkgver=0.8.6 pkgrel=1 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment" @@ -13,18 +14,19 @@ license=('GPL2') groups=('xfce4') depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme') makedepends=('intltool') -conflicts=('terminal') -replaces=('terminal') -source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2 hotkey.patch) +conflicts=('xfce4-terminal' 'terminal') +replaces=('xfce4-terminal' 'terminal') +provides=('xfce4-terminal') +source=(https://archive.xfce.org/src/apps/$_pkgname/0.8/$_pkgname-$pkgver.tar.bz2 hotkey.patch) sha256sums=('bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7' '254e0b4042074084065c2fd56d0a0522976e269df7112409ccec75cec4ebffe6') 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 \ @@ -37,7 +39,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$_pkgname-$pkgver" make DESTDIR="$pkgdir" install } |
