[arch-commits] Commit in pantheon-terminal/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Jun 18 10:44:09 UTC 2015


    Date: Thursday, June 18, 2015 @ 12:44:08
  Author: alucryd
Revision: 135559

upgpkg: pantheon-terminal 0.3.1.1-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-18 10:32:32 UTC (rev 135558)
+++ PKGBUILD	2015-06-18 10:44:08 UTC (rev 135559)
@@ -2,26 +2,18 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-terminal
-pkgver=0.3.0.1
-pkgrel=2
+pkgver=0.3.1.1
+pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-terminal'
 license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
+depends=('desktop-file-utils' 'granite' 'libnotify' 'vte290')
 makedepends=('cmake' 'vala')
 install='pantheon-terminal.install'
-source=("https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz"
-        'pantheon-terminal-vte2.91.patch')
-sha256sums=('ea9718b409baa3ebdc175b5d51ed7825f0199e3c3de467a5f7bea6733bbe9a93'
-            'a1f78afe58c47827c292e768d09578edd2f96124d26a19295e2954d5994a9513')
+source=("https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz")
+sha256sums=('928f705376a4da5ed6f9319333d9af3e87a24c7feab21107715191e00c6abc96')
 
-prepare() {
-  cd pantheon-terminal-${pkgver}
-
-  patch -Np1 -i ../pantheon-terminal-vte2.91.patch
-}
-
 build() {
   cd pantheon-terminal-${pkgver}
 
@@ -30,7 +22,9 @@
   fi
   mkdir build && cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='OFF'
   make
 }
 



More information about the arch-commits mailing list