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

Maxime Gauduin alucryd at archlinux.org
Mon May 8 12:43:01 UTC 2017


    Date: Monday, May 8, 2017 @ 12:42:57
  Author: alucryd
Revision: 227346

upgpkg: pantheon-terminal 0.4.1-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-08 11:57:43 UTC (rev 227345)
+++ PKGBUILD	2017-05-08 12:42:57 UTC (rev 227346)
@@ -2,21 +2,21 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-terminal
-pkgver=0.4.0.4
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-terminal'
+url='https://github.com/elementary/terminal'
 license=('GPL3')
 depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'pango' 'vte3'
          'libgranite.so')
 makedepends=('cmake' 'intltool' 'vala')
 groups=('pantheon')
-source=("https://launchpad.net/pantheon-terminal/0.4.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tar.xz")
-sha256sums=('91909f24de3d6bd6d6bee3e89c18e900cbaf04d88f85c36dfe6baaa9c69129fb')
+source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz")
+sha256sums=('6ff5948044c392c90d5b928547136c043473d3d9c41688fa201a8e087df8b880')
 
 prepare() {
-  cd pantheon-terminal-${pkgver}
+  cd terminal-${pkgver}
 
   if [[ -d build ]]; then
     rm -rf build
@@ -25,17 +25,17 @@
 }
 
 build() {
-  cd pantheon-terminal-${pkgver}/build
+  cd terminal-${pkgver}/build
 
   cmake .. \
     -DCMAKE_BUILD_TYPE='Release' \
     -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DGSETTINGS_COMPILE='FALSE'
+    -DGSETTINGS_COMPILE='OFF'
   make
 }
 
 package() {
-  cd pantheon-terminal-${pkgver}/build
+  cd terminal-${pkgver}/build
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list