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

Balló György bgyorgy at archlinux.org
Fri Mar 23 20:47:02 UTC 2018


    Date: Friday, March 23, 2018 @ 20:47:01
  Author: bgyorgy
Revision: 311656

archrelease: copy trunk to community-testing-x86_64

Added:
  gnome-multi-writer/repos/community-testing-x86_64/
  gnome-multi-writer/repos/community-testing-x86_64/PKGBUILD
    (from rev 311655, gnome-multi-writer/trunk/PKGBUILD)

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

Copied: gnome-multi-writer/repos/community-testing-x86_64/PKGBUILD (from rev 311655, gnome-multi-writer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-23 20:47:01 UTC (rev 311656)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-multi-writer
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Write an ISO file to multiple USB devices at once"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/MultiWriter"
+license=('GPL')
+groups=('gnome-extra')
+depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
+makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'meson' 'perl-sgmls')
+optdepends=('gnome-icon-theme-extras: show device icons')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('5de6cb0779209449b598b7597cf1f60c6cf902a32b3b115299848f02beeddb1a')
+
+prepare() {
+	mkdir build
+}
+
+build() {
+	cd build
+	meson ../$pkgname-$pkgver \
+		--prefix=/usr \
+                --libexecdir=lib/$pkgname \
+		--buildtype=release
+	ninja
+}
+
+package() {
+	cd build
+	DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list