[arch-commits] Commit in pantheon-terminal/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Nov 2 16:22:53 UTC 2017
Date: Thursday, November 2, 2017 @ 16:22:52
Author: alucryd
Revision: 265198
upgpkg: pantheon-terminal 0.4.3-2
Modified:
pantheon-terminal/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-02 16:19:32 UTC (rev 265197)
+++ PKGBUILD 2017-11-02 16:22:52 UTC (rev 265198)
@@ -3,7 +3,7 @@
pkgname=pantheon-terminal
pkgver=0.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='The Pantheon Terminal Emulator'
arch=('i686' 'x86_64')
url='https://github.com/elementary/terminal'
@@ -16,8 +16,6 @@
sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
prepare() {
- cd terminal-${pkgver}
-
if [[ -d build ]]; then
rm -rf build
fi
@@ -25,9 +23,9 @@
}
build() {
- cd terminal-${pkgver}/build
+ cd build
- cmake .. \
+ cmake ../terminal-${pkgver} \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DGSETTINGS_COMPILE='OFF'
@@ -35,7 +33,7 @@
}
package() {
- cd terminal-${pkgver}/build
+ cd build
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list