Date: Thursday, February 9, 2017 @ 08:15:22 Author: felixonmars Revision: 211411
upstream rename Added: liri-terminal/ Modified: liri-terminal/trunk/PKGBUILD Deleted: papyros-terminal/ ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: liri-terminal/trunk/PKGBUILD =================================================================== --- papyros-terminal/trunk/PKGBUILD 2017-02-09 08:14:38 UTC (rev 211410) +++ liri-terminal/trunk/PKGBUILD 2017-02-09 08:15:22 UTC (rev 211411) @@ -2,27 +2,27 @@ # Maintainer: Felix Yan <[email protected]> # Contributor: Michael Spencer <[email protected]> -pkgname=papyros-terminal -pkgver=0.1.1 +pkgname=lirios-terminal +pkgver=0.0.0.20170118 +_commit=e6b33d1700f454e2c50f74756aa2579fc4994996 pkgrel=1 -pkgdesc="The terminal app for Papyros" +pkgdesc="Terminal for Liri OS" arch=("i686" "x86_64") -url="https://github.com/papyros/terminal-app" +url="https://github.com/lirios/terminal" license=("GPL") -depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget" - "libpapyros") +depends=("fluid" "vibe") makedepends=("git" "extra-cmake-modules") -source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver") +replaces=('papyros-terminal') +source=("git+https://github.com/lirios/terminal.git#commit=$_commit") sha256sums=('SKIP') prepare() { mkdir -p build - sed -i 's/Roboto Mono for Powerline/Monospace/' terminal-app/src/qml/Settings.qml } build() { cd build - cmake "$srcdir/terminal-app" -DCMAKE_INSTALL_PREFIX=/usr + cmake "$srcdir/terminal" -DCMAKE_INSTALL_PREFIX=/usr make }
