[arch-commits] Commit in cdemu-client/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 1 02:29:22 UTC 2019


    Date: Sunday, September 1, 2019 @ 02:29:21
  Author: heftig
Revision: 505770

drop ninja

Modified:
  cdemu-client/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-01 02:29:12 UTC (rev 505769)
+++ PKGBUILD	2019-09-01 02:29:21 UTC (rev 505770)
@@ -10,7 +10,7 @@
 url="https://cdemu.sourceforge.io/"
 license=(GPL)
 depends=(python-gobject cdemu-daemon)
-makedepends=(intltool cmake ninja bash-completion)
+makedepends=(intltool cmake bash-completion)
 conflicts=('cdemu')
 source=("https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
 sha256sums=('f883800db99d39a91f41b94ede7c799c12318f15f4c138eeca0374374c156caf')
@@ -20,7 +20,7 @@
 }
 
 build() {
-  cmake -H$pkgname-$pkgver -Bbuild -GNinja \
+  cmake -H$pkgname-$pkgver -Bbuild \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   cmake --build build



More information about the arch-commits mailing list