[arch-commits] Commit in gnome-packagekit/repos (2 files)

Christian Hesse eworm at archlinux.org
Tue Sep 4 20:16:04 UTC 2018


    Date: Tuesday, September 4, 2018 @ 20:16:04
  Author: eworm
Revision: 376887

archrelease: copy trunk to community-testing-x86_64

Added:
  gnome-packagekit/repos/community-testing-x86_64/
  gnome-packagekit/repos/community-testing-x86_64/PKGBUILD
    (from rev 376886, gnome-packagekit/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: gnome-packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 376886, gnome-packagekit/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-09-04 20:16:04 UTC (rev 376887)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jonathan Conder <jonno.conder at gmail.com>
+
+pkgname=gnome-packagekit
+pkgver=3.30.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME desktop'
+arch=('x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('meson' 'intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('65ac3058ceb9a2690f3fc48b5022a233af5c3e950fd44e4ec056df31907130c4')
+
+build() {
+	arch-meson "${pkgname}-${pkgver}" build
+
+	ninja -C build
+}
+
+package() {
+	DESTDIR="$pkgdir" ninja -C build install
+}
+



More information about the arch-commits mailing list