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

Eli Schwartz eschwartz at archlinux.org
Wed Jul 10 15:25:37 UTC 2019


    Date: Wednesday, July 10, 2019 @ 15:25:37
  Author: eschwartz
Revision: 488574

upgpkg: xapps 1.4.8-1

upstream translations release

Modified:
  xapps/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-10 14:58:52 UTC (rev 488573)
+++ PKGBUILD	2019-07-10 15:25:37 UTC (rev 488574)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon <aurpkg (at natesimon.net)>
 
 pkgname=xapps
-pkgver=1.4.7
+pkgver=1.4.8
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -10,10 +10,10 @@
 url="https://github.com/linuxmint/${pkgname}"
 license=('GPL')
 depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 'python2-gobject' 'vala')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'python2-gobject' 'vala')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('5124506d10d80fdbffcdba04083542c65e3e0ed4b967b12c3e1618de99db2409')
-b2sums=('1f1d08b0cc1e97562dd525e4c006bedd3a0485ecc0d80d7b29a9ce95d8e9244c18c530c1ca8464b1f570d7960f30054309897442199cab3138dd7f7299b3d3e9')
+sha256sums=('6f6c37c568e58ea1644fecc3513708877d358eb3911ff138a992c5078e4b0c73')
+b2sums=('e2f61d6443d3fa4e655a1284afd71f73b9760e03a0c4983c888b563a2c43224eedabc32f39743e50626e245c6f1980f6b5e3190fbbdfb6a7f19c6126c09043f6')
 
 build() {
     mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
@@ -20,13 +20,13 @@
     cd "${srcdir}"/${pkgname}-${pkgver}/build
 
     meson --prefix=/usr --buildtype=plain ..
-    ninja
+    samu
 }
 
 package(){
     cd "${srcdir}"/${pkgname}-${pkgver}/build
 
-    DESTDIR="${pkgdir}" ninja install
+    DESTDIR="${pkgdir}" samu install
     # rm useless scripts
     rm -r "${pkgdir}"/usr/bin
 



More information about the arch-commits mailing list